Skip to content

fmp4mux: Clip negative PTS to zero/last PTS instead of erroring out

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

This can happen at the beginning of a stream if upstream is rtpjitterbuffer and it has problems figuring out timestamps in the beginning due to resetting / skew.

Merge request reports