gst-plugins-rs/utils/uriplaylistbin
Sebastian Dröge 636c76b03b uriplaylistbin: Fix new clippy warning
warning: the borrowed expression implements the required traits
    --> utils/uriplaylistbin/src/uriplaylistbin/imp.rs:1691:32
     |
1691 |         self.obj().remove_many(&children_ref).unwrap();
     |                                ^^^^^^^^^^^^^ help: change this to: `children_ref`

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1391>
2023-11-13 17:41:06 +02:00
..
examples Use let-else instead of match for weak reference upgrades 2023-10-30 11:34:35 +02:00
src uriplaylistbin: Fix new clippy warning 2023-11-13 17:41:06 +02:00
tests Use let-else instead of match for weak reference upgrades 2023-10-30 11:34:35 +02:00
build.rs add uriplaylistbin plugin 2021-11-29 10:55:01 +01:00
Cargo.toml Update versions to 0.12.0-alpha.1 2023-08-10 17:21:11 +03:00