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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
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 /net
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 'net')
-rw-r--r--net/aws/Cargo.toml2
-rw-r--r--net/hlssink3/Cargo.toml2
-rw-r--r--net/ndi/Cargo.toml2
-rw-r--r--net/onvif/Cargo.toml2
-rw-r--r--net/raptorq/Cargo.toml2
-rw-r--r--net/reqwest/Cargo.toml2
-rw-r--r--net/webrtc/Cargo.toml2
-rw-r--r--net/webrtchttp/Cargo.toml (renamed from net/webrtc-http/Cargo.toml)2
-rw-r--r--net/webrtchttp/build.rs (renamed from net/webrtc-http/build.rs)0
-rw-r--r--net/webrtchttp/src/lib.rs (renamed from net/webrtc-http/src/lib.rs)0
-rw-r--r--net/webrtchttp/src/whipsink/imp.rs (renamed from net/webrtc-http/src/whipsink/imp.rs)0
-rw-r--r--net/webrtchttp/src/whipsink/mod.rs (renamed from net/webrtc-http/src/whipsink/mod.rs)0
12 files changed, 8 insertions, 8 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index 7f349a41..08430cfe 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Arun Raghavan <arun@arunraghavan.net>",
"Mathieu Duponchelle <mathieu@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
-description = "Amazon Web Services plugin"
+description = "GStreamer Amazon Web Services plugin"
edition = "2021"
rust-version = "1.63"
diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml
index f48a3bdf..e4fe2be7 100644
--- a/net/hlssink3/Cargo.toml
+++ b/net/hlssink3/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-hlssink3"
-description = "HLS (HTTP Live Streaming) Plugin"
+description = "GStreamer HLS (HTTP Live Streaming) Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
version = "0.9.0-alpha.1"
authors = ["Rafael Caricio <rafael@caricio.com>"]
diff --git a/net/ndi/Cargo.toml b/net/ndi/Cargo.toml
index c9a20441..808c0428 100644
--- a/net/ndi/Cargo.toml
+++ b/net/ndi/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0-alpha.1"
authors = ["Ruben Gonzalez <rubenrua@teltek.es>", "Daniel Vilar <daniel.peiteado@teltek.es>", "Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
-description = "NewTek NDI Plugin"
+description = "GStreamer NewTek NDI Plugin"
edition = "2021"
rust-version = "1.63"
diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml
index 4cb91d32..1c1c7cd0 100644
--- a/net/onvif/Cargo.toml
+++ b/net/onvif/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
-description = "Rust ONVIF Plugin"
+description = "GStreamer Rust ONVIF Plugin"
edition = "2021"
rust-version = "1.63"
diff --git a/net/raptorq/Cargo.toml b/net/raptorq/Cargo.toml
index 10282614..86a4418c 100644
--- a/net/raptorq/Cargo.toml
+++ b/net/raptorq/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-raptorq"
version = "0.9.0-alpha.1"
authors = ["Tomasz Andrzejak <andreiltd@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-description = "Rust Raptorq FEC Plugin"
+description = "GStreamer RaptorQ FEC Plugin"
license = "MPL-2.0"
edition = "2021"
rust-version = "1.63"
diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml
index 9fa2bed4..4dd890f1 100644
--- a/net/reqwest/Cargo.toml
+++ b/net/reqwest/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 HTTP Plugin"
+description = "GStreamer reqwest HTTP Source Plugin"
edition = "2021"
rust-version = "1.63"
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index c6dc6e10..6acf6a0e 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
edition = "2021"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>", "Thibault Saunier <tsaunier@igalia.com>"]
license = "MPL-2.0"
-description = "High level GStreamer WebRTC elements and simple signaling server"
+description = "GStreamer plugin for high level WebRTC elements and a simple signaling server"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
rust-version = "1.63"
diff --git a/net/webrtc-http/Cargo.toml b/net/webrtchttp/Cargo.toml
index 173961a7..7bbbe94a 100644
--- a/net/webrtc-http/Cargo.toml
+++ b/net/webrtchttp/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Taruntej Kanakamalla <taruntej@asymptotic.io"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
-description = "Plugin for WebRTC HTTP protocols"
+description = "GStreamer WebRTC Plugin for WebRTC HTTP protocols (WHIP)"
rust-version = "1.63"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/net/webrtc-http/build.rs b/net/webrtchttp/build.rs
index cda12e57..cda12e57 100644
--- a/net/webrtc-http/build.rs
+++ b/net/webrtchttp/build.rs
diff --git a/net/webrtc-http/src/lib.rs b/net/webrtchttp/src/lib.rs
index 6d31eb28..6d31eb28 100644
--- a/net/webrtc-http/src/lib.rs
+++ b/net/webrtchttp/src/lib.rs
diff --git a/net/webrtc-http/src/whipsink/imp.rs b/net/webrtchttp/src/whipsink/imp.rs
index 27a3fa42..27a3fa42 100644
--- a/net/webrtc-http/src/whipsink/imp.rs
+++ b/net/webrtchttp/src/whipsink/imp.rs
diff --git a/net/webrtc-http/src/whipsink/mod.rs b/net/webrtchttp/src/whipsink/mod.rs
index e307caf7..e307caf7 100644
--- a/net/webrtc-http/src/whipsink/mod.rs
+++ b/net/webrtchttp/src/whipsink/mod.rs