gst-plugins-rs/generic/threadshare/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
..
appsrc Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
inputselector Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
jitterbuffer Use new format constructors 2022-10-18 10:36:59 +00:00
proxy Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
queue Use new format constructors 2022-10-18 10:36:59 +00:00
runtime Update for pad default functions API changes 2022-10-12 19:50:15 +03:00
tcpclientsrc Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
udpsink ts: better use of imp & elem args in Pad{Sink,Src}Handlers 2022-10-12 12:35:20 +02:00
udpsrc Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
dataqueue.rs Update to gst::_log_macro_ 2022-02-21 20:50:01 +01:00
lib.rs Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
socket.rs ts: migrate elements to try_next / handle_item 2022-08-10 20:10:08 +02:00