mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gl: expose internal glvideomixerelement\
We might want more control over the exact pipeline Also reduces overhead
This commit is contained in:
parent
dfddc4b910
commit
41d3ca819d
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue