mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
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:
parent
7603cf5218
commit
0302d3924f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue