From: RĂ©mi Denis-Courmont Date: Sat, 1 May 2010 19:27:52 +0000 (+0300) Subject: XCB/GLX: higher priority than Frame Buffer X-Git-Tag: 1.2.0-pre1~6816 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b660648dff46b0ea05a73b094b8c306be128a741;p=vlc XCB/GLX: higher priority than Frame Buffer Neither of them support YUV. But GLX is much more likely to work than FB, and also fails in a safer way. --- diff --git a/modules/video_output/xcb/glx.c b/modules/video_output/xcb/glx.c index b67c8b532b..2d4b4dc3ba 100644 --- a/modules/video_output/xcb/glx.c +++ b/modules/video_output/xcb/glx.c @@ -51,7 +51,7 @@ vlc_module_begin () set_description (N_("GLX video output (XCB)")) set_category (CAT_VIDEO) set_subcategory (SUBCAT_VIDEO_VOUT) - set_capability ("vout display", 20) + set_capability ("vout display", 50) set_callbacks (Open, Close) add_shortcut ("xcb-glx")