From de15005b2d98ef791775bd7ae12d63daf4404efd Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Mon, 7 Jun 2021 10:03:04 -0400 Subject: [PATCH] gentlsrc: set attributes on every create function if the property was modified --- sys/gentl/gstgentlsrc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/gentl/gstgentlsrc.c b/sys/gentl/gstgentlsrc.c index 11df617..1917022 100644 --- a/sys/gentl/gstgentlsrc.c +++ b/sys/gentl/gstgentlsrc.c @@ -1726,6 +1726,8 @@ gst_gentlsrc_create (GstPushSrc * psrc, GstBuffer ** buf) GST_LOG_OBJECT (src, "create"); + gst_gentlsrc_set_attributes (src); + *buf = gst_gentlsrc_get_buffer (src); if (!*buf) { return GST_FLOW_ERROR;