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

Issue 1418503010: Move some send stream configuration into webrtc::AudioSendStream. (Closed)

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

Description

Move some send stream configuration into webrtc::AudioSendStream. BUG=webrtc:4690 Committed: https://crrev.com/3a94154035fa16e4efd91125311f076b547c38b9 Cr-Commit-Position: refs/heads/master@{#10652}

Patch Set 1 #

Patch Set 2 : tiny change #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : Added test for channel setup, using NiceMock, StrictMock #

Patch Set 6 : rebase #

Total comments: 24

Patch Set 7 : comments #

Patch Set 8 : comments #

Patch Set 9 : consistency #

Patch Set 10 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -227 lines) Patch
M talk/media/webrtc/fakewebrtcvoiceengine.h View 1 2 6 chunks +4 lines, -35 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.h View 1 2 3 4 5 6 3 chunks +1 line, -6 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 6 9 chunks +69 lines, -98 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine_unittest.cc View 1 2 3 4 5 12 chunks +32 lines, -29 lines 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 1 2 3 4 4 chunks +6 lines, -5 lines 0 comments Download
M webrtc/audio/audio_send_stream.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M webrtc/audio/audio_send_stream.cc View 1 2 3 4 5 6 7 8 5 chunks +60 lines, -25 lines 0 comments Download
M webrtc/audio/audio_send_stream_unittest.cc View 1 2 3 4 4 chunks +37 lines, -11 lines 0 comments Download
M webrtc/audio/audio_state_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/audio_send_stream.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/call/bitrate_estimator_tests.cc View 1 2 3 4 2 chunks +1 line, -8 lines 0 comments Download
M webrtc/call/call_unittest.cc View 1 2 3 4 2 chunks +1 line, -7 lines 0 comments Download
M webrtc/config.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/test/mock_voice_engine.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 13 (3 generated)
the sun
5 years, 1 month ago (2015-11-11 12:48:43 UTC) #2
the sun
On 2015/11/11 12:48:43, the sun wrote: btw, not submitting this before the M48 roll, should ...
5 years, 1 month ago (2015-11-12 13:07:25 UTC) #3
tommi
https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc#newcode1383 talk/media/webrtc/webrtcvoiceengine.cc:1383: config_.rtp.extensions = extensions; possibly silly question - does the ...
5 years, 1 month ago (2015-11-12 13:44:57 UTC) #4
the sun
https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc#newcode1383 talk/media/webrtc/webrtcvoiceengine.cc:1383: config_.rtp.extensions = extensions; On 2015/11/12 13:44:57, tommi (webrtc) wrote: ...
5 years, 1 month ago (2015-11-12 15:16:44 UTC) #5
tommi
https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc#newcode1524 talk/media/webrtc/webrtcvoiceengine.cc:1524: if (send_rtp_extensions_ != send_rtp_extensions) { On 2015/11/12 15:16:44, the ...
5 years, 1 month ago (2015-11-12 16:36:18 UTC) #6
the sun
https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc#newcode1524 talk/media/webrtc/webrtcvoiceengine.cc:1524: if (send_rtp_extensions_ != send_rtp_extensions) { On 2015/11/12 16:36:18, tommi ...
5 years, 1 month ago (2015-11-16 13:49:52 UTC) #7
tommi
lgtm https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1418503010/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc#newcode1524 talk/media/webrtc/webrtcvoiceengine.cc:1524: if (send_rtp_extensions_ != send_rtp_extensions) { On 2015/11/16 13:49:51, ...
5 years, 1 month ago (2015-11-16 14:05:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418503010/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418503010/180001
5 years, 1 month ago (2015-11-16 14:14:44 UTC) #11
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 1 month ago (2015-11-16 15:34:54 UTC) #12
commit-bot: I haz the power
5 years, 1 month ago (2015-11-16 15:35:08 UTC) #13
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/3a94154035fa16e4efd91125311f076b547c38b9
Cr-Commit-Position: refs/heads/master@{#10652}

Powered by Google App Engine
This is Rietveld 408576698