arturoc / gstreamer1.0-rs

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

Remove transmutes on function pointers and nulls. #13

Closed eddyb closed 8 years ago

eddyb commented 8 years ago

This fixes the warnings about transmutes from function item types which will turn into errors on nightly after rust-lang/rust#34198.

eddyb commented 8 years ago

Thank you!

arturoc commented 8 years ago

thanks so much! going to update the crate