inputselector: No need to broadcast the signal in flush-stop

Everything stopped at this point already.
This commit is contained in:
Sebastian Dröge 2012-05-31 17:03:54 +02:00
parent cdb3087746
commit e8e9c45c21

View file

@ -517,7 +517,6 @@ gst_selector_pad_event (GstPad * pad, GstEvent * event)
case GST_EVENT_FLUSH_STOP:
gst_selector_pad_reset (selpad);
sel->pending_close = FALSE;
GST_INPUT_SELECTOR_BROADCAST (sel);
break;
case GST_EVENT_NEWSEGMENT:
{