Skip to content

clocksync: Add "QoS" support

Thibault Saunier requested to merge thiblahute/gstreamer:clocksync_qos into main

When ClockSync synchronizes the data stream on the clock, it should also push QoS events if the user wants to do it as, as stated in the QoS design doc "Elements that synchronize buffers on the pipeline clock will usually measure the current QoS".

The logic has been replicated from GstBaseSink.

Merge request reports