qtmux: fix misinforming debug statement

This commit is contained in:
Mark Nauwelaerts 2009-11-19 11:36:14 +01:00
parent a0851ebcbf
commit 469446c7a4

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