[vlc-commits] vout/opengl: module should define capabilities
Pierre Lamot
git at videolan.org
Fri Sep 29 13:18:43 CEST 2017
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Fri Sep 29 11:24:31 2017 +0200| [ad9134fdf48b6da92a00cf9bb597558fbf43138d] | committer: Thomas Guillem
vout/opengl: module should define capabilities
This was notably causing a SEGV in the configuration interface.
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad9134fdf48b6da92a00cf9bb597558fbf43138d
---
modules/video_output/opengl/vout_helper.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/opengl/vout_helper.h b/modules/video_output/opengl/vout_helper.h
index abb196897e..ea7266b2ac 100644
--- a/modules/video_output/opengl/vout_helper.h
+++ b/modules/video_output/opengl/vout_helper.h
@@ -61,7 +61,7 @@
#define GLCONV_TEXT N_("Open GL/GLES hardware converter")
#define GLCONV_LONGTEXT N_( \
"Force a \"glconv\" module.")
-#define add_glconv() add_module ("glconv", NULL, NULL, GLCONV_TEXT, GLCONV_LONGTEXT, true)
+#define add_glconv() add_module ("glconv", "glconv", NULL, GLCONV_TEXT, GLCONV_LONGTEXT, true)
static const vlc_fourcc_t gl_subpicture_chromas[] = {
VLC_CODEC_RGBA,
More information about the vlc-commits
mailing list