aggregator: remove duplicated test of flow_return in pad_chain_internal
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Sun, 3 Apr 2016 15:56:06 +0000 (17:56 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=764549

libs/gst/base/gstaggregator.c

index 6755395..9ad0e03 100644 (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) {