[vlc-devel] [PATCH] vout/opengl: module should define capabilities

Pierre Lamot pierre at videolabs.io
Fri Sep 29 11:24:31 CEST 2017


  This was notably causing a SEGV in the configuration interface.
---
 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,
-- 
2.14.1



More information about the vlc-devel mailing list