uridecodebin: Pass object, not GValue to debug print

This commit is contained in:
Olivier Crête 2015-01-29 18:49:45 -05:00
parent 725906bb71
commit 0487e1548d

View file

@ -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);