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>2019-05-23 23:55:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2019-05-24 14:09:32 +0300
commit9bccc50add8da4341dcbcb0b8a06bd6bb4823fe0 (patch)
treee8a5f443ef7b27e5e18926ddbaae6e5d0b597c74 /gst-plugin-audiofx/src/audioecho.rs
parentd7125aee68983659470b950d9f1bfc6a0bc46a66 (diff)
Update for gstreamer-rs API changes
Diffstat (limited to 'gst-plugin-audiofx/src/audioecho.rs')
-rw-r--r--gst-plugin-audiofx/src/audioecho.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugin-audiofx/src/audioecho.rs b/gst-plugin-audiofx/src/audioecho.rs
index 86cdbe2ed..18de19b83 100644
--- a/gst-plugin-audiofx/src/audioecho.rs
+++ b/gst-plugin-audiofx/src/audioecho.rs
@@ -137,7 +137,7 @@ impl ObjectSubclass for AudioEcho {
cat: gst::DebugCategory::new(
"rsaudioecho",
gst::DebugColorFlags::empty(),
- "Rust audioecho effect",
+ Some("Rust audioecho effect"),
),
settings: Mutex::new(Default::default()),
state: Mutex::new(None),