Skip to content

rtp2: add support for receiving buffer lists

Matthew Waters requested to merge ystreet/gst-plugins-rs:rtp2-bufferlist into main

Reduces the amount of clock_gettime calls we do.

In at least one case, improves throughput by 25%.

The non-buffer list case is unaffected.

Merge request reports