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 11:51:02 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-23 11:51:02 +0300
commit1929f5872c090985017bf0c691e475bf1acb2e6b (patch)
tree61f8394303b0754f92d171e53b4aaeee67dadf05 /Cargo.toml
parentf058a5e2296d69456dae9a2960af79be7becfaa3 (diff)
Sort members in Cargo.toml and meson.build alphabetically and the same in both files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 14 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0275622eb..6cf2b3bef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,17 +3,21 @@
members = [
"tutorial",
"version-helper",
+
"audio/audiofx",
"audio/claxon",
"audio/csound",
"audio/lewton",
"audio/spotify",
+
"generic/file",
"generic/fmp4",
"generic/sodium",
"generic/threadshare",
+
"net/aws",
"net/hlssink3",
+ "net/ndi",
"net/onvif",
"net/raptorq",
"net/reqwest",
@@ -22,15 +26,17 @@ members = [
"net/webrtc",
"net/webrtc/protocol",
"net/webrtc/signalling",
- "net/ndi",
+
"text/ahead",
"text/json",
"text/regex",
"text/wrap",
+
"utils/fallbackswitch",
"utils/togglerecord",
"utils/tracers",
"utils/uriplaylistbin",
+
"video/cdg",
"video/closedcaption",
"video/dav1d",
@@ -48,11 +54,14 @@ members = [
# Only plugins without external dependencies
default-members = [
"version-helper",
+
"audio/audiofx",
"audio/claxon",
"audio/lewton",
+
"generic/fmp4",
"generic/threadshare",
+
"net/aws",
"net/hlssink3",
"net/onvif",
@@ -60,18 +69,21 @@ default-members = [
"net/reqwest",
"net/rtpav1",
"net/webrtc-http",
- "net/webrtc/",
+ "net/webrtc",
"net/webrtc/protocol",
"net/webrtc/signalling",
"net/ndi",
+
"text/ahead",
"text/json",
"text/regex",
"text/wrap",
+
"utils/fallbackswitch",
"utils/togglerecord",
"utils/tracers",
"utils/uriplaylistbin",
+
"video/cdg",
"video/ffv1",
"video/gif",