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

Issue 1364753002: Simplify handling of options in WebRtcVoiceMediaEngine. (Closed)

Created:
5 years, 3 months ago by the sun
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), tterriberry_mozilla.com, qiang.lu, niklas.enbom, kwiberg-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Simplify handling of options in WebRtcVoiceMediaEngine. Also removes unnecessary typedef ChannelList. BUG=webrtc:4690 Committed: https://crrev.com/63b345441a995665c1cdd0329b65f895675874ff Cr-Commit-Position: refs/heads/master@{#10107}

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix+rebase #

Patch Set 3 : comment #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -73 lines) Patch
M talk/media/webrtc/webrtcvoiceengine.h View 1 2 3 4 5 4 chunks +6 lines, -29 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 chunks +19 lines, -44 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
the sun
5 years, 3 months ago (2015-09-23 13:21:43 UTC) #3
pbos-webrtc
https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc#newcode1222 talk/media/webrtc/webrtcvoiceengine.cc:1222: auto i = std::find(channels_.begin(), channels_.end(), channel); s/i/it/ https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc#newcode2053 talk/media/webrtc/webrtcvoiceengine.cc:2053: ...
5 years, 3 months ago (2015-09-23 13:41:34 UTC) #4
the sun
https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc#newcode1222 talk/media/webrtc/webrtcvoiceengine.cc:1222: auto i = std::find(channels_.begin(), channels_.end(), channel); On 2015/09/23 13:41:34, ...
5 years, 3 months ago (2015-09-23 15:11:28 UTC) #5
pbos-webrtc
https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc#newcode2053 talk/media/webrtc/webrtcvoiceengine.cc:2053: engine()->ApplyOptions(engine()->GetOptions()); On 2015/09/23 15:11:28, the sun wrote: > On ...
5 years, 3 months ago (2015-09-23 15:13:14 UTC) #6
the sun
On 2015/09/23 15:13:14, pbos-webrtc wrote: > https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc > File talk/media/webrtc/webrtcvoiceengine.cc (right): > > https://codereview.webrtc.org/1364753002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc#newcode2053 > ...
5 years, 3 months ago (2015-09-23 15:29:22 UTC) #7
the sun
Andrew, can you please check the sanity of this change? Is the logic for resetting ...
5 years, 3 months ago (2015-09-23 15:33:36 UTC) #8
Andrew MacDonald
On 2015/09/23 15:33:36, the sun wrote: > Andrew, can you please check the sanity of ...
5 years, 3 months ago (2015-09-23 17:51:12 UTC) #10
pthatcher1
On 2015/09/23 17:51:12, Andrew MacDonald wrote: > On 2015/09/23 15:33:36, the sun wrote: > > ...
5 years, 3 months ago (2015-09-23 19:54:06 UTC) #11
the sun
On 2015/09/23 19:54:06, pthatcher1 wrote: > On 2015/09/23 17:51:12, Andrew MacDonald wrote: > > On ...
5 years, 3 months ago (2015-09-24 07:57:37 UTC) #12
Andrew MacDonald
On 2015/09/24 07:57:37, the sun wrote: > Question is: do we really need to care ...
5 years, 2 months ago (2015-09-26 00:47:11 UTC) #13
the sun
So, provided you are ok with this, would you mind stamping it?
5 years, 2 months ago (2015-09-28 10:36:11 UTC) #14
Andrew MacDonald
On 2015/09/28 10:36:11, the sun wrote: > So, provided you are ok with this, would ...
5 years, 2 months ago (2015-09-28 19:34:45 UTC) #15
pthatcher1
lgtm
5 years, 2 months ago (2015-09-28 19:46:40 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364753002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364753002/100001
5 years, 2 months ago (2015-09-29 11:37:01 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 2 months ago (2015-09-29 13:06:36 UTC) #21
commit-bot: I haz the power
5 years, 2 months ago (2015-09-29 13:06:43 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/63b345441a995665c1cdd0329b65f895675874ff
Cr-Commit-Position: refs/heads/master@{#10107}

Powered by Google App Engine
This is Rietveld 408576698