Commit b660648d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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.
parent 2e2bf09f
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment