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

Issue 2460533002: Simplify {,Set}UlpfecConfig interface. (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

Simplify {,Set}UlpfecConfig interface. Prior to this change, we signalled that ULPFEC was disabled through a bool, but that RED was disabled by setting its payload type to -1. The latter is consistent with how we disable RED/ULPFEC in the config, so this CL removes the ULPFEC bool from the {,Set}UlpfecConfig chain of member functions. BUG=webrtc:5654 Committed: https://crrev.com/f1bb47605098f3e7c6583ff935f8570b3bb55a28 Cr-Commit-Position: refs/heads/master@{#14944}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Feedback response 1. #

Total comments: 2

Patch Set 3 : Rebase. #

Patch Set 4 : Feedback response 2. #

Total comments: 4

Patch Set 5 : Feedback response 3. #

Total comments: 2

Patch Set 6 : Feedback response 4. #

Patch Set 7 : Rebase. #

Patch Set 8 : Rebase. #

Patch Set 9 : Rebase. #

Patch Set 10 : git cl format. #

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

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 28 (8 generated)
brandtr
Follow-up CL to 2448463003. The bot failure is due to a mysterious patch failure. https://codereview.webrtc.org/2460533002/diff/1/webrtc/video/video_send_stream.cc ...
4 years, 1 month ago (2016-10-27 11:06:24 UTC) #2
danilchap
https://codereview.webrtc.org/2460533002/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2460533002/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode456 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:456: // Set RED and ULPFEC payload types. A payload ...
4 years, 1 month ago (2016-10-27 11:53:41 UTC) #3
brandtr
Noop.
4 years, 1 month ago (2016-10-28 07:07:41 UTC) #4
brandtr
Feedback response 1.
4 years, 1 month ago (2016-10-28 07:10:17 UTC) #7
brandtr
Test.
4 years, 1 month ago (2016-10-28 07:28:04 UTC) #8
brandtr
Feedback response 1.
4 years, 1 month ago (2016-10-28 07:35:44 UTC) #10
brandtr
Rebase.
4 years, 1 month ago (2016-10-28 07:40:16 UTC) #12
brandtr
https://codereview.webrtc.org/2460533002/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2460533002/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode456 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:456: // Set RED and ULPFEC payload types. A payload ...
4 years, 1 month ago (2016-10-28 07:46:31 UTC) #13
danilchap
https://codereview.webrtc.org/2460533002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): https://codereview.webrtc.org/2460533002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc#newcode174 webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc:174: rtc::CritScope cs(&crit_); do not (re)take lock, instead annotate these ...
4 years, 1 month ago (2016-10-28 09:29:43 UTC) #14
brandtr
https://codereview.webrtc.org/2460533002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): https://codereview.webrtc.org/2460533002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc#newcode174 webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc:174: rtc::CritScope cs(&crit_); On 2016/10/28 09:29:43, danilchap wrote: > do ...
4 years, 1 month ago (2016-10-28 11:05:06 UTC) #15
danilchap
https://codereview.webrtc.org/2460533002/diff/140001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2460533002/diff/140001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode458 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:458: // That is, RED and ULPFEC can be enabled/disabled ...
4 years, 1 month ago (2016-10-28 11:35:46 UTC) #16
brandtr
https://codereview.webrtc.org/2460533002/diff/140001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2460533002/diff/140001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode458 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:458: // That is, RED and ULPFEC can be enabled/disabled ...
4 years, 1 month ago (2016-10-28 12:11:45 UTC) #17
danilchap
lgtm
4 years, 1 month ago (2016-10-28 12:22:32 UTC) #18
stefan-webrtc
lgtm % nit https://codereview.webrtc.org/2460533002/diff/160001/webrtc/video/rtp_stream_receiver.cc File webrtc/video/rtp_stream_receiver.cc (right): https://codereview.webrtc.org/2460533002/diff/160001/webrtc/video/rtp_stream_receiver.cc#newcode181 webrtc/video/rtp_stream_receiver.cc:181: // TODO(brandtr): Investigate whether the call ...
4 years, 1 month ago (2016-10-31 09:41:03 UTC) #19
brandtr
https://codereview.webrtc.org/2460533002/diff/160001/webrtc/video/rtp_stream_receiver.cc File webrtc/video/rtp_stream_receiver.cc (right): https://codereview.webrtc.org/2460533002/diff/160001/webrtc/video/rtp_stream_receiver.cc#newcode181 webrtc/video/rtp_stream_receiver.cc:181: // TODO(brandtr): Investigate whether the call below can be ...
4 years, 1 month ago (2016-10-31 12:05:17 UTC) #20
brandtr
Rebase.
4 years, 1 month ago (2016-11-02 10:39:45 UTC) #21
brandtr
Rebase.
4 years, 1 month ago (2016-11-03 15:33:14 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/2460533002/260001
4 years, 1 month ago (2016-11-07 10:41:56 UTC) #25
commit-bot: I haz the power
Committed patchset #10 (id:260001)
4 years, 1 month ago (2016-11-07 11:05:09 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-11-07 11:05:15 UTC) #28
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/f1bb47605098f3e7c6583ff935f8570b3bb55a28
Cr-Commit-Position: refs/heads/master@{#14944}

Powered by Google App Engine
This is Rietveld 408576698