Chromium Code Reviews

Issue 2805783002: Make RtpTransport actually implement RtpTransportInterface (Closed)

Created:
3 years, 8 months ago by Zach Stein
Modified:
3 years, 8 months ago
Reviewers:
Taylor Brandstetter
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Make RtpTransport actually implement RtpTransportInterface BUG=webrtc:7013 Review-Url: https://codereview.webrtc.org/2805783002 Cr-Commit-Position: refs/heads/master@{#17628} Committed: https://chromium.googlesource.com/external/webrtc/+/d9ce76444f98b7abdfcacb0e5fbdb278163e8c07

Patch Set 1 #

Patch Set 2 : Add a TODO about RtpTransport::GetInternal #

Total comments: 6

Patch Set 3 : Add TODO and error logging. Haven't removed PacketTransportWrapper yet. #

Patch Set 4 : Remove PacketTransportWrapper. #

Patch Set 5 : format #

Patch Set 6 : initialize pointer members #

Patch Set 7 : removing a redundant comment #

Total comments: 2

Patch Set 8 : Use INVALID_STATE instead of INVALID_PARAMETER. #

Unified diffs Side-by-side diffs Stats (+54 lines, -6 lines)
M webrtc/pc/rtptransport.h View 3 chunks +17 lines, -6 lines 0 comments
M webrtc/pc/rtptransport.cc View 1 chunk +37 lines, -0 lines 0 comments

Messages

Total messages: 15 (8 generated)
Zach Stein
PTAL
3 years, 8 months ago (2017-04-07 00:28:22 UTC) #5
Taylor Brandstetter
https://codereview.webrtc.org/2805783002/diff/20001/webrtc/pc/rtptransport.cc File webrtc/pc/rtptransport.cc (right): https://codereview.webrtc.org/2805783002/diff/20001/webrtc/pc/rtptransport.cc#newcode46 webrtc/pc/rtptransport.cc:46: "disabling mux is not allowed"); Can use the LOG_AND_RETURN_ERROR ...
3 years, 8 months ago (2017-04-07 04:16:03 UTC) #6
Zach Stein
I think I got everything :) Please take another look.
3 years, 8 months ago (2017-04-09 21:58:04 UTC) #7
Taylor Brandstetter
lgtm, though I think the error type should be changed for consistency. https://codereview.webrtc.org/2805783002/diff/120001/webrtc/pc/rtptransport.cc File webrtc/pc/rtptransport.cc ...
3 years, 8 months ago (2017-04-10 19:19:08 UTC) #8
Zach Stein
https://codereview.webrtc.org/2805783002/diff/20001/webrtc/pc/rtptransport.cc File webrtc/pc/rtptransport.cc (right): https://codereview.webrtc.org/2805783002/diff/20001/webrtc/pc/rtptransport.cc#newcode46 webrtc/pc/rtptransport.cc:46: "disabling mux is not allowed"); On 2017/04/07 04:16:03, Taylor ...
3 years, 8 months ago (2017-04-10 22:37:43 UTC) #9
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/2805783002/140001
3 years, 8 months ago (2017-04-10 22:37:55 UTC) #12
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 23:18:02 UTC) #15
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/external/webrtc/+/d9ce76444f98b7abdfcacb0e5...

Powered by Google App Engine