From 7aff9dba0e4cfa602908d02ceda9001027d0b39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 31 May 2012 17:03:54 +0200 Subject: [PATCH] inputselector: No need to broadcast the signal in flush-stop Everything stopped at this point already. Conflicts: plugins/elements/gstinputselector.c --- plugins/elements/gstinputselector.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/elements/gstinputselector.c b/plugins/elements/gstinputselector.c index 9802b4ddc1..2c4d0ed1f7 100644 --- a/plugins/elements/gstinputselector.c +++ b/plugins/elements/gstinputselector.c @@ -480,7 +480,6 @@ gst_selector_pad_event (GstPad * pad, GstObject * parent, GstEvent * event) break; case GST_EVENT_FLUSH_STOP: gst_selector_pad_reset (selpad); - GST_INPUT_SELECTOR_BROADCAST (sel); break; case GST_EVENT_SEGMENT: {