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:
authorArun Raghavan <arun@asymptotic.io>2020-04-05 17:38:52 +0300
committerArun Raghavan <arun@arunraghavan.net>2020-04-05 22:10:47 +0300
commitdc3c8fd0494056ae5e5f87aa716b4c3866af6591 (patch)
tree3226cac3439fd29b7b02f6456f3162d6a3d1e00a /Cargo.toml
parent205b6040fbb918c0fa736874b09f8e3f3f261e44 (diff)
Drop gst-plugin- prefix in plugin directory name
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml38
1 files changed, 19 insertions, 19 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e29b655e..181fb5471 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,25 +1,25 @@
[workspace]
members = [
- "gst-plugin-tutorial",
- "gst-plugin-version-helper",
- "audio/gst-plugin-audiofx",
- "audio/gst-plugin-claxon",
- "audio/gst-plugin-csound",
- "audio/gst-plugin-lewton",
- "generic/gst-plugin-file",
- "generic/gst-plugin-sodium",
- "generic/gst-plugin-threadshare",
- "net/gst-plugin-reqwest",
- "net/gst-plugin-rusoto",
- "utils/gst-plugin-fallbackswitch",
- "utils/gst-plugin-togglerecord",
- "video/gst-plugin-cdg",
- "video/gst-plugin-closedcaption",
- "video/gst-plugin-dav1d",
- "video/gst-plugin-flv",
- "video/gst-plugin-gif",
- "video/gst-plugin-rav1e",
+ "tutorial",
+ "version-helper",
+ "audio/audiofx",
+ "audio/claxon",
+ "audio/csound",
+ "audio/lewton",
+ "generic/file",
+ "generic/sodium",
+ "generic/threadshare",
+ "net/reqwest",
+ "net/rusoto",
+ "utils/fallbackswitch",
+ "utils/togglerecord",
+ "video/cdg",
+ "video/closedcaption",
+ "video/dav1d",
+ "video/flv",
+ "video/gif",
+ "video/rav1e",
]
[profile.release]