mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
avidemux: fix misleading debug line
This commit is contained in:
parent
56669205eb
commit
7db251f214
1 changed files with 1 additions and 1 deletions
|
@ -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
|
/* now go to the next keyframe, this is where we should start
|
||||||
* decoding from. */
|
* decoding from. */
|
||||||
index = gst_avi_demux_index_next (avi, stream, index, TRUE);
|
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 {
|
} else {
|
||||||
GST_DEBUG_OBJECT (avi, "Entry is not a keyframe - searching back");
|
GST_DEBUG_OBJECT (avi, "Entry is not a keyframe - searching back");
|
||||||
/* now go to the previous keyframe, this is where we should start
|
/* now go to the previous keyframe, this is where we should start
|
||||||
|
|
Loading…
Reference in a new issue