[vlc-commits] GL: mark the OpenGL (EGL) plugin experimental
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:19 2011 +0200| [6e88d709bf79f1c04da39ca66c5df781fd2c84d5] | committer: Rémi Denis-Courmont
GL: mark the OpenGL (EGL) plugin experimental
It is missing some features w.r.t. window management.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e88d709bf79f1c04da39ca66c5df781fd2c84d5
---
modules/video_output/gl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/gl.c b/modules/video_output/gl.c
index cbc84b3..a7acdd3 100644
--- a/modules/video_output/gl.c
+++ b/modules/video_output/gl.c
@@ -70,7 +70,7 @@ vlc_module_begin ()
# define API VLC_OPENGL
# define MODULE_VARNAME "gl"
set_shortname (N_("OpenGL"))
- set_description (N_("OpenGL video output"))
+ set_description (N_("OpenGL video output (experimental)"))
set_category (CAT_VIDEO)
set_subcategory (SUBCAT_VIDEO_VOUT)
set_capability ("vout display", /*170*/0)
More information about the vlc-commits
mailing list