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
619237c0d0
commit
d11af7cd6b
@ -587,8 +587,8 @@ _sink_event (GstAggregator * self, GstAggregatorPad * aggpad, GstEvent * event)
|
|||||||
TRUE, FALSE) == TRUE) {
|
TRUE, FALSE) == TRUE) {
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (self, "Flushing, pausing srcpad task");
|
GST_DEBUG_OBJECT (self, "Flushing, pausing srcpad task");
|
||||||
priv->flow_return = GST_FLOW_OK;
|
|
||||||
_stop_srcpad_task (self, event);
|
_stop_srcpad_task (self, event);
|
||||||
|
priv->flow_return = GST_FLOW_OK;
|
||||||
|
|
||||||
GST_INFO_OBJECT (self, "Getting STREAM_LOCK while seeking");
|
GST_INFO_OBJECT (self, "Getting STREAM_LOCK while seeking");
|
||||||
GST_PAD_STREAM_LOCK (self->srcpad);
|
GST_PAD_STREAM_LOCK (self->srcpad);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user