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

Issue 2305793003: Simplify public interface of ProducerFec. (Closed)

Created:
4 years, 3 months ago by brandtr
Modified:
4 years, 2 months ago
Reviewers:
stefan-webrtc
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

Simplify public interface of ProducerFec. - Change some member functions to be private. These were only called by other private member functions. - Replace DeleteMediaPackets() with direct calls to media_packets_.clear() - Rename GetFecPacketsAsRed to GetUlpfecPacketsAsRed. No functional changes are intended by this CL. BUG=webrtc:5654 R=stefan@webrtc.org Committed: https://crrev.com/c07ebb30c530888dc56a6d70cd5537336fdf12c2 Cr-Commit-Position: refs/heads/master@{#14491}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebase. #

Patch Set 3 : Rebase. #

Patch Set 4 : FecAvailable() will be useful in the future. Do not remove. #

Patch Set 5 : Rebase. #

Patch Set 6 : Rebase. #

Patch Set 7 : Rebase. #

Patch Set 8 : Rebase. #

Patch Set 9 : Fix fuzzer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -39 lines) Patch
M webrtc/modules/rtp_rtcp/source/producer_fec.h View 1 2 3 4 1 chunk +22 lines, -15 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/producer_fec.cc View 1 2 3 4 7 chunks +13 lines, -15 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fuzzers/producer_fec_fuzzer.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 34 (17 generated)
brandtr
Please take a look :)
4 years, 3 months ago (2016-09-02 14:42:03 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2305793003/diff/1/webrtc/modules/rtp_rtcp/source/producer_fec.cc File webrtc/modules/rtp_rtcp/source/producer_fec.cc (left): https://codereview.webrtc.org/2305793003/diff/1/webrtc/modules/rtp_rtcp/source/producer_fec.cc#oldcode212 webrtc/modules/rtp_rtcp/source/producer_fec.cc:212: return generated_fec_packets_.size(); Since generated_fec_packets_ is a list, this method ...
4 years, 3 months ago (2016-09-05 14:50:20 UTC) #4
stefan-webrtc
lgtm https://codereview.webrtc.org/2305793003/diff/1/webrtc/modules/rtp_rtcp/source/producer_fec.cc File webrtc/modules/rtp_rtcp/source/producer_fec.cc (left): https://codereview.webrtc.org/2305793003/diff/1/webrtc/modules/rtp_rtcp/source/producer_fec.cc#oldcode212 webrtc/modules/rtp_rtcp/source/producer_fec.cc:212: return generated_fec_packets_.size(); On 2016/09/05 14:50:20, stefan-webrtc (holmer) wrote: ...
4 years, 3 months ago (2016-09-05 14:52:36 UTC) #5
brandtr
https://codereview.webrtc.org/2305793003/diff/1/webrtc/modules/rtp_rtcp/source/producer_fec.cc File webrtc/modules/rtp_rtcp/source/producer_fec.cc (left): https://codereview.webrtc.org/2305793003/diff/1/webrtc/modules/rtp_rtcp/source/producer_fec.cc#oldcode212 webrtc/modules/rtp_rtcp/source/producer_fec.cc:212: return generated_fec_packets_.size(); On 2016/09/05 14:52:36, stefan-webrtc (holmer) wrote: > ...
4 years, 3 months ago (2016-09-05 14:58:38 UTC) #6
brandtr
Rebase.
4 years, 3 months ago (2016-09-06 11:23:19 UTC) #7
brandtr
Rebase.
4 years, 3 months ago (2016-09-06 14:37:43 UTC) #8
brandtr
FecAvailable() will be useful in the future. Do not remove.
4 years, 3 months ago (2016-09-08 08:43:22 UTC) #10
brandtr
Rebase.
4 years, 3 months ago (2016-09-21 10:54:14 UTC) #13
brandtr
https://codereview.webrtc.org/2305793003/diff/1/webrtc/modules/rtp_rtcp/source/producer_fec.cc File webrtc/modules/rtp_rtcp/source/producer_fec.cc (left): https://codereview.webrtc.org/2305793003/diff/1/webrtc/modules/rtp_rtcp/source/producer_fec.cc#oldcode212 webrtc/modules/rtp_rtcp/source/producer_fec.cc:212: return generated_fec_packets_.size(); On 2016/09/05 14:58:38, brandtr wrote: > On ...
4 years, 2 months ago (2016-09-26 14:09:27 UTC) #14
brandtr
Rebase.
4 years, 2 months ago (2016-09-27 08:23:00 UTC) #15
brandtr
Rebase.
4 years, 2 months ago (2016-10-03 12:10:00 UTC) #16
brandtr
Rebase.
4 years, 2 months ago (2016-10-04 07:09:07 UTC) #22
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/2305793003/160001
4 years, 2 months ago (2016-10-04 07:09:32 UTC) #25
brandtr
Fix fuzzer.
4 years, 2 months ago (2016-10-04 07:16:48 UTC) #26
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/2305793003/180001
4 years, 2 months ago (2016-10-04 07:17:41 UTC) #29
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/c07ebb30c530888dc56a6d70cd5537336fdf12c2 Cr-Commit-Position: refs/heads/master@{#14491}
4 years, 2 months ago (2016-10-04 08:57:52 UTC) #33
brandtr
4 years, 2 months ago (2016-10-04 08:57:52 UTC) #34
Message was sent while issue was closed.
Committed patchset #9 (id:180001) manually as
c07ebb30c530888dc56a6d70cd5537336fdf12c2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698