From b660648dff46b0ea05a73b094b8c306be128a741 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 1 May 2010 22:27:52 +0300 Subject: [PATCH] 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. --- modules/video_output/xcb/glx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2