gl: expose internal glvideomixerelement\
We might want more control over the exact pipeline Also reduces overhead
This commit is contained in:
parent
d2a6e8a92e
commit
bd1a0cfec2
@ -181,6 +181,11 @@ plugin_init (GstPlugin * plugin)
|
|||||||
return FALSE;
|
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",
|
if (!gst_element_register (plugin, "glshader",
|
||||||
GST_RANK_NONE, gst_gl_filtershader_get_type ())) {
|
GST_RANK_NONE, gst_gl_filtershader_get_type ())) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user