mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
fmp4mux: Add debug log when writing the mfra box
This commit is contained in:
parent
27fac33c44
commit
a56435801d
1 changed files with 1 additions and 0 deletions
|
@ -1409,6 +1409,7 @@ impl FMP4Mux {
|
||||||
}
|
}
|
||||||
|
|
||||||
if settings.write_mfra && at_eos {
|
if settings.write_mfra && at_eos {
|
||||||
|
gst::debug!(CAT, imp: self, "Writing mfra box");
|
||||||
match boxes::create_mfra(&streams[0].0, &state.fragment_offsets) {
|
match boxes::create_mfra(&streams[0].0, &state.fragment_offsets) {
|
||||||
Ok(mut mfra) => {
|
Ok(mut mfra) => {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue