gst-plugins-rs/net/aws/src
Sebastian Dröge 23d998a1db Slightly improve code making use of element factories retrieved from an element
We can use `is_some_and(...)` instead of `map_or(false, ...)`.

Also in a few places the factory was retrieved multiple times, one time
with unwrapping and another time with handling the `None` case
correctly. Instead of unwrapping, move code to handle the `None` case.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1630>
2024-06-19 13:03:37 +00:00
..
s3hlssink Slightly improve code making use of element factories retrieved from an element 2024-06-19 13:03:37 +00:00
s3sink aws: Fix race condition when unlocking 2024-06-10 07:38:29 +00:00
s3src aws: Fix race condition when unlocking 2024-06-10 07:38:29 +00:00
transcribe_parse Use once_cell crate directly again 2024-01-31 18:07:57 +02:00
transcriber Fix new Rust 1.78 clippy warnings 2024-05-02 18:36:23 +03:00
lib.rs aws: use fixed BehaviorVersion 2024-03-26 17:44:16 +01:00
s3url.rs aws: Update to base32 0.5 2024-05-17 07:50:51 +00:00
s3utils.rs aws: Fix race condition when unlocking 2024-06-10 07:38:29 +00:00