baseparse: print proper variable in debug statement
authorMark Nauwelaerts <mnauw@users.sourceforge.net>
Sat, 2 Nov 2013 14:37:30 +0000 (15:37 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 9 Nov 2013 09:29:55 +0000 (10:29 +0100)
libs/gst/base/gstbaseparse.c

index 0e0aaf42d10038fe58df6a52a1d8faab4b966c18..b1fe677b3a52520a1d8dfdb12127b98634cb384c 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;