Skip to content

Store whether GStreamer was initialized in an `AtomicBool`

Sebastian Dröge requested to merge slomo/gstreamer-rs:init-atomic into main

Avoids a function call in the normal case.

Merge request reports