summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2018-08-16 12:07:30 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-05-01 19:44:42 +0100
commitcec04edb7db09fc77af2b546990c4343b190d7bd (patch)
treec8bdc0a1b948ed6126bfe9f96aa7cae9e0991804
parent6d03fee9171ab1392d57d210c199812f754b80c1 (diff)
downloadgstreamer-plugins-good-cec04edb7db09fc77af2b546990c4343b190d7bd.tar.gz
avidemux: fix misleading debug line
-rw-r--r--gst/avi/gstavidemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index c02ee896c..834af76cb 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -4794,7 +4794,7 @@ avi_demux_handle_seek_push (GstAviDemux * avi, GstPad * pad, GstEvent * event)
/* now go to the next keyframe, this is where we should start
* decoding from. */
index = gst_avi_demux_index_next (avi, stream, index, TRUE);
- GST_DEBUG_OBJECT (avi, "Found previous keyframe at %u", index);
+ GST_DEBUG_OBJECT (avi, "Found next keyframe at %u", index);
} else {
GST_DEBUG_OBJECT (avi, "Entry is not a keyframe - searching back");
/* now go to the previous keyframe, this is where we should start