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:
authorNatanael Mojica <neithanmo@gmail.com>2020-01-10 04:52:31 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-03-22 14:44:40 +0300
commitcf59318ab41777cf3ddd873deda36b99ca36396a (patch)
treefb56be3d71e636f317fb46e745af7913581293eb /Cargo.toml
parent116cf9bd3c3ea2c809e20fd70049c425e0a1a238 (diff)
Add csound-based filter plugin
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a15395454..55ad99def 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ members = [
"gst-plugin-lewton",
"gst-plugin-claxon",
"gst-plugin-gif",
+ "gst-plugin-csound",
]
[profile.release]