gstreamer-rs/gstreamer-video/src
Sebastian Dröge 5479b23eb9 Use mem::ManuallyDrop instead of mem::forget() everywhere
It makes the intentions clearer and potentially results in simpler
assembly, at least in debug builds.
2020-04-30 10:56:38 +03:00
..
auto video: Autogenerate bindings for a few more enums 2020-02-15 10:11:35 +01:00
subclass video: Use static inner lifetime for VideoCodecState<Readable> 2019-12-23 13:15:34 +02:00
functions.rs video: Add Future variant of convert_sample_async() 2020-02-15 10:14:22 +01:00
lib.rs video: Add Future variant of convert_sample_async() 2020-02-15 10:14:22 +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 Use mem::ManuallyDrop instead of mem::forget() everywhere 2020-04-30 10:56:38 +03:00
video_codec_state.rs gstreamer-video: VideoDecoder bindings 2019-05-22 20:40:57 +00:00
video_converter.rs video: Add VideoConverter bindings 2020-02-15 10:11:41 +01:00
video_decoder.rs video: Use static inner lifetime for VideoCodecState<Readable> 2019-12-23 13:15:34 +02:00
video_encoder.rs video: Use static inner lifetime for VideoCodecState<Readable> 2019-12-23 13:15:34 +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 video/video-frame: Implement immutable frame functions more generically 2020-02-15 10:11:25 +01:00
video_info.rs video/video-info: Don't use bool return of gst_video_info_set_format()/align() when running with GStreamer < 1.11.1 2020-02-15 10:15:03 +01: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