From 17e691421f77015f56cabc7169e7580ae3605ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 29 Mar 2012 14:32:24 +0200 Subject: [PATCH] multiqueue: Recompute high-time too when flushing, not only high-id --- plugins/elements/gstmultiqueue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 00547154c4..e882ff775c 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -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);