mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
aggregator: Reset flow_return *after* stopping the srcpad task.
Otherwise it might be set in an already running aggregate function.
This commit is contained in:
parent
e3075ed3ef
commit
5ef53b8a29
1 changed files with 1 additions and 1 deletions
|
@ -587,8 +587,8 @@ _sink_event (GstAggregator * self, GstAggregatorPad * aggpad, GstEvent * event)
|
|||
TRUE, FALSE) == TRUE) {
|
||||
|
||||
GST_DEBUG_OBJECT (self, "Flushing, pausing srcpad task");
|
||||
priv->flow_return = GST_FLOW_OK;
|
||||
_stop_srcpad_task (self, event);
|
||||
priv->flow_return = GST_FLOW_OK;
|
||||
|
||||
GST_INFO_OBJECT (self, "Getting STREAM_LOCK while seeking");
|
||||
GST_PAD_STREAM_LOCK (self->srcpad);
|
||||
|
|
Loading…
Reference in a new issue