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 committed by Tim-Philipp Müller
parent dfddc4b910
commit 41d3ca819d

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;