diff --git a/gst-plugin-audiofx/Cargo.toml b/gst-plugin-audiofx/Cargo.toml index 5b3f6056..daf0e4ee 100644 --- a/gst-plugin-audiofx/Cargo.toml +++ b/gst-plugin-audiofx/Cargo.toml @@ -8,9 +8,9 @@ license = "MIT/Apache-2.0" [dependencies] gst-plugin = { path="../gst-plugin" } glib = { git = "https://github.com/gtk-rs/glib" } -gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } -gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } -gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } +gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } +gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } +gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs" } byte-slice-cast = "0.1" num-traits = "0.1" diff --git a/gst-plugin-file/Cargo.toml b/gst-plugin-file/Cargo.toml index 7647292d..ed479264 100644 --- a/gst-plugin-file/Cargo.toml +++ b/gst-plugin-file/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0" url = "1.1" gst-plugin = { path="../gst-plugin" } gst-plugin-simple = { path="../gst-plugin-simple" } -gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } +gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } [lib] name = "gstrsfile" diff --git a/gst-plugin-flv/Cargo.toml b/gst-plugin-flv/Cargo.toml index 6cd7b889..cb9b4974 100644 --- a/gst-plugin-flv/Cargo.toml +++ b/gst-plugin-flv/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0" url = "1.1" gst-plugin = { path="../gst-plugin" } gst-plugin-simple = { path="../gst-plugin-simple" } -gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } +gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } num-rational = { version = "0.1", default-features = false, features = [] } nom = "3.0" flavors = {git = "https://github.com/rust-av/flavors.git"} diff --git a/gst-plugin-http/Cargo.toml b/gst-plugin-http/Cargo.toml index f92720b2..b742622a 100644 --- a/gst-plugin-http/Cargo.toml +++ b/gst-plugin-http/Cargo.toml @@ -10,7 +10,7 @@ url = "1.1" gst-plugin = { path="../gst-plugin" } gst-plugin-simple = { path="../gst-plugin-simple" } reqwest = "0.8" -gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } +gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } [lib] name = "gstrshttp" diff --git a/gst-plugin-simple/Cargo.toml b/gst-plugin-simple/Cargo.toml index 339bb355..e432ca85 100644 --- a/gst-plugin-simple/Cargo.toml +++ b/gst-plugin-simple/Cargo.toml @@ -9,8 +9,8 @@ license = "MIT/Apache-2.0" url = "1.1" glib = { git = "https://github.com/gtk-rs/glib" } gst-plugin = { path="../gst-plugin" } -gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } -gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } +gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } +gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } [lib] name = "gst_plugin_simple" diff --git a/gst-plugin-togglerecord/Cargo.toml b/gst-plugin-togglerecord/Cargo.toml index 05d0f84a..802bc9a2 100644 --- a/gst-plugin-togglerecord/Cargo.toml +++ b/gst-plugin-togglerecord/Cargo.toml @@ -6,8 +6,8 @@ license = "LGPL-2.1+" [dependencies] glib = { git = "https://github.com/gtk-rs/glib" } -gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } -gstreamer-video = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } +gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } +gstreamer-video = { git = "https://github.com/sdroege/gstreamer-rs" } gst-plugin = { path = "../gst-plugin" } gtk = { git = "https://github.com/gtk-rs/gtk", features = ["v3_6"], optional = true } gio = { git = "https://github.com/gtk-rs/gio", optional = true } diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml index a35cf375..cb45f402 100644 --- a/gst-plugin/Cargo.toml +++ b/gst-plugin/Cargo.toml @@ -17,10 +17,10 @@ lazy_static = "1.0" byteorder = "1.0" glib-sys = { git = "https://github.com/gtk-rs/sys" } gobject-sys = { git = "https://github.com/gtk-rs/sys" } -gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_10"] } -gstreamer-base-sys = { git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_10"] } +gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys" } +gstreamer-base-sys = { git = "https://github.com/sdroege/gstreamer-sys" } glib = { git = "https://github.com/gtk-rs/glib" } -gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] } +gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } [lib]