gst-plugins-rs/audio/audiofx/src
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
..
audioecho Update for the subclassing glib/gstreamer bindings API changes 2021-03-09 17:07:13 +02:00
audioloudnorm audiofx: Use AtomicRefCell for protecting the element state 2021-03-26 21:25:23 +02:00
audiornnoise audiofx: Use AtomicRefCell for protecting the element state 2021-03-26 21:25:23 +02:00
ebur128level audiofx: Use AtomicRefCell for protecting the element state 2021-03-26 21:25:23 +02:00
lib.rs audiofx: Add new ebur128level element 2021-03-26 21:25:23 +02:00