From: RĂ©mi Denis-Courmont Date: Sat, 5 Nov 2011 10:08:19 +0000 (+0200) Subject: GL: mark the OpenGL (EGL) plugin experimental X-Git-Tag: 1.3.0-git~470 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6e88d709bf79f1c04da39ca66c5df781fd2c84d5;p=vlc GL: mark the OpenGL (EGL) plugin experimental It is missing some features w.r.t. window management. --- diff --git a/modules/video_output/gl.c b/modules/video_output/gl.c index cbc84b3fe5..a7acdd3df1 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)