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:
Aurélien Zanelli 2016-04-03 17:56:06 +02:00 committed by Tim-Philipp Müller
parent 6bbd5b8dc5
commit c9502ff3fc

View file

@ -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) {