From: Jan Schmidt Date: Mon, 29 Oct 2012 23:04:14 +0000 (+1100) Subject: multiqueue: Add EOS status to debug output about filled/unfilled X-Git-Tag: 1.1.1~417 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=698324d48be675cd5b68f286bbae5b0783366ecc;p=platform%2Fupstream%2Fgstreamer.git multiqueue: Add EOS status to debug output about filled/unfilled --- diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 22686ab..0b35de0 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -1845,7 +1845,7 @@ single_queue_overrun_cb (GstDataQueue * dq, GstSingleQueue * sq) */ if (sq->is_eos || IS_FILLED (sq, bytes, ssize.bytes) || IS_FILLED (sq, time, sq->cur_time)) { - GST_LOG_OBJECT (mq, "Queue %d is filled", oq->id); + GST_LOG_OBJECT (mq, "Queue %d is filled EOS %d", sq->id, sq->is_eos); filled = TRUE; } }