From 9eacba1569358f92fcac9e9e312a45f895c6b404 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 6 Jul 2023 15:06:47 +0200 Subject: [PATCH] Use bitflags from re-exported glib crates Part-of: --- gstreamer-allocators/Cargo.toml | 1 - gstreamer-app/Cargo.toml | 1 - gstreamer-audio/Cargo.toml | 1 - gstreamer-base/Cargo.toml | 1 - gstreamer-check/Cargo.toml | 1 - gstreamer-controller/Cargo.toml | 1 - gstreamer-editing-services/Cargo.toml | 1 - gstreamer-gl/Cargo.toml | 1 - gstreamer-pbutils/Cargo.toml | 1 - gstreamer-play/Cargo.toml | 1 - gstreamer-player/Cargo.toml | 1 - gstreamer-rtp/Cargo.toml | 1 - gstreamer-rtsp-server/Cargo.toml | 1 - gstreamer-rtsp/Cargo.toml | 1 - gstreamer-validate/Cargo.toml | 1 - gstreamer-video/Cargo.toml | 1 - gstreamer/Cargo.toml | 1 - 17 files changed, 17 deletions(-) diff --git a/gstreamer-allocators/Cargo.toml b/gstreamer-allocators/Cargo.toml index 83ab9833a..346b1a781 100644 --- a/gstreamer-allocators/Cargo.toml +++ b/gstreamer-allocators/Cargo.toml @@ -15,7 +15,6 @@ rust-version = "1.66" [dependencies] libc = "0.2" -bitflags = "1.0" ffi = { package = "gstreamer-allocators-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", path = "../gstreamer" } diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 5faf8108e..252167c84 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -16,7 +16,6 @@ rust-version = "1.66" [dependencies] futures-core = "0.3" futures-sink = "0.3" -bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-app-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index 38f6392b6..c80ae8560 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -16,7 +16,6 @@ rust-version = "1.66" [dependencies] libc = "0.2" cfg-if = "1.0" -bitflags = "1.0" ffi = { package = "gstreamer-audio-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", path = "../gstreamer" } diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index 995b24a25..dbfd0b9a0 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/Cargo.toml @@ -16,7 +16,6 @@ rust-version = "1.66" [dependencies] cfg-if = "1.0" libc = "0.2" -bitflags = "1.0" ffi = { package = "gstreamer-base-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", path = "../gstreamer" } diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index 10e31a3a3..01315d126 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" ffi = { package = "gstreamer-check-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", path = "../gstreamer" } diff --git a/gstreamer-controller/Cargo.toml b/gstreamer-controller/Cargo.toml index 37c697ecf..1004bc19d 100644 --- a/gstreamer-controller/Cargo.toml +++ b/gstreamer-controller/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" once_cell = "1.0" ffi = { package = "gstreamer-controller-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } diff --git a/gstreamer-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index ee5d747a9..d7a2add96 100644 --- a/gstreamer-editing-services/Cargo.toml +++ b/gstreamer-editing-services/Cargo.toml @@ -15,7 +15,6 @@ rust-version = "1.66" [dependencies] libc = "0.2" -bitflags = "1.0" ffi = { package = "gstreamer-editing-services-sys", path = "sys"} glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gio = { git = "https://github.com/gtk-rs/gtk-rs-core" } diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index a99a5e83c..6d33bdee8 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -17,7 +17,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" libc = "0.2" once_cell = "1.0" ffi = { package = "gstreamer-gl-sys", path = "sys" } diff --git a/gstreamer-pbutils/Cargo.toml b/gstreamer-pbutils/Cargo.toml index 04e9ab5e3..60290b5c4 100644 --- a/gstreamer-pbutils/Cargo.toml +++ b/gstreamer-pbutils/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-pbutils-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } diff --git a/gstreamer-play/Cargo.toml b/gstreamer-play/Cargo.toml index bdcd81218..b38f0a2b2 100644 --- a/gstreamer-play/Cargo.toml +++ b/gstreamer-play/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-play-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index 0872ea42a..54d528136 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-player-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index f8212dce2..f2205c91e 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" once_cell = "1.0" libc = "0.2" ffi = { package = "gstreamer-rtp-sys", path = "sys" } diff --git a/gstreamer-rtsp-server/Cargo.toml b/gstreamer-rtsp-server/Cargo.toml index 79b40c826..c62a7875a 100644 --- a/gstreamer-rtsp-server/Cargo.toml +++ b/gstreamer-rtsp-server/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" libc = "0.2" once_cell = "1.0" ffi = { package = "gstreamer-rtsp-server-sys", path = "sys" } diff --git a/gstreamer-rtsp/Cargo.toml b/gstreamer-rtsp/Cargo.toml index 94a165220..f31acdddb 100644 --- a/gstreamer-rtsp/Cargo.toml +++ b/gstreamer-rtsp/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-rtsp-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } diff --git a/gstreamer-validate/Cargo.toml b/gstreamer-validate/Cargo.toml index c028438fe..5e521c923 100644 --- a/gstreamer-validate/Cargo.toml +++ b/gstreamer-validate/Cargo.toml @@ -18,7 +18,6 @@ libc = "0.2" ffi = { package = "gstreamer-validate-sys", path = "sys" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core" } gst = { package = "gstreamer", path = "../gstreamer", features = ["v1_22"] } -bitflags = "1.0" [dev-dependencies] gir-format-check = "0.1" diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 2418849b6..a8bab3e8d 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" libc = "0.2" cfg-if = "1.0" ffi = { package = "gstreamer-video-sys", path = "sys" } diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 76f52c64d..421d73411 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -14,7 +14,6 @@ edition = "2021" rust-version = "1.66" [dependencies] -bitflags = "1.0" cfg-if = "1.0" libc = "0.2" ffi = { package = "gstreamer-sys", path = "sys" }