mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
aggregator: remove duplicated test of flow_return in pad_chain_internal
https://bugzilla.gnome.org/show_bug.cgi?id=764549
This commit is contained in:
parent
d27662fdcd
commit
7a599df9f4
1 changed files with 0 additions and 4 deletions
|
@ -2139,10 +2139,6 @@ gst_aggregator_pad_chain_internal (GstAggregator * self,
|
|||
if (aggpad->priv->pending_eos == TRUE)
|
||||
goto eos;
|
||||
|
||||
flow_return = aggpad->priv->flow_return;
|
||||
if (flow_return != GST_FLOW_OK)
|
||||
goto flushing;
|
||||
|
||||
PAD_UNLOCK (aggpad);
|
||||
|
||||
if (aggclass->clip && head) {
|
||||
|
|
Loading…
Reference in a new issue