Update GLib dependency to 0.16.2

This commit is contained in:
Sebastian Dröge 2022-10-24 10:54:30 +03:00
parent d1029e374a
commit f60dfebe07
26 changed files with 26 additions and 26 deletions

View file

@ -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 }

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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]

View file

@ -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]

View file

@ -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" }

View file

@ -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" }

View file

@ -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 = "../" }

View file

@ -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 = "../" }

View file

@ -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 = "../" }

View file

@ -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]

View file

@ -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" }

View file

@ -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" }

View file

@ -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"

View file

@ -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"

View file

@ -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 }

View file

@ -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" }

View file

@ -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 }

View file

@ -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]

View file

@ -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"

View file

@ -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"

View file

@ -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" }

View file

@ -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"

View file

@ -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" }