]> git.sesse.net Git - vlc/commitdiff
XCB/GLX: higher priority than Frame Buffer
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 1 May 2010 19:27:52 +0000 (22:27 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 1 May 2010 19:28:12 +0000 (22:28 +0300)
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

index b67c8b532bb391b64c81fac933a0636ad50efa9b..2d4b4dc3ba57d95a5a6f2c04d272d3fe5be09949 100644 (file)
@@ -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")