gstreamer-rs/gstreamer-base/src
Marijn Suijten aeb1b70581 Remove doc(cfg()) from expressions
warning: unused doc comment
       --> gstreamer-video/src/video_info.rs:655:37
        |
    655 |           #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_12")))]
        |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    656 | /         {
    657 | |             VideoInfoBuilder {
    658 | |                 format,
    659 | |                 width,
    ...   |
    674 | |             }
    675 | |         }
        | |_________- rustdoc does not generate documentation for expressions

Also simplify some blocks into expressions which are allowed to have
attributes as well since Rust 1.43.
2020-11-19 16:39:31 +01:00
..
auto Regenerate with doc(cfg()) attribute on all symbols 2020-11-19 16:39:31 +01:00
subclass Remove doc(cfg()) from expressions 2020-11-19 16:39:31 +01:00
adapter.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
aggregator.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
aggregator_pad.rs Make sure to hold MutexGuard for the remainder of the function in various places 2020-02-27 12:10:14 +02: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: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
base_sink.rs Make sure to hold MutexGuard for the remainder of the function in various places 2020-02-27 12:10:14 +02:00
base_src.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
base_transform.rs gstreamer-base: Add get_allocator() functions to aggregator, basesrc and basetransform base classes 2020-04-02 19:58:42 +03:00
flow_combiner.rs base/flow_combiner: UniqueFlowCombiner::clear() should take &mut self 2020-02-09 18:22:45 +02:00
functions.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
lib.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
utils.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00