From f60dfebe0706c35d2daa5f38593eac597e16a7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 24 Oct 2022 10:54:30 +0300 Subject: [PATCH] Update GLib dependency to 0.16.2 --- examples/Cargo.toml | 2 +- gstreamer-allocators/Cargo.toml | 2 +- gstreamer-app/Cargo.toml | 2 +- gstreamer-audio/Cargo.toml | 2 +- gstreamer-base/Cargo.toml | 2 +- gstreamer-check/Cargo.toml | 2 +- gstreamer-controller/Cargo.toml | 2 +- gstreamer-editing-services/Cargo.toml | 2 +- gstreamer-gl/Cargo.toml | 2 +- gstreamer-gl/egl/Cargo.toml | 2 +- gstreamer-gl/wayland/Cargo.toml | 2 +- gstreamer-gl/x11/Cargo.toml | 2 +- gstreamer-mpegts/Cargo.toml | 2 +- gstreamer-net/Cargo.toml | 2 +- gstreamer-pbutils/Cargo.toml | 2 +- gstreamer-play/Cargo.toml | 2 +- gstreamer-player/Cargo.toml | 2 +- gstreamer-rtp/Cargo.toml | 2 +- gstreamer-rtsp-server/Cargo.toml | 2 +- gstreamer-rtsp/Cargo.toml | 2 +- gstreamer-sdp/Cargo.toml | 2 +- gstreamer-validate/Cargo.toml | 2 +- gstreamer-video/Cargo.toml | 2 +- gstreamer-webrtc/Cargo.toml | 2 +- gstreamer/Cargo.toml | 2 +- tutorials/Cargo.toml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 5a5c47cde..67acb3263 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" rust-version = "1.63" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-gl = { package = "gstreamer-gl", version = "0.19", path = "../gstreamer-gl", optional = true } gst-gl-egl = { package = "gstreamer-gl-egl", version = "0.19", path = "../gstreamer-gl/egl", optional = true } diff --git a/gstreamer-allocators/Cargo.toml b/gstreamer-allocators/Cargo.toml index a2a0a8571..d93bc8c30 100644 --- a/gstreamer-allocators/Cargo.toml +++ b/gstreamer-allocators/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.63" libc = "0.2" bitflags = "1.0" ffi = { package = "gstreamer-allocators-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } once_cell = "1.0" diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 32bb2abe4..65083c1e4 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -19,7 +19,7 @@ futures-sink = "0.3" bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-app-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-base = { package = "gstreamer-base", version = "0.19", path = "../gstreamer-base" } once_cell = "1.0" diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index 4df1a003d..f18b9f0d3 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2" cfg-if = "1.0" bitflags = "1.0" ffi = { package = "gstreamer-audio-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-base = { package = "gstreamer-base", version = "0.19", path = "../gstreamer-base" } once_cell = "1.0" diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index f538b4c4d..319156545 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/Cargo.toml @@ -18,7 +18,7 @@ cfg-if = "1.0" libc = "0.2" bitflags = "1.0" ffi = { package = "gstreamer-base-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } atomic_refcell = "0.1" diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index c9d05c018..ea41c9f79 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.63" [dependencies] bitflags = "1.0" ffi = { package = "gstreamer-check-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } [dev-dependencies] diff --git a/gstreamer-controller/Cargo.toml b/gstreamer-controller/Cargo.toml index 292e6d15b..56b7d83a2 100644 --- a/gstreamer-controller/Cargo.toml +++ b/gstreamer-controller/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.63" bitflags = "1.0" once_cell = "1.0" ffi = { package = "gstreamer-controller-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } [dev-dependencies] diff --git a/gstreamer-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index de5ade34a..21ab4a436 100644 --- a/gstreamer-editing-services/Cargo.toml +++ b/gstreamer-editing-services/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.63" libc = "0.2" bitflags = "1.0" ffi = { package = "gstreamer-editing-services-sys", version = "0.19", path = "sys"} -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-base = { package = "gstreamer-base", version = "0.19", path = "../gstreamer-base" } diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index cdfb3373c..26b0835d4 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -22,7 +22,7 @@ byteorder = "1" libc = "0.2" once_cell = "1.0" ffi = { package = "gstreamer-gl-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-base = { package = "gstreamer-base", version = "0.19", path = "../gstreamer-base" } gst-video = { package = "gstreamer-video", version = "0.19", path = "../gstreamer-video" } diff --git a/gstreamer-gl/egl/Cargo.toml b/gstreamer-gl/egl/Cargo.toml index 3a168c037..4ac3e27c5 100644 --- a/gstreamer-gl/egl/Cargo.toml +++ b/gstreamer-gl/egl/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.63" libc = "0.2" ffi = { package = "gstreamer-gl-egl-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../../gstreamer" } gst-gl = { package = "gstreamer-gl", version = "0.19", path = "../" } diff --git a/gstreamer-gl/wayland/Cargo.toml b/gstreamer-gl/wayland/Cargo.toml index 7ea8b80eb..1b87ace99 100644 --- a/gstreamer-gl/wayland/Cargo.toml +++ b/gstreamer-gl/wayland/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.63" libc = "0.2" ffi = { package = "gstreamer-gl-wayland-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../../gstreamer" } gst-gl = { package = "gstreamer-gl", version = "0.19", path = "../" } diff --git a/gstreamer-gl/x11/Cargo.toml b/gstreamer-gl/x11/Cargo.toml index cda3d89b9..498348b31 100644 --- a/gstreamer-gl/x11/Cargo.toml +++ b/gstreamer-gl/x11/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.63" libc = "0.2" ffi = { package = "gstreamer-gl-x11-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../../gstreamer" } gst-gl = { package = "gstreamer-gl", version = "0.19", path = "../" } diff --git a/gstreamer-mpegts/Cargo.toml b/gstreamer-mpegts/Cargo.toml index d12c27270..4cc8c5eb6 100644 --- a/gstreamer-mpegts/Cargo.toml +++ b/gstreamer-mpegts/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.63" [dependencies] ffi = { package = "gstreamer-mpegts-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } [dev-dependencies] diff --git a/gstreamer-net/Cargo.toml b/gstreamer-net/Cargo.toml index 6d9b7a3e5..4b50afc2e 100644 --- a/gstreamer-net/Cargo.toml +++ b/gstreamer-net/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.63" [dependencies] ffi = { package = "gstreamer-net-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } diff --git a/gstreamer-pbutils/Cargo.toml b/gstreamer-pbutils/Cargo.toml index 6ce18e9a6..300e88714 100644 --- a/gstreamer-pbutils/Cargo.toml +++ b/gstreamer-pbutils/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.63" bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-pbutils-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-video = { package = "gstreamer-video", version = "0.19", path = "../gstreamer-video" } gst-audio = { package = "gstreamer-audio", version = "0.19", path = "../gstreamer-audio" } diff --git a/gstreamer-play/Cargo.toml b/gstreamer-play/Cargo.toml index ed9a58aa1..95b72c911 100644 --- a/gstreamer-play/Cargo.toml +++ b/gstreamer-play/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.63" bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-play-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer", features = ["v1_20"] } gst-video = { package = "gstreamer-video", version = "0.19", path = "../gstreamer-video", features = ["v1_20"] } once_cell = "1.0" diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index 7a18ecd30..f163c4656 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.63" bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-player-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-video = { package = "gstreamer-video", version = "0.19", path = "../gstreamer-video" } once_cell = "1.0" diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index 6a02c28ff..c38627f2c 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -18,7 +18,7 @@ bitflags = "1.0" once_cell = "1.0" libc = "0.2" ffi = { package = "gstreamer-rtp-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } serde = { version = "1.0", optional = true } diff --git a/gstreamer-rtsp-server/Cargo.toml b/gstreamer-rtsp-server/Cargo.toml index d30d084aa..292297865 100644 --- a/gstreamer-rtsp-server/Cargo.toml +++ b/gstreamer-rtsp-server/Cargo.toml @@ -18,7 +18,7 @@ bitflags = "1.0" libc = "0.2" once_cell = "1.0" ffi = { package = "gstreamer-rtsp-server-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-sdp = { package = "gstreamer-sdp", version = "0.19", path = "../gstreamer-sdp" } diff --git a/gstreamer-rtsp/Cargo.toml b/gstreamer-rtsp/Cargo.toml index 178212939..ce0032c6b 100644 --- a/gstreamer-rtsp/Cargo.toml +++ b/gstreamer-rtsp/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.63" bitflags = "1.0" libc = "0.2" ffi = { package = "gstreamer-rtsp-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-sdp = { package = "gstreamer-sdp", version = "0.19", path = "../gstreamer-sdp" } serde = { version = "1.0", optional = true } diff --git a/gstreamer-sdp/Cargo.toml b/gstreamer-sdp/Cargo.toml index 674888b40..5afbf0d43 100644 --- a/gstreamer-sdp/Cargo.toml +++ b/gstreamer-sdp/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.63" [dependencies] ffi = { package = "gstreamer-sdp-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } [dev-dependencies] diff --git a/gstreamer-validate/Cargo.toml b/gstreamer-validate/Cargo.toml index 21889d9db..81e7babad 100644 --- a/gstreamer-validate/Cargo.toml +++ b/gstreamer-validate/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.63" [dependencies] libc = "0.2" ffi = { package = "gstreamer-validate-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer", features = ["v1_22"] } bitflags = "1.0" diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 9eabb8213..ce1908056 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -18,7 +18,7 @@ bitflags = "1.0" libc = "0.2" cfg-if = "1.0" ffi = { package = "gstreamer-video-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-base = { package = "gstreamer-base", version = "0.19", path = "../gstreamer-base" } once_cell = "1.0" diff --git a/gstreamer-webrtc/Cargo.toml b/gstreamer-webrtc/Cargo.toml index bb9b3ad2a..30ed9b2bc 100644 --- a/gstreamer-webrtc/Cargo.toml +++ b/gstreamer-webrtc/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.63" [dependencies] libc = "0.2" ffi = { package = "gstreamer-webrtc-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" } gst-sdp = { package = "gstreamer-sdp", version = "0.19", path = "../gstreamer-sdp" } diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 20d68678e..b3fee5534 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -18,7 +18,7 @@ bitflags = "1.0" cfg-if = "1.0" libc = "0.2" ffi = { package = "gstreamer-sys", version = "0.19", path = "sys" } -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } num-integer = { version = "0.1", default-features = false, features = [] } num-rational = { version = "0.4", default-features = false, features = [] } once_cell = "1.0" diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index 1b595df9f..354847ddf 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" rust-version = "1.63" [dependencies] -glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" } +glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2" } gdk = { git = "https://github.com/gtk-rs/gtk3-rs", branch = "0.16", version = "0.16", optional = true } gtk = { git = "https://github.com/gtk-rs/gtk3-rs", branch = "0.16", version = "0.16", optional = true } gst = { package = "gstreamer", version = "0.19", path = "../gstreamer" }