Update to released versions of glib-sys/gstreamer-sys

This commit is contained in:
Sebastian Dröge 2017-05-10 11:25:17 +02:00
parent 52981968f6
commit d962acc8c3

View file

@ -14,10 +14,10 @@ slog = { version = "2.0", features = ["max_level_trace"] }
lazy_static = "0.2"
byteorder = "1.0"
num-rational = { version = "0.1", default-features = false, features = [] }
glib-sys = { git = "https://github.com/gtk-rs/sys.git" }
gobject-sys = { git = "https://github.com/gtk-rs/sys.git" }
gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys.git", features = ["v1_10"] }
gstreamer-base-sys = { git = "https://github.com/sdroege/gstreamer-sys.git", features = ["v1_10"] }
glib-sys = "0.3.4"
gobject-sys = "0.3.4"
gstreamer-sys = { version = "0.1.1", features = ["v1_10"] }
gstreamer-base-sys = { version = "0.1.1", features = ["v1_10"] }
derivative = "1.0"
[build-dependencies]