Skip to content

mp4mux: Don't write empty chunks at the end if the last buffer of a stream...

Sebastian Dröge requested to merge slomo/gst-plugins-rs:mp4mux-fixes into main

mp4mux: Don't write empty chunks at the end if the last buffer of a stream started a new chunk and happened to be a from a gap event

Empty chunks are not valid in MP4.

Merge request reports