Skip to content

mpegtslivesrc: Various fixes

commit 344b247fff0e1eeef27db028c9cac99375bd08f4
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Thu Sep 5 13:01:15 2024 +0300

    mpegtslivesrc: Fix order of parameters passed to `add_observation()`
    
    The first one should be the internal time, i.e. the monotonic clock time
    in our case, and the second one the external time.

commit 859ea36b4de1e43d55d534611608f60817cfd933
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Thu Sep 5 12:27:36 2024 +0300

    mpegtslivesrc: Scale monotonic time on PCR disconts to allow for continuous clock times

commit f76150e49198221d1f1135eec66db3f4b52f3929
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Thu Sep 5 11:26:17 2024 +0300

    mpegtslivesrc: Set DISCONT flag on buffers at PCR discontinuities

Merge request reports