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
@ -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…
x
Reference in New Issue
Block a user