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

Issue 2448463003: Rename {,Set}GenericFECStatus to {,Set}UlpfecConfig. (Closed)

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

Description

Rename {,Set}GenericFECStatus to {,Set}UlpfecConfig. At the same time, change to using int's instead of uint8_t's for the payload type. This allows us to signal disabled FEC or RED using the sentinel value -1, which is commonplace in other parts of the code. These APIs will be deprecated when ULPFEC is deprecated. BUG=webrtc:5654 Committed: https://crrev.com/d8048955fb3e9a188cde59057e20e7e60a6ed79f Cr-Commit-Position: refs/heads/master@{#14942}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Feedback response 1 and lint fix. #

Total comments: 5

Patch Set 3 : Feedback response 2. #

Patch Set 4 : Rebase. #

Total comments: 8

Patch Set 5 : Feedback response 3. #

Total comments: 2

Patch Set 6 : Rebase. #

Patch Set 7 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -111 lines) Patch
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 1 chunk +4 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 2 1 chunk +4 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 1 chunk +3 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 1 chunk +4 lines, -11 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 1 2 3 2 chunks +4 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 2 chunks +9 lines, -16 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.h View 1 2 3 4 5 2 chunks +14 lines, -16 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 3 4 5 3 chunks +28 lines, -15 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 5 2 chunks +16 lines, -18 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 34 (14 generated)
brandtr
Please have a look :) danilchap: rtp_rtcp/ holmer: video/ Renaming clarifies what the methods are ...
4 years, 1 month ago (2016-10-24 15:06:53 UTC) #1
brandtr
Somehow Rietveld didn't add the reviewers properly when I sent out the original email. Please ...
4 years, 1 month ago (2016-10-25 06:42:57 UTC) #4
danilchap
https://codereview.webrtc.org/2448463003/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2448463003/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode456 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:456: // Turn on/off generic FEC. update comments too. https://codereview.webrtc.org/2448463003/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode457 ...
4 years, 1 month ago (2016-10-26 12:59:14 UTC) #5
brandtr
https://codereview.webrtc.org/2448463003/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2448463003/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode456 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:456: // Turn on/off generic FEC. On 2016/10/26 12:59:13, danilchap ...
4 years, 1 month ago (2016-10-26 13:57:04 UTC) #8
danilchap
lgtm https://codereview.webrtc.org/2448463003/diff/60001/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h File webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h (right): https://codereview.webrtc.org/2448463003/diff/60001/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h#newcode193 webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h:193: MOCK_METHOD3(UlpfecConfig, can remove this too https://codereview.webrtc.org/2448463003/diff/60001/webrtc/video/video_send_stream.cc File webrtc/video/video_send_stream.cc ...
4 years, 1 month ago (2016-10-26 14:18:08 UTC) #9
brandtr
https://codereview.webrtc.org/2448463003/diff/60001/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h File webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h (right): https://codereview.webrtc.org/2448463003/diff/60001/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h#newcode193 webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h:193: MOCK_METHOD3(UlpfecConfig, On 2016/10/26 14:18:08, danilchap wrote: > can remove ...
4 years, 1 month ago (2016-10-27 09:47:42 UTC) #10
brandtr
Final.
4 years, 1 month ago (2016-10-27 10:14:06 UTC) #11
brandtr
Noop.
4 years, 1 month ago (2016-10-28 07:09:04 UTC) #13
brandtr
Rebase.
4 years, 1 month ago (2016-10-28 07:39:13 UTC) #16
stefan-webrtc
https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h File webrtc/modules/rtp_rtcp/source/rtp_sender_video.h (right): https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h#newcode67 webrtc/modules/rtp_rtcp/source/rtp_sender_video.h:67: void UlpfecConfig(bool* enabled, Perhaps GetUlpfecConfig https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h#newcode102 webrtc/modules/rtp_rtcp/source/rtp_sender_video.h:102: int fec_payload_type_ ...
4 years, 1 month ago (2016-10-31 09:33:17 UTC) #17
brandtr
Addressed comments. Please have a second look :) https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h File webrtc/modules/rtp_rtcp/source/rtp_sender_video.h (right): https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h#newcode67 webrtc/modules/rtp_rtcp/source/rtp_sender_video.h:67: void ...
4 years, 1 month ago (2016-10-31 12:47:04 UTC) #19
danilchap
https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h File webrtc/modules/rtp_rtcp/source/rtp_sender_video.h (right): https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h#newcode102 webrtc/modules/rtp_rtcp/source/rtp_sender_video.h:102: int fec_payload_type_ GUARDED_BY(crit_) = -1; On 2016/10/31 09:33:16, stefan-webrtc ...
4 years, 1 month ago (2016-10-31 13:22:00 UTC) #20
brandtr
Rebase.
4 years, 1 month ago (2016-11-02 10:35:26 UTC) #21
stefan-webrtc
lgtm https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h File webrtc/modules/rtp_rtcp/source/rtp_sender_video.h (right): https://codereview.webrtc.org/2448463003/diff/160001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h#newcode102 webrtc/modules/rtp_rtcp/source/rtp_sender_video.h:102: int fec_payload_type_ GUARDED_BY(crit_) = -1; On 2016/10/31 13:22:00, ...
4 years, 1 month ago (2016-11-03 13:52:26 UTC) #22
brandtr
Rebase.
4 years, 1 month ago (2016-11-03 15:32:59 UTC) #23
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/2448463003/240001
4 years, 1 month ago (2016-11-07 07:41:45 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: win_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_dbg/builds/12795)
4 years, 1 month ago (2016-11-07 09:38:18 UTC) #28
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/2448463003/240001
4 years, 1 month ago (2016-11-07 09:58:34 UTC) #30
commit-bot: I haz the power
Committed patchset #7 (id:240001)
4 years, 1 month ago (2016-11-07 10:08:56 UTC) #32
commit-bot: I haz the power
4 years, 1 month ago (2016-11-07 10:09:04 UTC) #34
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/d8048955fb3e9a188cde59057e20e7e60a6ed79f
Cr-Commit-Position: refs/heads/master@{#14942}

Powered by Google App Engine
This is Rietveld 408576698