avidemux: add missing argument in debug message

This commit is contained in:
Mark Nauwelaerts 2009-10-15 11:24:45 +02:00
parent 2543d9c28c
commit f071ff6993

View file

@ -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;