mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-03-14 01:02:42 +00:00
fmp4mux: Add debug log when writing the mfra box
This commit is contained in:
parent
51ff099221
commit
f2a6a8d3de
1 changed files with 1 additions and 0 deletions
|
@ -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) => {
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue