[vlc-commits] commit: XCB/GLX: higher priority than Frame Buffer ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat May 1 21:46:45 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 1 22:27:52 2010 +0300| [a5c486f5645c0c322425b93da2c1f66bfd7946c3] | committer: 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.
(cherry picked from commit b660648dff46b0ea05a73b094b8c306be128a741)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=a5c486f5645c0c322425b93da2c1f66bfd7946c3
---
modules/video_output/xcb/glx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/xcb/glx.c b/modules/video_output/xcb/glx.c
index b67c8b5..2d4b4dc 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")
More information about the vlc-commits
mailing list