From: Sebastian Dröge Date: Thu, 31 May 2012 15:03:54 +0000 (+0200) Subject: inputselector: No need to broadcast the signal in flush-stop X-Git-Tag: RELEASE-0.11.92~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7aff9dba0e4cfa602908d02ceda9001027d0b39a;p=platform%2Fupstream%2Fgstreamer.git inputselector: No need to broadcast the signal in flush-stop Everything stopped at this point already. Conflicts: plugins/elements/gstinputselector.c --- 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: {