Skip to content

clocksync: Add new clocksync element

Jan Schmidt requested to merge thaytan/gstreamer:clock-sync-element into master

The clocksync element is a generic element that can be placed in a pipeline to synchronise passing buffers to the clock at that point. This is similar to 'identity sync=true', but because it isn't GstBaseTransform-based, it can process GstBufferLists without breaking them into separate GstBuffers

This is an element prompted by gst-plugins-bad!1052 (merged)

Merge request reports