From 80341fd90eba44321cf67b5c6329e849c42e93b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Oct 2017 18:07:52 +0300 Subject: Add audiofx plugin with audioecho element --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3