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>2017-10-05 18:07:52 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-10-07 01:04:33 +0300
commit80341fd90eba44321cf67b5c6329e849c42e93b0 (patch)
treeb377fac96d2699fd3f1b124d6ab17c01a9e5ce91 /Cargo.toml
parentc241a65555cb5232a992ce09df037a172e4f9043 (diff)
Add audiofx plugin with audioecho element
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c985b7a16..6e93fa243 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,12 @@
[workspace]
-members = ["gst-plugin", "gst-plugin-file", "gst-plugin-http", "gst-plugin-flv"]
+members = [
+ "gst-plugin",
+ "gst-plugin-file",
+ "gst-plugin-http",
+ "gst-plugin-flv",
+ "gst-plugin-audiofx",
+]
[profile.release]
lto = true