gst-plugins-rs/net
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
..
aws Slightly improve code making use of element factories retrieved from an element 2024-06-19 13:03:37 +00:00
hlssink3 Fix various new clippy 1.79 warnings 2024-06-14 08:33:49 +03:00
ndi Fix various new clippy 1.79 warnings 2024-06-14 08:33:49 +03:00
onvif onvifmetadataparse: Reset state in PAUSED->READY after pad deactivation 2024-04-05 15:19:37 +00:00
quinn quinn: Fix race condition when unlocking 2024-06-10 07:38:29 +00:00
raptorq Fix various new clippy 1.79 warnings 2024-06-14 08:33:49 +03:00
reqwest Fix various new clippy 1.79 warnings 2024-06-14 08:33:49 +03:00
rtp rtp: av1pay: Derive Default trait for the state instead of manual implementation 2024-06-18 08:07:24 +03:00
rtsp rtspsrc2: Update rtpbin2 support to use rtprecv and rtpsend 2024-05-28 19:58:09 +10:00
webrtc Slightly improve code making use of element factories retrieved from an element 2024-06-19 13:03:37 +00:00
webrtchttp webrtchttp: Fix race condition when unlocking 2024-06-10 07:38:29 +00:00