mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
queue: Set the last serialized query result to FALSE when flushing
This commit is contained in:
parent
a79d3a0220
commit
46270f8925
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ gst_queue_locked_flush (GstQueue * queue)
|
|||
if (!GST_IS_QUERY (data))
|
||||
gst_mini_object_unref (data);
|
||||
}
|
||||
queue->last_query = FALSE;
|
||||
GST_QUEUE_CLEAR_LEVEL (queue->cur_level);
|
||||
queue->min_threshold.buffers = queue->orig_min_threshold.buffers;
|
||||
queue->min_threshold.bytes = queue->orig_min_threshold.bytes;
|
||||
|
|
Loading…
Reference in a new issue