mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-17 05:15:14 +00:00
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> |
||
---|---|---|
.. | ||
s3hlssink | ||
s3sink | ||
s3src | ||
transcribe_parse | ||
transcriber | ||
lib.rs | ||
s3url.rs | ||
s3utils.rs |