gstreamer-rs/gstreamer-base/src
Sebastian Dröge 870978e286 base/base_transform: Fix minor clippy warning
warning: called `map(f)` on an Option value where `f` is a unit closure
   --> gstreamer-base/src/subclass/base_transform.rs:683:13
    |
683 | /             (*parent_class)
684 | |                 .before_transform
685 | |                 .map(|f| f(element.to_glib_none().0, inbuf.as_ptr() as *mut _));
    | |_______________________________________________________________________________^
    |
    = note: `#[warn(clippy::option_map_unit_fn)]` on by default
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn
2020-02-09 21:22:04 +02:00
..
auto Regenerate with latest gir 2020-01-22 19:57:41 +02:00
subclass base/base_transform: Fix minor clippy warning 2020-02-09 21:22:04 +02:00
adapter.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
aggregator.rs Manual update for new Value::get signature 2019-08-13 10:57:32 +02:00
aggregator_pad.rs Update manual code 2019-04-15 19:19:19 +03:00
base_parse.rs Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed() 2019-07-11 17:56:50 +03:00
base_parse_frame.rs gstreamer-base: Require &mut self for BaseParseFrame functions that modify it 2019-12-18 18:38:29 +02:00
base_sink.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
base_src.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
base_transform.rs Update manual code 2019-04-15 19:19:19 +03:00
flow_combiner.rs base/flow_combiner: UniqueFlowCombiner::clear() should take &mut self 2020-02-09 18:22:45 +02:00
functions.rs gstreamer-base/{adapter,functions}, gstreamer-video/video_info: Change functions from returning Option to Result 2019-12-16 11:29:51 +00:00
lib.rs Fix glib reexports 2019-11-11 11:34:09 +01:00
utils.rs Update manual code 2019-04-15 19:19:19 +03:00