inputselector: No need to broadcast the signal in flush-stop
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 31 May 2012 15:03:54 +0000 (17:03 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 31 May 2012 15:05:08 +0000 (17:05 +0200)
Everything stopped at this point already.

Conflicts:

plugins/elements/gstinputselector.c

plugins/elements/gstinputselector.c

index 9802b4ddc1dc63b8c26add01d1b02f053efa68f7..2c4d0ed1f773eb460f8fcda3833c04b4b3314cdb 100644 (file)
@@ -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:
     {