aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/localaudiosource.cc
diff options
context:
space:
mode:
authorHenrik Lundin <henrik.lundin@webrtc.org>2015-06-05 11:04:13 +0200
committerHenrik Lundin <henrik.lundin@webrtc.org>2015-06-05 09:04:20 +0000
commit3fbf3f8841b5460503fb646eaedcb063620434a8 (patch)
tree2c05795aa8fa963e3b5afcf958a233783d3dffe7 /talk/app/webrtc/localaudiosource.cc
parentbdd185faabeed81006cb376c638ca28ad6666d75 (diff)
downloadwebrtc-3fbf3f8841b5460503fb646eaedcb063620434a8.tar.gz
Revert r9378 "Rename APM Config DelayCorrection to ExtendedFilter"
This reverts commit 5f4b7e2873864c61e2ad6d88679dcd5d321bfd16, since it broke some of the build bots. BUG=4696 TBR=bjornv@webrtc.org Review URL: https://codereview.webrtc.org/1166463006 Cr-Commit-Position: refs/heads/master@{#9380}
Diffstat (limited to 'talk/app/webrtc/localaudiosource.cc')
-rw-r--r--talk/app/webrtc/localaudiosource.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/talk/app/webrtc/localaudiosource.cc b/talk/app/webrtc/localaudiosource.cc
index 808e2cfa45..b37d1e3e41 100644
--- a/talk/app/webrtc/localaudiosource.cc
+++ b/talk/app/webrtc/localaudiosource.cc
@@ -58,8 +58,8 @@ void FromConstraints(const MediaConstraintsInterface::Constraints& constraints,
if (iter->key == MediaConstraintsInterface::kEchoCancellation)
options->echo_cancellation.Set(value);
else if (iter->key ==
- MediaConstraintsInterface::kExtendedFilterEchoCancellation)
- options->extended_filter_aec.Set(value);
+ MediaConstraintsInterface::kExperimentalEchoCancellation)
+ options->experimental_aec.Set(value);
else if (iter->key == MediaConstraintsInterface::kDAEchoCancellation)
options->delay_agnostic_aec.Set(value);
else if (iter->key == MediaConstraintsInterface::kAutoGainControl)