gst-plugins-rs/audio/audiofx/src/audiornnoise
Sebastian Dröge 81f9d334e8 audiofx: Use AtomicRefCell for protecting the element state
It's only accessed from the streaming thread and in PAUSED->READY after
the streaming thread was shut down, so it's already guaranteed that only
a single thread can access it at any time.
2021-03-26 21:25:23 +02:00
..
imp.rs audiofx: Use AtomicRefCell for protecting the element state 2021-03-26 21:25:23 +02:00
mod.rs Update everything for glib macro renamings 2020-12-18 00:44:49 +02:00