gl: expose internal glimagesinkelement
We might want more control over the exact pipeline. Also reduces overhead.
This commit is contained in:
parent
3353667212
commit
dfddc4b910
@ -116,6 +116,11 @@ plugin_init (GstPlugin * plugin)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!gst_element_register (plugin, "glimagesinkelement",
|
||||||
|
GST_RANK_NONE, gst_glimage_sink_get_type ())) {
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
if (!gst_element_register (plugin, "glupload",
|
if (!gst_element_register (plugin, "glupload",
|
||||||
GST_RANK_SECONDARY, GST_TYPE_GL_UPLOAD_ELEMENT)) {
|
GST_RANK_SECONDARY, GST_TYPE_GL_UPLOAD_ELEMENT)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user