qtmux: fix misinforming debug statement
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 19 Nov 2009 10:36:14 +0000 (11:36 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:13 +0000 (20:32 +0100)
gst/quicktime/gstqtmux.c

index 38b1096..e12ab33 100644 (file)
@@ -1209,7 +1209,7 @@ gst_qt_mux_stop_file (GstQTMux * qtmux)
     if (!atom_moov_copy_data (qtmux->moov, NULL, &size, &offset))
       goto serialize_error;
     GST_DEBUG_OBJECT (qtmux, "calculated moov atom size %" G_GUINT64_FORMAT,
-        size);
+        offset);
     offset += qtmux->header_size + (large_file ? 16 : 8);
   } else
     offset = qtmux->header_size;