basesrc: stop flushing in flush-stop

This commit is contained in:
Wim Taymans 2013-08-14 17:14:15 +02:00
parent d95c227641
commit 9006f203d0

View file

@ -1720,6 +1720,7 @@ gst_base_src_send_event (GstElement * element, GstEvent * event)
GST_LIVE_LOCK (src);
src->priv->segment_pending = TRUE;
src->priv->flushing = FALSE;
GST_DEBUG_OBJECT (src, "pushing flush-stop event downstream");
result = gst_pad_push_event (src->srcpad, event);