[vlc-commits] XCB/GLX: add OpenGL in the plugin name
Rémi Denis-Courmont
git at videolan.org
Sat Nov 5 11:08:50 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 5 12:08:07 2011 +0200| [8a43aa2fc23bed6dd5cc53556ea1366ce204f28e] | committer: Rémi Denis-Courmont
XCB/GLX: add OpenGL in the plugin name
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a43aa2fc23bed6dd5cc53556ea1366ce204f28e
---
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 f81c9fc..b0db476 100644
--- a/modules/video_output/xcb/glx.c
+++ b/modules/video_output/xcb/glx.c
@@ -50,7 +50,7 @@ static void Close (vlc_object_t *);
*/
vlc_module_begin ()
set_shortname (N_("GLX"))
- set_description (N_("GLX video output (XCB)"))
+ set_description (N_("OpenGL GLX video output (XCB)"))
set_category (CAT_VIDEO)
set_subcategory (SUBCAT_VIDEO_VOUT)
set_capability ("vout display", 150)
More information about the vlc-commits
mailing list