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
path: root/video
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2020-04-05 17:43:05 +0300
committerArun Raghavan <arun@arunraghavan.net>2020-04-05 22:10:47 +0300
commitbc5d05f5e8b75aedd660d69be8db381b2e7fdf8a (patch)
tree9fd37bcdd8e3d89ea3afe80a0aaf12ab713b32f1 /video
parent9c0416b56dc4adb4568abae5105412922209ede5 (diff)
Update all documentation to point to the updated repository name
Just gst-plugin-rs -> gst-plugins-rs
Diffstat (limited to 'video')
-rw-r--r--video/cdg/Cargo.toml2
-rw-r--r--video/gif/Cargo.toml2
-rw-r--r--video/rav1e/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index 4ce1a51b6..78c89d8d6 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -2,7 +2,7 @@
name = "gst-plugin-cdg"
version = "0.6.0"
authors = ["Guillaume Desmottes <guillaume.desmottes@collabora.com>"]
-repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs"
+repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "CDG Plugin"
edition = "2018"
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index 12929b6e8..a4466d7ff 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -2,7 +2,7 @@
name = "gst-plugin-gif"
version = "0.1.0"
authors = ["Markus Ebner <info@ebner-markus.de>"]
-repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs"
+repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2018"
diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml
index 806128f90..f15a59e56 100644
--- a/video/rav1e/Cargo.toml
+++ b/video/rav1e/Cargo.toml
@@ -2,7 +2,7 @@
name = "gst-plugin-rav1e"
version = "0.6.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
-repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs"
+repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "rav1e AV1 Encoder Plugin"
edition = "2018"