mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
queue2: clear seeking flag in all cases
Also clear the seeking flag when downstream is in pull mode.
This commit is contained in:
parent
fd9c328260
commit
2e28804a6e
1 changed files with 1 additions and 0 deletions
|
@ -2195,6 +2195,7 @@ gst_queue2_handle_sink_event (GstPad * pad, GstEvent * event)
|
|||
queue->is_eos = FALSE;
|
||||
queue->unexpected = FALSE;
|
||||
queue->sinkresult = GST_FLOW_OK;
|
||||
queue->seeking = FALSE;
|
||||
GST_QUEUE2_MUTEX_UNLOCK (queue);
|
||||
|
||||
gst_event_unref (event);
|
||||
|
|
Loading…
Reference in a new issue