Skip to content

fmp4mux: Handle EOS correctly if it happens before a fragment start time was determined

Sebastian Dröge requested to merge slomo/gst-plugins-rs:fmp4mux-early-eos into main

Whatever earliest time we have at that point is going to be the start time.

Also handle the case correctly where all inputs are EOS before any buffers were received at all.

Fixes #270 (closed)

Merge request reports