mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
aggregator: Reset pending_eos on pad flush
https://bugzilla.gnome.org/show_bug.cgi?id=747220
This commit is contained in:
parent
38d8db801a
commit
d1bae20802
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ gst_aggregator_pad_flush (GstAggregatorPad * aggpad, GstAggregator * agg)
|
|||
GstAggregatorPadClass *klass = GST_AGGREGATOR_PAD_GET_CLASS (aggpad);
|
||||
|
||||
PAD_LOCK (aggpad);
|
||||
aggpad->priv->pending_eos = FALSE;
|
||||
aggpad->priv->eos = FALSE;
|
||||
aggpad->priv->flushing = FALSE;
|
||||
PAD_UNLOCK (aggpad);
|
||||
|
|
Loading…
Reference in a new issue