gstreamer-rs/gstreamer-video/src
Marijn Suijten 3f373f623a Enable feature(doc_cfg) in all lib.rs
The next version of gir is going to generate doc(cfg()) attributes on
many symbols to show feature-dependence hints. While autogenerated sys
crates get this attribute in their own (generated) lib.rs file the safe
wrapper crates do not have such an autogenerated lib.rs file.
2020-11-19 16:39:31 +01:00
..
auto Regenerate everything with latest gir 2020-11-07 12:17:25 +02:00
subclass gstreamer-video: Make virtual methods take wrapper of type, not parent 2020-11-14 19:39:27 +02:00
caps_features.rs video: Use correct version for interlaced caps feature 2020-07-03 13:00:07 +03:00
functions.rs Name functions returning a builder builder(), not new() 2020-06-25 19:42:33 +03:00
lib.rs Enable feature(doc_cfg) in all lib.rs 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 gstreamer-audio/video: Make allocator optional in get_allocator() functions for encoder/decoder base classes 2020-04-02 19:58:42 +03:00
video_encoder.rs Regenerate 2020-05-03 16:48:35 +03: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 video: Rename VideoTransferFunction functions 2020-09-08 15:43:05 +03:00
video_meta.rs Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00: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 video/timecode: Use stringify!($name) instead of "$name" in Debug impl 2020-11-16 13:21:57 +02:00
video_time_code_interval.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00