gst-plugins-rs/net/ndi/src
Sebastian Dröge 295b9f01c2 ndisrc: Use correct receive time to re-initialize time tracking on disconts
The base receive time should not be the monotonic system clock time, but
the monotonic system clock time adjusted by the current clock calibration.
For the first time this is equivalent as the clock calibration is the default,
but for further discontinuities it is not and would cause a
discontinuity in the clock times at this point.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1766>
2024-09-05 10:18:48 +00:00
..
device_provider Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
ndisink Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
ndisinkcombiner Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
ndisrc ndisrc: Use correct receive time to re-initialize time tracking on disconts 2024-09-05 10:18:48 +00:00
ndisrcdemux ndisrc: Move timestamp handling from demuxer to source 2024-08-16 06:07:35 +00:00
lib.rs ndisrc: Add a clocked timestamp mode that provides a clock that follows the remote timecodes 2024-08-29 20:53:13 +03:00
ndi.rs ndisrc: Implement zerocopy handling for the received frames if possible 2023-11-13 13:22:48 +02:00
ndi_cc_meta.rs Fix a couple of compiler/clippy warnings with --no-default-features 2024-02-08 13:02:55 +02:00
ndisinkmeta.rs Use once_cell crate directly again 2024-01-31 18:07:57 +02:00
ndisrcmeta.rs ndisrc: Move timestamp handling from demuxer to source 2024-08-16 06:07:35 +00:00
ndisys.rs Fix various new clippy 1.79 warnings 2024-06-14 08:33:49 +03:00