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>2022-10-23 12:13:23 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-23 20:25:08 +0300
commit20ad9175d8e58f2285e709b576efdc822b009577 (patch)
tree93b9efad97196b6411efd36a05ce6b3e8411222d /generic
parent45168639e9d7e850350202db5064d8be05daf576 (diff)
Make GStreamer plugin/crate/library/directory names and descriptions consistent
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/238
Diffstat (limited to 'generic')
-rw-r--r--generic/file/Cargo.toml2
-rw-r--r--generic/fmp4/Cargo.toml2
-rw-r--r--generic/sodium/Cargo.toml2
-rw-r--r--generic/threadshare/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml
index 361583f69..a453695b7 100644
--- a/generic/file/Cargo.toml
+++ b/generic/file/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
-description = "Rust File Plugin"
+description = "GStreamer Rust File Source/Sink Plugin"
edition = "2021"
rust-version = "1.63"
diff --git a/generic/fmp4/Cargo.toml b/generic/fmp4/Cargo.toml
index 25117cbd0..f72c84a7b 100644
--- a/generic/fmp4/Cargo.toml
+++ b/generic/fmp4/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-fmp4"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
-description = "Fragmented MP4 Plugin"
+description = "GStreamer Fragmented MP4 Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
rust-version = "1.63"
diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml
index 07704ef44..c2b19eb48 100644
--- a/generic/sodium/Cargo.toml
+++ b/generic/sodium/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-sodium"
version = "0.9.0-alpha.1"
authors = ["Jordan Petridis <jordan@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-description = "libsodium-based file encryption and decryption"
+description = "GStreamer plugin for libsodium-based file encryption and decryption"
license = "MIT"
edition = "2021"
rust-version = "1.63"
diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml
index 062ec85c2..905199d94 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-threadshare"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1-or-later"
-description = "Threadshare Plugin"
+description = "GStreamer Threadshare Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
rust-version = "1.63"