gstreamer-rs/gstreamer-video/src
Sebastian Dröge d3c77f400d Don't derive Debug impls for generic types where the type parameters don't have to impl Debug themselves
This allows to use MappedBuffer and similar types to be properly
debug-printed.

Also change VideoFrame/VideoFrameRef/RTPBuffer from a tuple struct to a
struct with proper field names to make the code easier to understand.
2020-01-22 19:10:04 +02:00
..
auto Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
subclass video: Use static inner lifetime for VideoCodecState<Readable> 2019-12-23 13:07:05 +02:00
functions.rs Fix various new clippy warnings from 1.40 2019-12-22 12:10:27 +02:00
lib.rs Fix glib reexports 2019-11-11 11:34:09 +01:00
utils.rs gstreamer-video: VideoDecoder bindings 2019-05-22 20:40:57 +00:00
video_buffer_pool.rs Use MaybeUninit::zeroed() everywhere possible instead of mem::zeroed() 2019-07-11 17:56:50 +03:00
video_codec_frame.rs gstreamer-video: Require &mut self for VideoCodecFrame functions that modify it 2019-12-18 18:42:40 +02:00
video_codec_state.rs gstreamer-video: VideoDecoder bindings 2019-05-22 20:40:57 +00:00
video_decoder.rs video: Use static inner lifetime for VideoCodecState<Readable> 2019-12-23 13:07:05 +02:00
video_encoder.rs video: Use static inner lifetime for VideoCodecState<Readable> 2019-12-23 13:07:05 +02:00
video_event.rs gstreamer-video: Change functions from returning Option to Result 2019-12-17 08:41:51 +00:00
video_format.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
video_format_info.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
video_frame.rs Don't derive Debug impls for generic types where the type parameters don't have to impl Debug themselves 2020-01-22 19:10:04 +02:00
video_info.rs Fix various new clippy warnings from 1.40 2019-12-22 12:10:27 +02:00
video_meta.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
video_overlay.rs Update manual code 2019-04-15 19:19:19 +03:00
video_overlay_composition.rs gstreamer-video: Change functions from returning Option to Result 2019-12-17 08:41:51 +00:00
video_rectangle.rs Update manual code 2019-04-15 19:19:19 +03:00
video_time_code.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
video_time_code_interval.rs gstreamer-video: Change functions from returning Option to Result 2019-12-17 08:41:51 +00:00