forked from mirrors/gstreamer-rs
Update GLib dependency to 0.16.2
This commit is contained in:
parent
d1029e374a
commit
f60dfebe07
26 changed files with 26 additions and 26 deletions
|
@ -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 }
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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 = "../" }
|
||||
|
||||
|
|
|
@ -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 = "../" }
|
||||
|
||||
|
|
|
@ -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 = "../" }
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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" }
|
||||
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue