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

Issue 1273363005: Add send transports to individual webrtc::Call streams. (Closed)

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

Description

Add send transports to individual webrtc::Call streams. BUG=webrtc:4690 Committed: https://crrev.com/4fbae2b79134572135d9d5fe35a7d1ccdeea3a4d Cr-Commit-Position: refs/heads/master@{#9807}

Patch Set 1 #

Patch Set 2 : Rebase+fix test #

Patch Set 3 : Better asserts. #

Patch Set 4 : Cleanup #

Patch Set 5 : Fix for most vexing parse + comments #

Total comments: 12

Patch Set 6 : rebase+comments #

Patch Set 7 : one more rtcp_send_transport #

Total comments: 4

Patch Set 8 : rebase+comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -188 lines) Patch
M talk/media/webrtc/webrtcvideoengine2.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.cc View 1 2 3 4 5 6 7 6 chunks +9 lines, -10 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine_unittest.cc View 5 6 chunks +7 lines, -7 lines 0 comments Download
M webrtc/audio_send_stream.h View 1 2 3 4 5 3 chunks +8 lines, -0 lines 0 comments Download
M webrtc/call.h View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/test/call_test.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/call_test.cc View 1 2 3 4 5 6 5 chunks +11 lines, -8 lines 0 comments Download
M webrtc/video/bitrate_estimator_tests.cc View 3 chunks +5 lines, -8 lines 0 comments Download
M webrtc/video/call.cc View 1 2 4 chunks +2 lines, -6 lines 0 comments Download
M webrtc/video/call_perf_tests.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 21 chunks +54 lines, -70 lines 0 comments Download
M webrtc/video/full_stack.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/video/loopback.cc View 4 chunks +12 lines, -13 lines 0 comments Download
M webrtc/video/packet_injection_tests.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/video/rampup_tests.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M webrtc/video/replay.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M webrtc/video/rtc_event_log_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/send_statistics_proxy_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/video/transport_adapter.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -1 line 0 comments Download
M webrtc/video/video_capture_input_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/video/video_send_stream.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 6 chunks +14 lines, -14 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M webrtc/video_send_stream.h View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
the sun
5 years, 4 months ago (2015-08-12 12:04:46 UTC) #2
the sun
On 2015/08/12 12:04:46, the sun wrote: Ping! Would be great to have feedback on this ...
5 years, 4 months ago (2015-08-21 09:30:22 UTC) #3
mflodman
On 2015/08/21 09:30:22, the sun wrote: > On 2015/08/12 12:04:46, the sun wrote: > > ...
5 years, 4 months ago (2015-08-24 07:03:12 UTC) #4
pbos-webrtc
looks good, consider rtcp_send_transport https://codereview.webrtc.org/1273363005/diff/80001/talk/media/webrtc/webrtcvoiceengine_unittest.cc File talk/media/webrtc/webrtcvoiceengine_unittest.cc (right): https://codereview.webrtc.org/1273363005/diff/80001/talk/media/webrtc/webrtcvoiceengine_unittest.cc#newcode3357 talk/media/webrtc/webrtcvoiceengine_unittest.cc:3357: cricket::FakeCall call(webrtc::Call::Config{}); Is {} or ...
5 years, 3 months ago (2015-08-26 12:21:22 UTC) #6
Andrew MacDonald
Drive-by https://codereview.webrtc.org/1273363005/diff/80001/talk/media/webrtc/webrtcvoiceengine_unittest.cc File talk/media/webrtc/webrtcvoiceengine_unittest.cc (right): https://codereview.webrtc.org/1273363005/diff/80001/talk/media/webrtc/webrtcvoiceengine_unittest.cc#newcode3357 talk/media/webrtc/webrtcvoiceengine_unittest.cc:3357: cricket::FakeCall call(webrtc::Call::Config{}); On 2015/08/26 12:21:21, pbos-webrtc wrote: > ...
5 years, 3 months ago (2015-08-26 16:32:35 UTC) #8
the sun
https://codereview.webrtc.org/1273363005/diff/80001/talk/media/webrtc/webrtcvoiceengine_unittest.cc File talk/media/webrtc/webrtcvoiceengine_unittest.cc (right): https://codereview.webrtc.org/1273363005/diff/80001/talk/media/webrtc/webrtcvoiceengine_unittest.cc#newcode3357 talk/media/webrtc/webrtcvoiceengine_unittest.cc:3357: cricket::FakeCall call(webrtc::Call::Config{}); On 2015/08/26 16:32:35, Andrew MacDonald wrote: > ...
5 years, 3 months ago (2015-08-27 08:42:22 UTC) #9
pbos-webrtc
lgtm https://codereview.webrtc.org/1273363005/diff/80001/webrtc/video/transport_adapter.cc File webrtc/video/transport_adapter.cc (right): https://codereview.webrtc.org/1273363005/diff/80001/webrtc/video/transport_adapter.cc#newcode19 webrtc/video/transport_adapter.cc:19: DCHECK(nullptr != transport); On 2015/08/27 08:42:21, the sun ...
5 years, 3 months ago (2015-08-27 09:02:01 UTC) #10
the sun
mflodman@, do you have any comments?
5 years, 3 months ago (2015-08-27 09:22:00 UTC) #11
mflodman
One minor optional comment and one Q, rest LG! https://codereview.webrtc.org/1273363005/diff/120001/webrtc/video/send_statistics_proxy_unittest.cc File webrtc/video/send_statistics_proxy_unittest.cc (right): https://codereview.webrtc.org/1273363005/diff/120001/webrtc/video/send_statistics_proxy_unittest.cc#newcode37 webrtc/video/send_statistics_proxy_unittest.cc:37: ...
5 years, 3 months ago (2015-08-28 08:30:18 UTC) #12
the sun
https://codereview.webrtc.org/1273363005/diff/120001/webrtc/video/send_statistics_proxy_unittest.cc File webrtc/video/send_statistics_proxy_unittest.cc (right): https://codereview.webrtc.org/1273363005/diff/120001/webrtc/video/send_statistics_proxy_unittest.cc#newcode37 webrtc/video/send_statistics_proxy_unittest.cc:37: VideoSendStream::Config config(nullptr); On 2015/08/28 08:30:17, mflodman wrote: > Why ...
5 years, 3 months ago (2015-08-28 08:47:35 UTC) #13
mflodman
On 2015/08/28 08:47:35, the sun wrote: > https://codereview.webrtc.org/1273363005/diff/120001/webrtc/video/send_statistics_proxy_unittest.cc > File webrtc/video/send_statistics_proxy_unittest.cc (right): > > https://codereview.webrtc.org/1273363005/diff/120001/webrtc/video/send_statistics_proxy_unittest.cc#newcode37 ...
5 years, 3 months ago (2015-08-28 08:49:11 UTC) #14
mflodman
lgtm
5 years, 3 months ago (2015-08-28 08:49:16 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1273363005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1273363005/140001
5 years, 3 months ago (2015-08-28 08:56:37 UTC) #18
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 3 months ago (2015-08-28 11:07:15 UTC) #19
commit-bot: I haz the power
5 years, 3 months ago (2015-08-28 11:07:24 UTC) #20
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/4fbae2b79134572135d9d5fe35a7d1ccdeea3a4d
Cr-Commit-Position: refs/heads/master@{#9807}

Powered by Google App Engine
This is Rietveld 408576698