gst-plugins-rs/net
François Laignel 6319d104a8 Take advantage of Into<Option<_>> args
Commit 24b7cfc8 applied changes related to nullability as declared
by gir. One consequence was that some functions signature ended up
requiring users to pass `Some(val)` when they could use `val`
before.

This commit applies changes on `gstreamer-rs` which, will honoring
the nullability stil allow users to pass `val` for the few affected
functions.

This commit also fixes the signature for `Element::request_new_pad`
which was updated upstream.
2022-10-21 11:54:24 +02:00
..
aws Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
hlssink3 Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
ndi Use new format constructors 2022-10-18 10:36:59 +00:00
onvif Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
raptorq Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
reqwest Update everything for element factory builder API changes 2022-10-19 19:43:29 +03:00
rtpav1 rtpav1pay: Track last known upstream PTS/DTS in case not all OBUs are properly timestamped 2022-10-19 15:42:48 +03:00
webrtc Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
webrtc-http Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00