diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c index f5246e6545..a1e5e51ace 100644 --- a/ext/gl/gstopengl.c +++ b/ext/gl/gstopengl.c @@ -181,6 +181,11 @@ plugin_init (GstPlugin * plugin) return FALSE; } + if (!gst_element_register (plugin, "glvideomixerelement", + GST_RANK_NONE, gst_gl_video_mixer_get_type ())) { + return FALSE; + } + if (!gst_element_register (plugin, "glshader", GST_RANK_NONE, gst_gl_filtershader_get_type ())) { return FALSE;