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

Issue 2693123002: Make Call::OnRecoveredPacket parse RTP header and call OnRtpPacket. (Closed)

Created:
3 years, 10 months ago by nisse-webrtc
Modified:
3 years, 7 months 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, the sun
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Make Call::OnRecoveredPacket parse RTP header and call OnRtpPacket. To make the distinction for stats, add a |recovered| flag to RtpPacketReceived. BUG=webrtc:7135 Review-Url: https://codereview.webrtc.org/2693123002 Cr-Commit-Position: refs/heads/master@{#18103} Committed: https://chromium.googlesource.com/external/webrtc/+/d2ef314292b338e558e8aa8a886525189d0a4fab

Patch Set 1 #

Total comments: 14

Patch Set 2 : Delete return value from RecoveredPacketReceiver::OnRecoveredPacket. #

Patch Set 3 : Comment improvements. #

Patch Set 4 : Rebase. #

Patch Set 5 : Fix VideoReceiveStreamTest.CreateFrameFromH264FmtpSpropAndIdr test. #

Patch Set 6 : Delete unused RtpPacketReceived::retransmit_ property. Replaced by recovered_. #

Total comments: 5

Patch Set 7 : Comment capitalization. #

Total comments: 6

Patch Set 8 : Merge two locking scopes. #

Patch Set 9 : Update fuzzer. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -75 lines) Patch
M webrtc/call/call.cc View 1 2 3 6 chunks +18 lines, -11 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/flexfec_receiver.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_recovered_packet_receiver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_receiver.cc View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_receiver_unittest.cc View 1 2 3 8 chunks +9 lines, -18 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_packet_received.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/test/fuzzers/flexfec_receiver_fuzzer.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 1 2 3 4 5 6 7 3 chunks +36 lines, -25 lines 2 comments Download
M webrtc/video/video_receive_stream.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/video/video_receive_stream_unittest.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 30 (10 generated)
nisse-webrtc
Refactoring OnRecoveredPacket as we discussed. Seems easy for flexfec, but there are other complications. https://codereview.webrtc.org/2693123002/diff/1/webrtc/video/rtp_stream_receiver.cc ...
3 years, 10 months ago (2017-02-14 10:24:33 UTC) #2
brandtr
Looks good! Some comments. https://codereview.webrtc.org/2693123002/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2693123002/diff/1/webrtc/call/call.cc#newcode1256 webrtc/call/call.cc:1256: bool Call::OnRecoveredPacket(const uint8_t* packet, size_t ...
3 years, 10 months ago (2017-02-15 12:20:50 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/2693123002/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2693123002/diff/1/webrtc/call/call.cc#newcode1256 webrtc/call/call.cc:1256: bool Call::OnRecoveredPacket(const uint8_t* packet, size_t length) { On 2017/02/15 ...
3 years, 10 months ago (2017-02-15 13:59:15 UTC) #4
nisse-webrtc
Hi, I'm trying to get this change moving again. Would you like to have a ...
3 years, 7 months ago (2017-05-09 12:37:56 UTC) #5
brandtr
lgtm with some comments. Thanks for doing this. RtpPacket::recovered sgtm. https://codereview.webrtc.org/2693123002/diff/100001/webrtc/call/call.cc File webrtc/call/call.cc (left): https://codereview.webrtc.org/2693123002/diff/100001/webrtc/call/call.cc#oldcode1259 ...
3 years, 7 months ago (2017-05-10 14:27:29 UTC) #6
nisse-webrtc
Erik, can you have a look at the video_receive_stream_unittest.cc? Is there any easy way to ...
3 years, 7 months ago (2017-05-11 07:36:15 UTC) #8
sprang_webrtc
On 2017/05/11 07:36:15, nisse-webrtc wrote: > Erik, can you have a look at the video_receive_stream_unittest.cc? ...
3 years, 7 months ago (2017-05-11 08:48:45 UTC) #9
sprang_webrtc
https://codereview.webrtc.org/2693123002/diff/120001/webrtc/modules/rtp_rtcp/source/rtp_packet_received.h File webrtc/modules/rtp_rtcp/source/rtp_packet_received.h (right): https://codereview.webrtc.org/2693123002/diff/120001/webrtc/modules/rtp_rtcp/source/rtp_packet_received.h#newcode39 webrtc/modules/rtp_rtcp/source/rtp_packet_received.h:39: // Flag if packet was recovered via RTX or ...
3 years, 7 months ago (2017-05-11 08:48:59 UTC) #10
nisse-webrtc
On 2017/05/11 08:48:45, sprang_webrtc wrote: > On 2017/05/11 07:36:15, nisse-webrtc wrote: > > Erik, can ...
3 years, 7 months ago (2017-05-11 08:51:38 UTC) #11
nisse-webrtc
https://codereview.webrtc.org/2693123002/diff/120001/webrtc/modules/rtp_rtcp/source/rtp_packet_received.h File webrtc/modules/rtp_rtcp/source/rtp_packet_received.h (right): https://codereview.webrtc.org/2693123002/diff/120001/webrtc/modules/rtp_rtcp/source/rtp_packet_received.h#newcode39 webrtc/modules/rtp_rtcp/source/rtp_packet_received.h:39: // Flag if packet was recovered via RTX or ...
3 years, 7 months ago (2017-05-11 09:04:01 UTC) #12
sprang_webrtc
lgtm
3 years, 7 months ago (2017-05-11 10:56:25 UTC) #13
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/2693123002/140001
3 years, 7 months ago (2017-05-11 10:59:01 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/16939)
3 years, 7 months ago (2017-05-11 11:04:15 UTC) #18
nisse-webrtc
Magnus: OWNER's approval needed.
3 years, 7 months ago (2017-05-11 11:12:04 UTC) #20
mflodman
On 2017/05/11 11:12:04, nisse-webrtc wrote: > Magnus: OWNER's approval needed. Owner's approval for (a) specific ...
3 years, 7 months ago (2017-05-11 11:17:45 UTC) #21
nisse-webrtc
On 2017/05/11 11:17:45, mflodman wrote: > On 2017/05/11 11:12:04, nisse-webrtc wrote: > > Magnus: OWNER's ...
3 years, 7 months ago (2017-05-11 11:21:39 UTC) #22
mflodman
one ask, then lgtm https://codereview.webrtc.org/2693123002/diff/160001/webrtc/video/rtp_stream_receiver.cc File webrtc/video/rtp_stream_receiver.cc (right): https://codereview.webrtc.org/2693123002/diff/160001/webrtc/video/rtp_stream_receiver.cc#newcode317 webrtc/video/rtp_stream_receiver.cc:317: if (!packet.recovered()) { Why do ...
3 years, 7 months ago (2017-05-11 13:26:29 UTC) #23
nisse-webrtc
https://codereview.webrtc.org/2693123002/diff/160001/webrtc/video/rtp_stream_receiver.cc File webrtc/video/rtp_stream_receiver.cc (right): https://codereview.webrtc.org/2693123002/diff/160001/webrtc/video/rtp_stream_receiver.cc#newcode317 webrtc/video/rtp_stream_receiver.cc:317: if (!packet.recovered()) { On 2017/05/11 13:26:29, mflodman wrote: > ...
3 years, 7 months ago (2017-05-11 13:31:55 UTC) #24
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/2693123002/160001
3 years, 7 months ago (2017-05-11 13:58:00 UTC) #27
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 15:01:03 UTC) #30
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/external/webrtc/+/d2ef314292b338e558e8aa8a8...

Powered by Google App Engine
This is Rietveld 408576698