arturoc / gstreamer1.0-rs

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

switch to using gstreamer-sys #29

Open luisbg opened 7 years ago

luisbg commented 7 years ago

Switch to using Sebastian's gstreamer-sys, so we don't duplicate FFI work.

https://github.com/sdroege/gstreamer-sys

luisbg commented 7 years ago

This was discussed in #2 :smile:

sdroege commented 7 years ago

You can switch to glib-sys/etc 0.3.4 and gstreamer-sys/etc 0.1.1 instead of using the GIT versions. Also for the gstreamer-sys types (enums, flags) that you currently "leak" in the public API, it would be better to re-export them from here instead (otherwise users need to depend and use gstreamer-sys).