gst-plugins-rs/net/webrtchttp
Sebastian Dröge 61d2259b6b webrtchttp: Fix race condition when unlocking
It would be possible that there is no cancellable yet when unlock() is
called, then a new future is executed and it wouldn't have any
information that it is not supposed to run at all.

To solve this remember if cancellation should happen and reset this
later.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1617>
2024-06-13 13:19:41 +00:00
..
src webrtchttp: Fix race condition when unlocking 2024-06-13 13:19:41 +00:00
build.rs Make GStreamer plugin/crate/library/directory names and descriptions consistent 2022-10-23 20:25:08 +03:00
Cargo.toml webrtchttp: Update to reqwest 0.12 2024-04-08 15:19:45 +03:00