gl: expose internal glvideomixerelement\
authorMatthew Waters <matthew@centricular.com>
Mon, 11 May 2015 12:37:44 +0000 (22:37 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:00 +0000 (19:32 +0000)
We might want more control over the exact pipeline
Also reduces overhead

ext/gl/gstopengl.c

index f5246e6..a1e5e51 100644 (file)
@@ -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;