summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mnauw@users.sourceforge.net>2013-11-02 15:37:30 +0100
committerMark Nauwelaerts <mnauw@users.sourceforge.net>2013-11-02 16:13:27 +0100
commit3aaa3fcf92ec95e7ade4bcce057ea08bfc4d6a83 (patch)
treee499ff634b656c8fb3b499e08eb049f1490a559f
parent789eda5a37bd63a7a192b694af1c8824720be949 (diff)
baseparse: print proper variable in debug statement
-rw-r--r--libs/gst/base/gstbaseparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstbaseparse.c b/libs/gst/base/gstbaseparse.c
index 0e0aaf42d..b1fe677b3 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;