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

Issue 2981013002: Introduce RtpTransportInternal and SrtpTransport. (Closed)

Created:
3 years, 5 months ago by Zach Stein
Modified:
3 years, 5 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, Zhi Huang, Steve Anton
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Introduce RtpTransportInternal and SrtpTransport. SrtpTransport currently just delegates everything to RtpTransport. Also makes BaseChannel::rtp_transport_ an RtpTransportInternal and constructs an SrtpTransport if srtp is required. BUG=webrtc:7013 Review-Url: https://codereview.webrtc.org/2981013002 Cr-Commit-Position: refs/heads/master@{#19095} Committed: https://chromium.googlesource.com/external/webrtc/+/398c3fd6c220531a05315dfe3ce871ec64686402

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add comments summarizing new classes. #

Patch Set 3 : Depend on test:test_support for gmock. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+389 lines, -51 lines) Patch
M webrtc/pc/BUILD.gn View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M webrtc/pc/channel.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/pc/channel.cc View 3 chunks +8 lines, -2 lines 0 comments Download
M webrtc/pc/rtptransport.h View 4 chunks +12 lines, -23 lines 0 comments Download
M webrtc/pc/rtptransport.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/rtptransport_unittest.cc View 2 chunks +1 line, -23 lines 0 comments Download
A webrtc/pc/rtptransportinternal.h View 1 1 chunk +69 lines, -0 lines 0 comments Download
A webrtc/pc/rtptransporttestutil.h View 1 chunk +44 lines, -0 lines 0 comments Download
A webrtc/pc/srtptransport.h View 1 1 chunk +108 lines, -0 lines 0 comments Download
A webrtc/pc/srtptransport.cc View 1 chunk +62 lines, -0 lines 0 comments Download
A webrtc/pc/srtptransport_unittest.cc View 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
Zach Stein
PTAL
3 years, 5 months ago (2017-07-14 20:06:13 UTC) #2
Taylor Brandstetter
I like the concept of breaking the "add new level of inheritance" and "add adapter ...
3 years, 5 months ago (2017-07-18 22:17:53 UTC) #3
Taylor Brandstetter
On 2017/07/18 22:17:53, Taylor Brandstetter wrote: > what about introducing an "RtpTransportAdapter" class I just ...
3 years, 5 months ago (2017-07-18 22:19:34 UTC) #4
Zach Stein
On 2017/07/18 22:17:53, Taylor Brandstetter wrote: > I like the concept of breaking the "add ...
3 years, 5 months ago (2017-07-18 23:26:15 UTC) #5
Zach Stein
https://codereview.webrtc.org/2981013002/diff/1/webrtc/pc/rtptransportinternal.h File webrtc/pc/rtptransportinternal.h (right): https://codereview.webrtc.org/2981013002/diff/1/webrtc/pc/rtptransportinternal.h#newcode25 webrtc/pc/rtptransportinternal.h:25: class RtpTransportInternal : public RtpTransportInterface, On 2017/07/18 22:17:53, Taylor ...
3 years, 5 months ago (2017-07-18 23:26:31 UTC) #6
Taylor Brandstetter
On 2017/07/18 23:26:15, Zach Stein wrote: > On 2017/07/18 22:17:53, Taylor Brandstetter wrote: > > ...
3 years, 5 months ago (2017-07-19 01:37:49 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2981013002/20001
3 years, 5 months ago (2017-07-19 18:09:47 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux32_arm_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux32_arm_dbg/builds/1455) linux_rel on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 5 months ago (2017-07-19 18:12:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2981013002/40001
3 years, 5 months ago (2017-07-19 20:34:40 UTC) #19
commit-bot: I haz the power
3 years, 5 months ago (2017-07-19 20:38:15 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/398c3fd6c220531a05315dfe3...

Powered by Google App Engine
This is Rietveld 408576698