gstreamer-rs/gstreamer-video/src
Sebastian Dröge 3a8d05075d Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed()
And also fix a few cases where mem::uninitialized() was simply wrong to
use.
2019-07-11 17:56:50 +03:00
..
auto Regenerate everything with latest gir 2019-07-10 11:21:28 +03:00
subclass video: Don't unref video codec state in set_format() 2019-05-25 13:02:41 +02:00
functions.rs Add manual implementations for various new 1.16 functions 2019-04-23 20:45:39 +03:00
lib.rs Run rustfmt also over all the generated code 2019-06-18 13:12:00 +03:00
utils.rs gstreamer-video: VideoDecoder bindings 2019-05-22 20:40:57 +00:00
video_buffer_pool.rs video: VideoInfo: implement align() 2019-06-18 09:38:43 +05:30
video_codec_frame.rs video: Don't require the input buffers of the video codec frames to be writable 2019-05-25 14:13:06 +02:00
video_codec_state.rs gstreamer-video: VideoDecoder bindings 2019-05-22 20:40:57 +00:00
video_decoder.rs gstreamer-video: VideoDecoder bindings 2019-05-22 20:40:57 +00:00
video_encoder.rs video: Add VideoEncoder bindings 2019-05-25 10:11:06 +02:00
video_event.rs Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed() 2019-07-11 17:56:50 +03:00
video_format.rs video: fix VideoFormat Display implementation 2019-06-18 17:11:24 +05:30
video_format_info.rs video: implement proper Debug on VideoFormatInfo 2019-07-03 14:23:58 +02:00
video_frame.rs Update manual code 2019-04-15 19:19:19 +03:00
video_info.rs Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed() 2019-07-11 17:56:50 +03:00
video_meta.rs Change various mini object references to references to the refcounted object 2019-05-24 10:04:16 +00:00
video_overlay.rs Update manual code 2019-04-15 19:19:19 +03:00
video_overlay_composition.rs Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed() 2019-07-11 17:56:50 +03:00
video_rectangle.rs Update manual code 2019-04-15 19:19:19 +03:00
video_time_code.rs Use TryFrom/TryInto traits where it makes sense instead of our previous ad-hoc solutions 2019-06-03 18:42:34 +03:00
video_time_code_interval.rs Update manual code 2019-04-15 19:19:19 +03:00