mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
gl: expose internal glimagesinkelement
We might want more control over the exact pipeline. Also reduces overhead.
This commit is contained in:
parent
c948484c7f
commit
d2a6e8a92e
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue