From: Aurélien Zanelli Date: Sun, 3 Apr 2016 15:56:06 +0000 (+0200) Subject: aggregator: remove duplicated test of flow_return in pad_chain_internal X-Git-Tag: 1.10.4~924 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a599df9f48c36a7f6ae5939fbbc6fa56ce5c832;p=platform%2Fupstream%2Fgst-plugins-bad.git aggregator: remove duplicated test of flow_return in pad_chain_internal https://bugzilla.gnome.org/show_bug.cgi?id=764549 --- diff --git a/gst-libs/gst/base/gstaggregator.c b/gst-libs/gst/base/gstaggregator.c index 67553950f..9ad0e030a 100644 --- a/gst-libs/gst/base/gstaggregator.c +++ b/gst-libs/gst/base/gstaggregator.c @@ -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) {