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

Issue 1491743004: Refactor WVoE DTMF handling #2 (Closed)

Created:
5 years ago by the sun
Modified:
5 years ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, henrika_webrtc, hlundin-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, peah-webrtc, minyue-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@wvoe_dtmf
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

- Remove calls to VoEDtmf from WVoE/MC. - Flatten logic and make the relevant calls on VoE::Channel from AudioSendStream::SendTelephoneEvent(). - Store current payload type for telephone events in WVoMC, instead of setting it on the Channel. This should be refactored to be an AudioSendStream::Config parameter when we redo WVoMC::SetSendCodecs(). BUG=webrtc:4690 R=pthatcher@webrtc.org, tina.legrand@webrtc.org Committed: https://crrev.com/b572768efbc1e52b97a5ad98932c667956aba4b8 Cr-Commit-Position: refs/heads/master@{#10895}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : remove commented out lines #

Total comments: 8

Patch Set 4 : rebase+comments #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Total comments: 1

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -105 lines) Patch
M talk/media/webrtc/fakewebrtccall.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M talk/media/webrtc/fakewebrtccall.cc View 1 2 3 1 chunk +16 lines, -3 lines 0 comments Download
M talk/media/webrtc/fakewebrtcvoiceengine.h View 1 7 chunks +1 line, -46 lines 0 comments Download
M talk/media/webrtc/webrtcvoe.h View 5 chunks +1 line, -6 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 8 chunks +38 lines, -39 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine_unittest.cc View 1 2 8 chunks +19 lines, -10 lines 0 comments Download
M webrtc/audio/audio_send_stream.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/audio/audio_send_stream.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M webrtc/audio/audio_send_stream_unittest.cc View 1 3 chunks +21 lines, -0 lines 0 comments Download
M webrtc/audio_send_stream.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/test/mock_voe_channel_proxy.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.cc View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
the sun
5 years ago (2015-12-02 15:13:02 UTC) #2
pthatcher1
https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/fakewebrtccall.h File talk/media/webrtc/fakewebrtccall.h (right): https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/fakewebrtccall.h#newcode78 talk/media/webrtc/fakewebrtccall.h:78: TelephoneEvent telephone_event_; I think lastest_telephone_event_ would be a better ...
5 years ago (2015-12-02 18:45:37 UTC) #5
the sun
https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/webrtcvoiceengine.h File talk/media/webrtc/webrtcvoiceengine.h (right): https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/webrtcvoiceengine.h#newcode268 talk/media/webrtc/webrtcvoiceengine.h:268: rtc::Optional<int> dtmf_payload_type_; On 2015/12/02 18:45:37, pthatcher1 wrote: > Why ...
5 years ago (2015-12-02 19:40:23 UTC) #6
pthatcher
On 2015/12/02 19:40:23, the sun wrote: > https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/webrtcvoiceengine.h > File talk/media/webrtc/webrtcvoiceengine.h (right): > > https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/webrtcvoiceengine.h#newcode268 ...
5 years ago (2015-12-02 19:42:46 UTC) #7
the sun
https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/fakewebrtccall.h File talk/media/webrtc/fakewebrtccall.h (right): https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/fakewebrtccall.h#newcode78 talk/media/webrtc/fakewebrtccall.h:78: TelephoneEvent telephone_event_; On 2015/12/02 18:45:37, pthatcher1 wrote: > I ...
5 years ago (2015-12-03 09:57:47 UTC) #8
pthatcher1
On 2015/12/03 09:57:47, the sun wrote: > https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/fakewebrtccall.h > File talk/media/webrtc/fakewebrtccall.h (right): > > https://codereview.webrtc.org/1491743004/diff/40001/talk/media/webrtc/fakewebrtccall.h#newcode78 ...
5 years ago (2015-12-03 18:13:52 UTC) #9
pthatcher1
lgtm
5 years ago (2015-12-03 18:17:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1491743004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1491743004/80001
5 years ago (2015-12-03 18:47:05 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2148)
5 years ago (2015-12-03 18:51:05 UTC) #14
the sun
On 2015/12/03 18:51:05, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years ago (2015-12-03 19:27:39 UTC) #16
the sun
Switching reviewer for webrtc/ and webrtc/test/ to tlegrand@ since tommi@ might be out today.
5 years ago (2015-12-04 08:57:06 UTC) #18
tlegrand-webrtc
I'm trying to think where it could make sense to prepare for the multiple payload ...
5 years ago (2015-12-04 11:58:19 UTC) #19
tlegrand-webrtc
On 2015/12/04 11:58:19, tlegrand-webrtc wrote: > I'm trying to think where it could make sense ...
5 years ago (2015-12-04 13:32:03 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1491743004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1491743004/120001
5 years ago (2015-12-04 14:04:37 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2188)
5 years ago (2015-12-04 14:15:27 UTC) #24
the sun
Committed patchset #7 (id:120001) manually as b572768efbc1e52b97a5ad98932c667956aba4b8 (presubmit successful).
5 years ago (2015-12-04 14:22:38 UTC) #26
commit-bot: I haz the power
5 years ago (2015-12-04 14:22:41 UTC) #28
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/b572768efbc1e52b97a5ad98932c667956aba4b8
Cr-Commit-Position: refs/heads/master@{#10895}

Powered by Google App Engine
This is Rietveld 408576698