Skip to content

ndisrc: Move timestamp handling from demuxer to source

Sebastian Dröge requested to merge slomo/gst-plugins-rs:ndi-clock into main

This allows putting correct timestamps on buffers coming out of the source already instead of leaving them unset until the demuxer.

And also calculate timestamps for metadata buffers.

Merge request reports