mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-13 13:51:05 +00:00
a719cbfcc6
Rust targets without support for `AtomicU64` is still somewhat common. Running git grep -i 'max_atomic_width: Some(32)' | wc -l in the Rust compiler repo currently counts to 34 targets. Change the `RtpBasePay2::ssrc_collision` from `AtomicU64` to `Mutex<Option<u32>>`. This way we keep support for these targets. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1562> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |