gstreamer-rs/gstreamer-video/src
Sebastian Dröge 06cfcd57fc Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait
Fixes clippy warnings, prevents confusing errors and is more consistent.

The Display trait provides a to_string() method by itself and FromStr
provides from_str().
2019-10-04 11:01:55 +03:00
..
auto audio/video: proxy_getcaps() can't return None and get_caps() vfuncs must not return None 2019-09-14 11:05:55 +03:00
subclass audio/video: Fix some clippy warnings 2019-09-24 15:03:45 +03:00
functions.rs Add manual implementations for various new 1.16 functions 2019-04-23 20:45:39 +03:00
lib.rs Remove subclassing feature and make it the default 2019-09-09 11:51:07 +03: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 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 audio/video: Add decoder base class error macros 2019-09-15 11:44:08 +03:00
video_encoder.rs video: Return NotNegotiated if setting the output state fails 2019-09-13 22:59:31 +03: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 Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait 2019-10-04 11:01:55 +03:00
video_format_info.rs Fix or ignore various clippy warnings 2019-09-07 19:39:19 +03:00
video_frame.rs video: Generate VideoBufferFlags and add a extension trait for setting/getting them on buffers 2019-07-16 11:51:23 +03:00
video_info.rs Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait 2019-10-04 11:01:55 +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 Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait 2019-10-04 11:01:55 +03:00
video_time_code_interval.rs Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait 2019-10-04 11:01:55 +03:00