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

Issue 3019453002: Delete member VideoReceiveStream::Config::Rtp::ulpfec. (Closed)

Created:
3 years, 3 months ago by nisse-webrtc
Modified:
3 years, 2 months ago
CC:
webrtc-reviews_webrtc.org
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Delete member VideoReceiveStream::Config::Rtp::ulpfec. Replaced with scalars ulpfec_payload_type and red_payload_type. In particular, ulpfec.red_rtx_payload_type, which duplicated info in rtx_associated_payload_types, is deleted. This is a followup to cl https://codereview.webrtc.org/3012963002. BUG=webrtc:7135 Review-Url: https://codereview.webrtc.org/3019453002 Cr-Commit-Position: refs/heads/master@{#19965} Committed: https://webrtc.googlesource.com/src/+/3b3622fafc6d1fd910074f7bab78c8427d80649e

Patch Set 1 #

Patch Set 2 : Fix video/replay.cc #

Total comments: 12

Patch Set 3 : Address comments. #

Total comments: 2

Patch Set 4 : Rename use_red --> use_fec. #

Patch Set 5 : Added DCHECK. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -71 lines) Patch
M call/call_perf_tests.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M call/rampup_tests.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M call/video_receive_stream.h View 1 chunk +3 lines, -7 lines 0 comments Download
M call/video_receive_stream.cc View 1 chunk +2 lines, -1 line 0 comments Download
M media/engine/webrtcvideoengine.cc View 1 2 3 4 2 chunks +8 lines, -6 lines 0 comments Download
M media/engine/webrtcvideoengine_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M video/end_to_end_tests.cc View 1 2 3 12 chunks +29 lines, -28 lines 0 comments Download
M video/receive_statistics_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M video/replay.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M video/rtp_video_stream_receiver.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M video/video_quality_test.cc View 1 chunk +4 lines, -10 lines 0 comments Download
M video/video_send_stream_tests.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
nisse-webrtc
3 years, 3 months ago (2017-09-21 07:10:25 UTC) #2
brandtr
Good change, lgtm. https://codereview.webrtc.org/3019453002/diff/20001/media/engine/webrtcvideoengine.cc File media/engine/webrtcvideoengine.cc (right): https://codereview.webrtc.org/3019453002/diff/20001/media/engine/webrtcvideoengine.cc#newcode2267 media/engine/webrtcvideoengine.cc:2267: recv_codecs.front().ulpfec.ulpfec_payload_type; Maybe nicer to keep a ...
3 years, 3 months ago (2017-09-21 08:11:33 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/3019453002/diff/20001/media/engine/webrtcvideoengine.cc File media/engine/webrtcvideoengine.cc (right): https://codereview.webrtc.org/3019453002/diff/20001/media/engine/webrtcvideoengine.cc#newcode2267 media/engine/webrtcvideoengine.cc:2267: recv_codecs.front().ulpfec.ulpfec_payload_type; On 2017/09/21 08:11:33, brandtr wrote: > Maybe nicer ...
3 years, 3 months ago (2017-09-21 08:37:46 UTC) #4
brandtr
Thanks, this lgtm. https://codereview.webrtc.org/3019453002/diff/20001/media/engine/webrtcvideoengine.cc File media/engine/webrtcvideoengine.cc (right): https://codereview.webrtc.org/3019453002/diff/20001/media/engine/webrtcvideoengine.cc#newcode2271 media/engine/webrtcvideoengine.cc:2271: HasNack(recv_codecs.begin()->codec) ? kNackHistoryMs : 0; On ...
3 years, 3 months ago (2017-09-21 08:45:23 UTC) #5
brandtr
https://codereview.webrtc.org/3019453002/diff/40001/media/engine/webrtcvideoengine.cc File media/engine/webrtcvideoengine.cc (right): https://codereview.webrtc.org/3019453002/diff/40001/media/engine/webrtcvideoengine.cc#newcode2265 media/engine/webrtcvideoengine.cc:2265: Maybe we should add a RTC_DCHECK(!recv_codecs.empty()) here, WDYT? I ...
3 years, 3 months ago (2017-09-21 08:49:40 UTC) #6
nisse-webrtc
https://codereview.webrtc.org/3019453002/diff/20001/video/end_to_end_tests.cc File video/end_to_end_tests.cc (right): https://codereview.webrtc.org/3019453002/diff/20001/video/end_to_end_tests.cc#newcode1205 video/end_to_end_tests.cc:1205: int GetPayloadType(bool use_rtx, bool use_red) { I'm doing a ...
3 years, 3 months ago (2017-09-21 08:57:29 UTC) #8
nisse-webrtc
Ping? OWNER's approval needed.
3 years, 2 months ago (2017-09-25 10:48:15 UTC) #13
stefan-webrtc
lgtm
3 years, 2 months ago (2017-09-25 12:05:22 UTC) #14
magjed_webrtc
media/engine lgtm
3 years, 2 months ago (2017-09-26 09:05:03 UTC) #15
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/3019453002/80001
3 years, 2 months ago (2017-09-26 09:14:07 UTC) #18
commit-bot: I haz the power
3 years, 2 months ago (2017-09-26 09:49:28 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://webrtc.googlesource.com/src/+/3b3622fafc6d1fd910074f7bab78c8427d80649e

Powered by Google App Engine
This is Rietveld 408576698