queue: Set the last serialized query result to FALSE when flushing

This commit is contained in:
Sebastian Dröge 2013-05-24 18:47:24 +02:00
parent a79d3a0220
commit 46270f8925

View file

@ -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;