gl: expose internal glvideomixerelement\

We might want more control over the exact pipeline
Also reduces overhead
This commit is contained in:
Matthew Waters 2015-05-11 22:37:44 +10:00
parent d2a6e8a92e
commit bd1a0cfec2

View 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;