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

Issue 2484143002: Wire up FlexfecSender in RTPSender and add unit tests. (Closed)

Created:
4 years, 1 month ago by brandtr
Modified:
4 years, 1 month ago
Reviewers:
danilchap
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Wire up FlexfecSender in RTPSender and add unit tests. BUG=webrtc:5654 Committed: https://crrev.com/dbdb3f1e63b5ae369f7b8ce31302f5b3b6a36ecd Cr-Commit-Position: refs/heads/master@{#15017}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebase. #

Patch Set 3 : Feedback response 1. #

Total comments: 4

Patch Set 4 : Feedback response 2. #

Total comments: 4

Patch Set 5 : Don't segfault in test if we received too few packets. #

Patch Set 6 : Rebase. #

Patch Set 7 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -25 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 3 4 10 chunks +109 lines, -21 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (15 generated)
brandtr
This one is related too!
4 years, 1 month ago (2016-11-08 09:42:27 UTC) #2
danilchap
https://codereview.webrtc.org/2484143002/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2484143002/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode933 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:933: // TODO(brandtr): Update this code when the FlexFEC packets ...
4 years, 1 month ago (2016-11-08 14:52:50 UTC) #3
brandtr
Rebase.
4 years, 1 month ago (2016-11-09 09:44:44 UTC) #6
brandtr
https://codereview.webrtc.org/2484143002/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2484143002/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode933 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:933: // TODO(brandtr): Update this code when the FlexFEC packets ...
4 years, 1 month ago (2016-11-09 10:40:05 UTC) #10
danilchap
https://codereview.webrtc.org/2484143002/diff/120001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2484143002/diff/120001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode935 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:935: constexpr int kNumPacketsExpected = 1; rather than test for ...
4 years, 1 month ago (2016-11-09 11:41:44 UTC) #11
brandtr
https://codereview.webrtc.org/2484143002/diff/120001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2484143002/diff/120001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode935 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:935: constexpr int kNumPacketsExpected = 1; On 2016/11/09 11:41:44, danilchap ...
4 years, 1 month ago (2016-11-09 15:16:30 UTC) #12
danilchap
lgtm polishing tests is a different topic https://codereview.webrtc.org/2484143002/diff/140001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2484143002/diff/140001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode932 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:932: .WillOnce(testing::SaveArg<2>(&media_seq_num)); shouldn't ...
4 years, 1 month ago (2016-11-09 16:27:42 UTC) #13
brandtr
https://codereview.webrtc.org/2484143002/diff/140001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2484143002/diff/140001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode932 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:932: .WillOnce(testing::SaveArg<2>(&media_seq_num)); On 2016/11/09 16:27:42, danilchap wrote: > shouldn't media_seq_num ...
4 years, 1 month ago (2016-11-10 08:34:41 UTC) #14
brandtr
Rebase.
4 years, 1 month ago (2016-11-10 09:04:18 UTC) #15
brandtr
Rebase.
4 years, 1 month ago (2016-11-10 09:30:15 UTC) #17
brandtr
Rebase.
4 years, 1 month ago (2016-11-10 12:02:09 UTC) #18
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/2484143002/220001
4 years, 1 month ago (2016-11-10 13:03:13 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:220001)
4 years, 1 month ago (2016-11-10 13:04:51 UTC) #27
commit-bot: I haz the power
4 years, 1 month ago (2016-11-10 13:04:59 UTC) #29
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/dbdb3f1e63b5ae369f7b8ce31302f5b3b6a36ecd
Cr-Commit-Position: refs/heads/master@{#15017}

Powered by Google App Engine
This is Rietveld 408576698