qtmux: fix misinforming debug statement
This commit is contained in:
parent
a0851ebcbf
commit
469446c7a4
@ -1209,7 +1209,7 @@ gst_qt_mux_stop_file (GstQTMux * qtmux)
|
|||||||
if (!atom_moov_copy_data (qtmux->moov, NULL, &size, &offset))
|
if (!atom_moov_copy_data (qtmux->moov, NULL, &size, &offset))
|
||||||
goto serialize_error;
|
goto serialize_error;
|
||||||
GST_DEBUG_OBJECT (qtmux, "calculated moov atom size %" G_GUINT64_FORMAT,
|
GST_DEBUG_OBJECT (qtmux, "calculated moov atom size %" G_GUINT64_FORMAT,
|
||||||
size);
|
offset);
|
||||||
offset += qtmux->header_size + (large_file ? 16 : 8);
|
offset += qtmux->header_size + (large_file ? 16 : 8);
|
||||||
} else
|
} else
|
||||||
offset = qtmux->header_size;
|
offset = qtmux->header_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user