baseparse: print proper variable in debug statement
authorMark Nauwelaerts <mnauw@users.sourceforge.net>
Sat, 2 Nov 2013 14:37:30 +0000 (15:37 +0100)
committerMark Nauwelaerts <mnauw@users.sourceforge.net>
Sat, 2 Nov 2013 15:13:27 +0000 (16:13 +0100)
libs/gst/base/gstbaseparse.c

index 0e0aaf4..b1fe677 100644 (file)
@@ -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;