From 4e8c6fd293b13787650bed3f639dcc00187f6834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 6 Sep 2018 13:57:36 +0300 Subject: [PATCH] threadshare: Change gobject-subclass repository URI --- gst-plugin-threadshare/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }