From 0487e1548d6b31c0d09e1a5fd8605e736558d2e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 29 Jan 2015 18:49:45 -0500 Subject: [PATCH] uridecodebin: Pass object, not GValue to debug print --- gst/playback/gsturidecodebin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c index 3f4c058..3714553 100644 --- a/gst/playback/gsturidecodebin.c +++ b/gst/playback/gsturidecodebin.c @@ -2560,7 +2560,7 @@ decoder_query_latency_fold (const GValue * item, GValue * ret, QueryFold * fold) gst_query_parse_latency (fold->query, &live, &min, &max); - GST_DEBUG_OBJECT (item, + GST_DEBUG_OBJECT (pad, "got latency min %" GST_TIME_FORMAT ", max %" GST_TIME_FORMAT ", live %d", GST_TIME_ARGS (min), GST_TIME_ARGS (max), live); -- 2.7.4