fmp4mux: Add debug log when writing the mfra box

This commit is contained in:
Sebastian Dröge 2022-10-26 20:20:55 +03:00 committed by Sebastian Dröge
parent 27fac33c44
commit a56435801d

View file

@ -1409,6 +1409,7 @@ impl FMP4Mux {
}
if settings.write_mfra && at_eos {
gst::debug!(CAT, imp: self, "Writing mfra box");
match boxes::create_mfra(&streams[0].0, &state.fragment_offsets) {
Ok(mut mfra) => {
{