Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-09-06 13:57:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-11-05 14:36:47 +0300
commit4e8c6fd293b13787650bed3f639dcc00187f6834 (patch)
tree43524d7c3fe25ec0d16447ec0266496e76109cdc
parentfbc0a04cff1d355eaaea86ef8fdd752d4e658298 (diff)
threadshare: Change gobject-subclass repository URI
-rw-r--r--gst-plugin-threadshare/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugin-threadshare/Cargo.toml b/gst-plugin-threadshare/Cargo.toml
index c52ec5c55..83518c4f8 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" }