baseparse: print proper variable in debug statement

This commit is contained in:
Mark Nauwelaerts 2013-11-02 15:37:30 +01:00
parent 789eda5a37
commit 3aaa3fcf92

View 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;