summaryrefslogtreecommitdiff
path: root/ext/webrtcdsp
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2017-04-07 17:13:52 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2017-05-02 15:59:31 +0300
commitcdfa0897e52696155237e56eda91485c1a4eb432 (patch)
tree94cf4daff06cde5d612c8448554eb5ac3ef7238c /ext/webrtcdsp
parentbeab3845574700784a0a2a41a626527bd241cfa1 (diff)
downloadgstreamer-plugins-bad-cdfa0897e52696155237e56eda91485c1a4eb432.tar.gz
webrtcdsp: fix doc string of echo-cancel property
If the echo probe element is not found, initialization actually fails instead of silently working with echo-cancel disabled. https://bugzilla.gnome.org/show_bug.cgi?id=780976
Diffstat (limited to 'ext/webrtcdsp')
-rw-r--r--ext/webrtcdsp/gstwebrtcdsp.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/webrtcdsp/gstwebrtcdsp.cpp b/ext/webrtcdsp/gstwebrtcdsp.cpp
index 57e4e9036..3a6a48ba9 100644
--- a/ext/webrtcdsp/gstwebrtcdsp.cpp
+++ b/ext/webrtcdsp/gstwebrtcdsp.cpp
@@ -903,8 +903,7 @@ gst_webrtc_dsp_class_init (GstWebrtcDspClass * klass)
g_object_class_install_property (gobject_class,
PROP_ECHO_CANCEL,
g_param_spec_boolean ("echo-cancel", "Echo Cancel",
- "Enable or disable echo canceller, note that it will be disabled if "
- "no webrtcechoprobe has been found", TRUE,
+ "Enable or disable echo canceller", TRUE,
(GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS |
G_PARAM_CONSTRUCT)));