gstreamer-rs/gstreamer-video/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 gstreamer-video: Make virtual methods take wrapper of type, not parent 2020-11-14 19:39:27 +02:00
caps_features.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
functions.rs Name functions returning a builder builder(), not new() 2020-06-25 19:42:33 +03:00
lib.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
utils.rs gstreamer-video: VideoDecoder bindings 2019-05-22 20:40:57 +00:00
video_buffer_pool.rs Switch everything from lazy_static to once_cell::Lazy 2020-01-22 19:57:41 +02:00
video_codec_frame.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
video_codec_state.rs Remove unneeded PhantomData markers 2020-10-24 17:09:10 +00:00
video_converter.rs video/videoconverter: Add TryFrom<Structure> and inverse From impl for VideoConverterConfig 2020-05-26 19:26:35 +03:00
video_decoder.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
video_encoder.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
video_event.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
video_format.rs gstreamer/audio/video: Correctly implement ExactSizeIterator 2020-10-09 11:35:19 +03:00
video_format_info.rs video: manually order VideoFormat and VideoFormatInfo 2020-06-09 09:26:32 +02:00
video_frame.rs video/video_frame: Allow getting an owned buffer from readable video frames 2020-08-11 13:35:39 +03:00
video_info.rs Remove doc(cfg()) from expressions 2020-11-19 16:39:31 +01:00
video_meta.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
video_overlay.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
video_overlay_composition.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
video_rectangle.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
video_time_code.rs Add doc(cfg()) on all manual files 2020-11-19 16:39:31 +01:00
video_time_code_interval.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00