gstreamer-rs/examples
François Laignel 4ebdfb8602 Use impl Into<Option<_>> for functions impacted by nullability fixes
This commit addresses the functions which signatures changed in
commit f9690817 so that users can still use e.g.
`query.set_result(val)` instead of `query.set_result(Some(val))`.

See [1] for an attempt at generalizing this approach.

[1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1133
2022-10-21 11:30:02 +02:00
..
src Use impl Into<Option<_>> for functions impacted by nullability fixes 2022-10-21 11:30:02 +02:00
build.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
Cargo.toml Update minimum supported Rust version to 1.63 2022-09-04 10:37:13 +03:00