From 01c9ae26309cdf4ce0876ae878e5a72e7fcc7f54 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 27 May 2014 08:09:36 -0300 Subject: [PATCH] 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 --- plugins/elements/gstmultiqueue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 8f81f8f1e6..7fc1b87550 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -2131,6 +2131,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