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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 980dd8142..95f6f1225 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ members = [
"net/raptorq",
"net/reqwest",
"net/rtp",
- "net/webrtc-http",
+ "net/webrtchttp",
"net/webrtc",
"net/webrtc/protocol",
"net/webrtc/signalling",
@@ -45,8 +45,8 @@ members = [
"video/gif",
"video/gtk4",
"video/hsv",
+ "video/png",
"video/rav1e",
- "video/rspng",
"video/videofx",
"video/webp",
]
@@ -68,7 +68,7 @@ default-members = [
"net/raptorq",
"net/reqwest",
"net/rtp",
- "net/webrtc-http",
+ "net/webrtchttp",
"net/webrtc",
"net/webrtc/protocol",
"net/webrtc/signalling",
@@ -88,8 +88,8 @@ default-members = [
"video/ffv1",
"video/gif",
"video/hsv",
+ "video/png",
"video/rav1e",
- "video/rspng",
]
[profile.release]