gentlsrc: set attributes on every create function if the property was modified
This commit is contained in:
parent
32661673ab
commit
de15005b2d
@ -1726,6 +1726,8 @@ gst_gentlsrc_create (GstPushSrc * psrc, GstBuffer ** buf)
|
|||||||
|
|
||||||
GST_LOG_OBJECT (src, "create");
|
GST_LOG_OBJECT (src, "create");
|
||||||
|
|
||||||
|
gst_gentlsrc_set_attributes (src);
|
||||||
|
|
||||||
*buf = gst_gentlsrc_get_buffer (src);
|
*buf = gst_gentlsrc_get_buffer (src);
|
||||||
if (!*buf) {
|
if (!*buf) {
|
||||||
return GST_FLOW_ERROR;
|
return GST_FLOW_ERROR;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user