mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
basesrc: stop flushing in flush-stop
This commit is contained in:
parent
d95c227641
commit
9006f203d0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue