mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
avidemux: add missing argument in debug message
This commit is contained in:
parent
2543d9c28c
commit
f071ff6993
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ gst_avi_demux_seek_streams (GstAviDemux * avi, guint64 offset, gboolean before)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!entry) {
|
if (!entry) {
|
||||||
GST_DEBUG_OBJECT (avi, "no position for stream %d, assuming at start");
|
GST_DEBUG_OBJECT (avi, "no position for stream %d, assuming at start", i);
|
||||||
stream->current_entry = 0;
|
stream->current_entry = 0;
|
||||||
stream->current_total = 0;
|
stream->current_total = 0;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue