Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: webrtc/voice_engine/test/auto_test/standard/dtmf_test.cc

Issue 2392883002: Multi frequency DTMF support - sender side (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/voice_engine/channel_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/test/auto_test/standard/dtmf_test.cc
diff --git a/webrtc/voice_engine/test/auto_test/standard/dtmf_test.cc b/webrtc/voice_engine/test/auto_test/standard/dtmf_test.cc
index 896da037e3692c275f84def9175af493522f58ce..d6dbf4b3d06cc5c34c41d38db1aa44a35dd73ba3 100644
--- a/webrtc/voice_engine/test/auto_test/standard/dtmf_test.cc
+++ b/webrtc/voice_engine/test/auto_test/standard/dtmf_test.cc
@@ -59,7 +59,8 @@ TEST_F(DtmfTest, ManualCanChangeDtmfPayloadType) {
// Next, we must modify the sending side as well.
EXPECT_TRUE(
- channel_proxy_->SetSendTelephoneEventPayloadType(codec_instance.pltype));
+ channel_proxy_->SetSendTelephoneEventPayloadType(codec_instance.pltype,
+ codec_instance.plfreq));
RunSixteenDtmfEvents();
}
« no previous file with comments | « webrtc/voice_engine/channel_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698