gst-plugins-rs/net/onvif
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
..
src Take advantage of Into<Option<_>> args 2022-10-21 11:54:24 +02:00
build.rs net/onvif: implement ONVIF metadata processing elements 2022-05-06 11:17:04 +03:00
Cargo.toml onvif: Switch from minidom to xmltree for parsing ONVIF timed metadata 2022-10-12 21:00:13 +00:00
LICENSE-MPL-2.0 net/onvif: implement ONVIF metadata processing elements 2022-05-06 11:17:04 +03:00