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

Issue 3002023002: Let Call::OnRecoveredPacket parse RTP header extensions. (Closed)

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

Description

Let Call::OnRecoveredPacket parse RTP header extensions. Packets recovered by ULPFEC enter through RtpVideoStreamReceiver::OnRecoveredPacket, which does RTP header extension parsing. Packets recovered by FlexFEC, however, enter through Call::OnRecoveredPacket, which prior to this CL did not do RTP header extension parsing. The lack of RTP header extension parsing for FlexFEC packets is a regression since https://codereview.webrtc.org/2886993005/. TESTED=Using Android app with FlexFEC field trial enabled. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/3002023002 Cr-Commit-Position: refs/heads/master@{#19460} Committed: https://chromium.googlesource.com/external/webrtc/+/caea68f31e33a1bdf8adcdacaa53bc2f3c29ab88

Patch Set 1 : Failing test. #

Patch Set 2 : Fix. #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -3 lines) Patch
M webrtc/call/call.cc View 1 2 chunks +16 lines, -3 lines 3 comments Download
M webrtc/video/end_to_end_tests.cc View 4 chunks +13 lines, -0 lines 2 comments Download

Messages

Total messages: 19 (11 generated)
brandtr
Failing test.
3 years, 4 months ago (2017-08-21 09:00:45 UTC) #2
brandtr
https://codereview.webrtc.org/3002023002/diff/40001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/3002023002/diff/40001/webrtc/call/call.cc#newcode1397 webrtc/call/call.cc:1397: if (it == receive_rtp_config_.end()) { This logic is now ...
3 years, 4 months ago (2017-08-21 11:05:32 UTC) #6
nisse-webrtc
lgtm https://codereview.webrtc.org/3002023002/diff/40001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/3002023002/diff/40001/webrtc/call/call.cc#newcode1397 webrtc/call/call.cc:1397: if (it == receive_rtp_config_.end()) { On 2017/08/21 11:05:31, ...
3 years, 4 months ago (2017-08-21 11:54:24 UTC) #7
brandtr
https://codereview.webrtc.org/3002023002/diff/40001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/3002023002/diff/40001/webrtc/call/call.cc#newcode1397 webrtc/call/call.cc:1397: if (it == receive_rtp_config_.end()) { On 2017/08/21 11:54:24, nisse-webrtc ...
3 years, 4 months ago (2017-08-22 13:14:23 UTC) #8
brandtr
ping holmer due to recent discussion :)
3 years, 4 months ago (2017-08-22 13:15:24 UTC) #9
stefan-webrtc
lgtm
3 years, 4 months ago (2017-08-22 13:31:37 UTC) #10
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/3002023002/40001
3 years, 4 months ago (2017-08-23 07:52:46 UTC) #16
commit-bot: I haz the power
3 years, 4 months ago (2017-08-23 07:55:26 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/caea68f31e33a1bdf8adcdaca...

Powered by Google App Engine
This is Rietveld 408576698