avidemux: fix misleading debug line
authorWim Taymans <wtaymans@redhat.com>
Thu, 16 Aug 2018 10:07:30 +0000 (12:07 +0200)
committerWim Taymans <wtaymans@redhat.com>
Thu, 18 Oct 2018 13:50:19 +0000 (15:50 +0200)
gst/avi/gstavidemux.c

index c02ee89..834af76 100644 (file)
@@ -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