multiqueue: Recompute high-time too when flushing, not only high-id

This commit is contained in:
Sebastian Dröge 2012-03-29 14:32:24 +02:00
parent d03e3d7772
commit 17e691421f

View file

@ -1337,6 +1337,7 @@ out_flushing:
/* Need to make sure wake up any sleeping pads when we exit */
GST_MULTI_QUEUE_MUTEX_LOCK (mq);
compute_high_time (mq);
compute_high_id (mq);
wake_up_next_non_linked (mq);
GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);