gl: expose internal glimagesinkelement

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

View file

@ -116,6 +116,11 @@ plugin_init (GstPlugin * plugin)
return FALSE;
}
if (!gst_element_register (plugin, "glimagesinkelement",
GST_RANK_NONE, gst_glimage_sink_get_type ())) {
return FALSE;
}
if (!gst_element_register (plugin, "glupload",
GST_RANK_SECONDARY, GST_TYPE_GL_UPLOAD_ELEMENT)) {
return FALSE;