Skip to content

rtmp2sink: Initialize base_ts / last_ts with the actual first observed timestamp

Sebastian Dröge requested to merge slomo/gstreamer:rtmp2sink-base-ts-init into main

Initializing it with zero can falsely trigger the overflow / underflow detection code if the first observed timestamp is a big integer.

Merge request reports

Loading