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

Issue 2888093002: New class RtxReceiveStream. (Closed)

Created:
3 years, 7 months ago by nisse-webrtc
Modified:
3 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

New class RtxReceiveStream. BUG=webrtc:7135 Review-Url: https://codereview.webrtc.org/2888093002 Cr-Commit-Position: refs/heads/master@{#18212} Committed: https://chromium.googlesource.com/external/webrtc/+/eed52bff8d3e2d83207da624ec0a8f6441f1c98f

Patch Set 1 #

Total comments: 18

Patch Set 2 : Address comments. #

Total comments: 2

Patch Set 3 : Delete left-over const. #

Patch Set 4 : Add a few tests. #

Total comments: 14

Patch Set 5 : Add test of RTP header extension. #

Patch Set 6 : Address comments. #

Total comments: 6

Patch Set 7 : Address more comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -0 lines) Patch
M webrtc/call/BUILD.gn View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
A webrtc/call/rtx_receive_stream.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A webrtc/call/rtx_receive_stream.cc View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A webrtc/call/rtx_receive_stream_unittest.cc View 1 2 3 4 5 6 1 chunk +135 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
nisse-webrtc
PTAL. Not yet wired up.
3 years, 7 months ago (2017-05-17 11:42:23 UTC) #2
danilchap
looks good, just some simple unittests will be nice. https://codereview.webrtc.org/2888093002/diff/1/webrtc/call/rtx_receive_stream.cc File webrtc/call/rtx_receive_stream.cc (right): https://codereview.webrtc.org/2888093002/diff/1/webrtc/call/rtx_receive_stream.cc#newcode18 webrtc/call/rtx_receive_stream.cc:18: ...
3 years, 7 months ago (2017-05-17 12:13:05 UTC) #3
nisse-webrtc
Addressed most comments. But no tests yet. https://codereview.webrtc.org/2888093002/diff/1/webrtc/call/rtx_receive_stream.cc File webrtc/call/rtx_receive_stream.cc (right): https://codereview.webrtc.org/2888093002/diff/1/webrtc/call/rtx_receive_stream.cc#newcode18 webrtc/call/rtx_receive_stream.cc:18: const std::map<int, ...
3 years, 7 months ago (2017-05-17 13:19:35 UTC) #4
danilchap
https://codereview.webrtc.org/2888093002/diff/1/webrtc/call/rtx_receive_stream.cc File webrtc/call/rtx_receive_stream.cc (right): https://codereview.webrtc.org/2888093002/diff/1/webrtc/call/rtx_receive_stream.cc#newcode18 webrtc/call/rtx_receive_stream.cc:18: const std::map<int, int>& rtx_payload_type_map, On 2017/05/17 13:19:34, nisse-webrtc wrote: ...
3 years, 7 months ago (2017-05-17 13:43:56 UTC) #5
nisse-webrtc
https://codereview.webrtc.org/2888093002/diff/20001/webrtc/call/rtx_receive_stream.h File webrtc/call/rtx_receive_stream.h (right): https://codereview.webrtc.org/2888093002/diff/20001/webrtc/call/rtx_receive_stream.h#newcode23 webrtc/call/rtx_receive_stream.h:23: const std::map<int, int> rtx_payload_type_map, On 2017/05/17 13:43:56, danilchap wrote: ...
3 years, 7 months ago (2017-05-18 09:13:20 UTC) #6
nisse-webrtc
https://codereview.webrtc.org/2888093002/diff/1/webrtc/call/rtx_receive_stream.cc File webrtc/call/rtx_receive_stream.cc (right): https://codereview.webrtc.org/2888093002/diff/1/webrtc/call/rtx_receive_stream.cc#newcode36 webrtc/call/rtx_receive_stream.cc:36: media_packet.CopyHeaderFrom(rtx_packet); On 2017/05/17 13:43:55, danilchap wrote: > On 2017/05/17 ...
3 years, 7 months ago (2017-05-19 07:43:44 UTC) #7
nisse-webrtc
On 2017/05/19 07:43:44, nisse-webrtc wrote: > I've added a few tests, but extensions still missing. ...
3 years, 7 months ago (2017-05-19 08:34:02 UTC) #8
danilchap
lgtm More features (like logging missed payload with supression, or ensuring extensions are copied too ...
3 years, 7 months ago (2017-05-19 08:39:03 UTC) #9
nisse-webrtc
https://codereview.webrtc.org/2888093002/diff/60001/webrtc/call/rtx_receive_stream_unittest.cc File webrtc/call/rtx_receive_stream_unittest.cc (right): https://codereview.webrtc.org/2888093002/diff/60001/webrtc/call/rtx_receive_stream_unittest.cc#newcode27 webrtc/call/rtx_receive_stream_unittest.cc:27: constexpr int kMediaSSRC = 0x3333333; On 2017/05/19 08:39:02, danilchap ...
3 years, 7 months ago (2017-05-19 10:59:14 UTC) #10
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/2888093002/100001
3 years, 7 months ago (2017-05-19 10:59:30 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/17215)
3 years, 7 months ago (2017-05-19 11:04:16 UTC) #15
danilchap
few more optional comments https://codereview.webrtc.org/2888093002/diff/100001/webrtc/call/rtx_receive_stream_unittest.cc File webrtc/call/rtx_receive_stream_unittest.cc (right): https://codereview.webrtc.org/2888093002/diff/100001/webrtc/call/rtx_receive_stream_unittest.cc#newcode84 webrtc/call/rtx_receive_stream_unittest.cc:84: EXPECT_EQ(kMediaPayloadType, packet.PayloadType()); quote from gtest ...
3 years, 7 months ago (2017-05-19 11:16:01 UTC) #16
nisse-webrtc
Stefan: PTAL. https://codereview.webrtc.org/2888093002/diff/100001/webrtc/call/rtx_receive_stream_unittest.cc File webrtc/call/rtx_receive_stream_unittest.cc (right): https://codereview.webrtc.org/2888093002/diff/100001/webrtc/call/rtx_receive_stream_unittest.cc#newcode84 webrtc/call/rtx_receive_stream_unittest.cc:84: EXPECT_EQ(kMediaPayloadType, packet.PayloadType()); On 2017/05/19 11:16:01, danilchap wrote: ...
3 years, 7 months ago (2017-05-19 11:35:32 UTC) #18
stefan-webrtc
lgtm
3 years, 7 months ago (2017-05-19 12:56:04 UTC) #19
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/2888093002/120001
3 years, 7 months ago (2017-05-19 12:56:45 UTC) #22
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 13:15:24 UTC) #25
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/eed52bff8d3e2d83207da624e...

Powered by Google App Engine
This is Rietveld 408576698