mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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;
|
||||
}
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue