Skip to content

gstreamer: Require `Send` and not `Sync` for the values of an `Array` / `List`

Sebastian Dröge requested to merge slomo/gstreamer-rs:array-send-not-sync into main

Sync is more than required here: only sending of the values to another thread is required.

Merge request reports