arturoc / gstreamer1.0-rs

Idiomatic bindings for Gstreamer on Rust.
MIT License
36 stars 14 forks source link

To be changed from as_slice() to as_ref() for String #1

Closed arjsin closed 9 years ago

arjsin commented 9 years ago

Trait Str is now deprecated. std::convert::AsRef should be used instead.