diff --git a/gst-plugin-threadshare/Cargo.toml b/gst-plugin-threadshare/Cargo.toml index c52ec5c5..83518c4f 100644 --- a/gst-plugin-threadshare/Cargo.toml +++ b/gst-plugin-threadshare/Cargo.toml @@ -9,7 +9,7 @@ glib-sys = { git = "https://github.com/gtk-rs/sys" } gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys" } glib = { git = "https://github.com/gtk-rs/glib" } gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } -gobject-subclass = { git = "https://github.com/sdroege/gobject-subclass" } +gobject-subclass = { git = "https://github.com/gtk-rs/gobject-subclass" } gst-plugin = { git = "https://github.com/sdroege/gst-plugin-rs" } tokio = { git = "https://github.com/tokio-rs/tokio" } tokio-reactor = { git = "https://github.com/tokio-rs/tokio" }