avidemux: add missing argument in debug message
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 15 Oct 2009 09:24:45 +0000 (11:24 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 15 Oct 2009 09:26:09 +0000 (11:26 +0200)
gst/avi/gstavidemux.c

index 419c55d..6071d54 100644 (file)
@@ -627,7 +627,7 @@ gst_avi_demux_seek_streams (GstAviDemux * avi, guint64 offset, gboolean before)
     }
 
     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_total = 0;
       continue;