gst-plugins-rs/generic/threadshare/src/jitterbuffer
Sebastian Dröge 4ad101b53b Use once_cell crate directly again
The glib crate does not depend on it anymore and also does not re-export
it anymore.

Also switch some usages of OnceCell to OnceLock from std.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1441>
2024-01-31 18:07:57 +02:00
..
ffi.rs generic: threadshare: port to polling 3.1.0 2023-10-01 17:45:29 +02:00
imp.rs Use once_cell crate directly again 2024-01-31 18:07:57 +02:00
jitterbuffer.rs threadshare: jitterbuffer: Rename C symbols to avoid conflicts with the same symbols from the rtpmanager plugin 2023-03-17 16:20:28 +00:00
mod.rs Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00
rtpjitterbuffer.c fix typos 2023-04-10 13:35:32 +02:00
rtpjitterbuffer.h threadshare: jitterbuffer: Rename C symbols to avoid conflicts with the same symbols from the rtpmanager plugin 2023-03-17 16:20:28 +00:00
rtpstats.c threadshare: jitterbuffer: Rename C symbols to avoid conflicts with the same symbols from the rtpmanager plugin 2023-03-17 16:20:28 +00:00
rtpstats.h threadshare: jitterbuffer: Rename C symbols to avoid conflicts with the same symbols from the rtpmanager plugin 2023-03-17 16:20:28 +00:00