From f2a6a8d3de3aa21ef10d5bbd301281660b654f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 26 Oct 2022 20:20:55 +0300 Subject: [PATCH] fmp4mux: Add debug log when writing the mfra box --- mux/fmp4/src/fmp4mux/imp.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/mux/fmp4/src/fmp4mux/imp.rs b/mux/fmp4/src/fmp4mux/imp.rs index ef2a9ae8..f87f4e0f 100644 --- a/mux/fmp4/src/fmp4mux/imp.rs +++ b/mux/fmp4/src/fmp4mux/imp.rs @@ -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) => { {