From 3aaa3fcf92ec95e7ade4bcce057ea08bfc4d6a83 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sat, 2 Nov 2013 15:37:30 +0100 Subject: [PATCH] baseparse: print proper variable in debug statement --- libs/gst/base/gstbaseparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstbaseparse.c b/libs/gst/base/gstbaseparse.c index 0e0aaf4..b1fe677 100644 --- a/libs/gst/base/gstbaseparse.c +++ b/libs/gst/base/gstbaseparse.c @@ -3893,7 +3893,7 @@ gst_base_parse_locate_time (GstBaseParse * parse, GstClockTime * _time, GST_DEBUG_OBJECT (parse, "Bisection initial bounds: bytes %" G_GINT64_FORMAT " %" G_GINT64_FORMAT - ", times %" GST_TIME_FORMAT " %" GST_TIME_FORMAT, lpos, htime, + ", times %" GST_TIME_FORMAT " %" GST_TIME_FORMAT, lpos, hpos, GST_TIME_ARGS (ltime), GST_TIME_ARGS (htime)); /* check preconditions are satisfied; -- 2.7.4