ges: Depend on glib 0.15.3 for ThreadGuard API

This commit is contained in:
Sebastian Dröge 2022-01-31 14:47:50 +02:00
parent d5bcc82dc5
commit e0aa48ce1b

View file

@ -17,7 +17,7 @@ rust-version = "1.56"
libc = "0.2"
bitflags = "1.0"
ffi = { package = "gstreamer-editing-services-sys", version = "0.18", path = "sys", features = ["v1_8"]}
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15.3" }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15" }
gst = { package = "gstreamer", version = "0.18", path = "../gstreamer" }
gst-base = { package = "gstreamer-base", version = "0.18", path = "../gstreamer-base" }