multiqueue: post buffering message when queues flush

The buffering status goes back to 0, so inform the application about it

https://bugzilla.gnome.org/show_bug.cgi?id=726423
This commit is contained in:
Thiago Santos 2014-05-27 08:09:36 -03:00 committed by Tim-Philipp Müller
parent 7603cf5218
commit 0302d3924f

View file

@ -2087,6 +2087,8 @@ gst_single_queue_flush_queue (GstSingleQueue * sq, gboolean full)
gst_data_queue_flush (sq->queue);
if (was_flushing)
gst_data_queue_set_flushing (sq->queue, TRUE);
update_buffering (sq->mqueue, sq);
}
static void