From 71bbcc00e2c515824d13d517fab26b19b9a4c2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 4 Oct 2023 10:20:38 +0300 Subject: [PATCH] Depend on 0.21.1 of the -sys crates where necessary --- gstreamer-app/Cargo.toml | 2 +- gstreamer-rtp/Cargo.toml | 2 +- gstreamer-video/Cargo.toml | 2 +- gstreamer/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index b27ed674d..80dcc8f41 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.70" futures-core = "0.3" futures-sink = "0.3" libc = "0.2" -ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.21" } +ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.21.1" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" } gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" } gst-base = { package = "gstreamer-base", path = "../gstreamer-base", version = "0.21" } diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index 8b6a2ccfb..4b56cab12 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.70" [dependencies] libc = "0.2" -ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.21" } +ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.21.1" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" } gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" } serde = { version = "1.0", optional = true } diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index b5c53e629..e55aa520c 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.70" [dependencies] libc = "0.2" cfg-if = "1.0" -ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.21" } +ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.21.1" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" } gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" } gst-base = { package = "gstreamer-base", path = "../gstreamer-base", version = "0.21" } diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 0bf57490e..73023d6ad 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.70" [dependencies] cfg-if = "1.0" libc = "0.2" -ffi = { package = "gstreamer-sys", path = "sys", version = "0.21" } +ffi = { package = "gstreamer-sys", path = "sys", version = "0.21.1" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" } num-integer = { version = "0.1", default-features = false, features = [] } num-rational = { version = "0.4", default-features = false, features = [] }