mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 11:40:38 +00:00
baseparse: print proper variable in debug statement
This commit is contained in:
parent
7e2277000c
commit
11ce36d40f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue