gstreamer-rs/examples
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
..
src 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
build.rs examples: glupload example 2018-12-05 23:03:49 +01:00
Cargo.toml Remove subclassing feature and make it the default 2019-09-09 11:51:07 +03:00