From d970d7484278b624eb09fe049dbb52307de833bd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 9 Apr 2010 15:19:12 +0200 Subject: [PATCH] queue2: add some more debug info --- plugins/elements/gstqueue2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/elements/gstqueue2.c b/plugins/elements/gstqueue2.c index 403cff6b45..d3e8e2ce0a 100644 --- a/plugins/elements/gstqueue2.c +++ b/plugins/elements/gstqueue2.c @@ -2036,6 +2036,8 @@ gst_queue2_handle_src_query (GstPad * pad, GstQuery * query) estimated_total = -1; buffering_left = -1; } + GST_DEBUG_OBJECT (queue, "estimated %" G_GINT64_FORMAT ", left %" + G_GINT64_FORMAT, estimated_total, buffering_left); gst_query_parse_buffering_range (query, &format, NULL, NULL, NULL);