mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
multiqueue: Recompute high-time too when flushing, not only high-id
This commit is contained in:
parent
d03e3d7772
commit
17e691421f
1 changed files with 1 additions and 0 deletions
|
@ -1337,6 +1337,7 @@ out_flushing:
|
||||||
|
|
||||||
/* Need to make sure wake up any sleeping pads when we exit */
|
/* Need to make sure wake up any sleeping pads when we exit */
|
||||||
GST_MULTI_QUEUE_MUTEX_LOCK (mq);
|
GST_MULTI_QUEUE_MUTEX_LOCK (mq);
|
||||||
|
compute_high_time (mq);
|
||||||
compute_high_id (mq);
|
compute_high_id (mq);
|
||||||
wake_up_next_non_linked (mq);
|
wake_up_next_non_linked (mq);
|
||||||
GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
|
GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
|
||||||
|
|
Loading…
Reference in a new issue