Skip to content

rtpjitterbuffer: add "add-reference-timestamp-meta" property

When syncing to an RFC7273 clock this will add the original reconstructed reference clock timestamp to buffers in form of a GstReferenceTimestampMeta.

This is useful when we want to process or analyse data based on the original timestamps untainted by any local adjustments, for example reconstruct AES67 audio streams with sample accuracy.


Also proxy the new property in rtpbin and rtspsrc.


On top of !1955 (merged), so disregard the first commit.

Edited by Tim-Philipp Müller

Merge request reports