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

GL: mark the OpenGL (EGL) plugin experimental

It is missing some features w.r.t. window management.
parent 8a43aa2f
...@@ -70,7 +70,7 @@ vlc_module_begin () ...@@ -70,7 +70,7 @@ vlc_module_begin ()
# define API VLC_OPENGL # define API VLC_OPENGL
# define MODULE_VARNAME "gl" # define MODULE_VARNAME "gl"
set_shortname (N_("OpenGL")) set_shortname (N_("OpenGL"))
set_description (N_("OpenGL video output")) set_description (N_("OpenGL video output (experimental)"))
set_category (CAT_VIDEO) set_category (CAT_VIDEO)
set_subcategory (SUBCAT_VIDEO_VOUT) set_subcategory (SUBCAT_VIDEO_VOUT)
set_capability ("vout display", /*170*/0) set_capability ("vout display", /*170*/0)
......
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