gst-plugins-rs/net/webrtc/src
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
..
gcc webrtc: Enhance documentation 2022-10-20 12:04:43 +00:00
signaller webrtc: Rename signaller and protocol crates 2022-10-20 13:32:31 +02:00
webrtcsink Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
lib.rs webrtc: Enable more documentation 2022-10-20 13:32:31 +02:00