From c9502ff3fc7c92e4113818fe559bc00fc7eafc41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Zanelli?= Date: Sun, 3 Apr 2016 17:56:06 +0200 Subject: [PATCH] aggregator: remove duplicated test of flow_return in pad_chain_internal https://bugzilla.gnome.org/show_bug.cgi?id=764549 --- libs/gst/base/gstaggregator.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c index 6755395..9ad0e03 100644 --- a/libs/gst/base/gstaggregator.c +++ b/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) { -- 2.7.4