arturoc / gstreamer1.0-rs

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

fix message parsing on 32bits platform #27

Closed barmand closed 7 years ago

barmand commented 7 years ago

this should fix #22.

barmand commented 7 years ago

for reference: https://developer.gnome.org/glib/stable/glib-Basic-Types.html#gsize

Not tested on 64bits but this should be safe as ulong and ulonglong have the same size.

arturoc commented 7 years ago

thanks!