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

Issue 1394573004: Fix RTPPayloadRegistry to correctly restore RTX, if a valid mapping exists. (Closed)

Created:
5 years, 2 months ago by noahric
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), henrika_webrtc, tterriberry_mozilla.com, hlundin-webrtc, peah-webrtc, the sun, perkj_webrtc, andresp
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix RTPPayloadRegistry to correctly restore RTX, if a valid mapping exists. Also updated the RTPPayloadRegistry::RestoreOriginalPacket signature to not take the first arg as a **, since it isn't modified. Committed: https://crrev.com/65220a70a38ffe252b587775c5e9104606ab7c2c Cr-Commit-Position: refs/heads/master@{#10276}

Patch Set 1 #

Patch Set 2 : Added an option (off by default) to respect mappings #

Total comments: 8

Patch Set 3 : CR comments and git cl format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -29 lines) Patch
M webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h View 1 2 3 chunks +14 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc View 1 2 3 chunks +25 lines, -14 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc View 1 2 2 chunks +138 lines, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/video_engine/vie_channel.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/video_engine/vie_channel.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/video_engine/vie_receiver.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/video_engine/vie_receiver.cc View 1 2 chunks +7 lines, -4 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
noahric
I think this is correct, though one e2e test still fails: EndToEndTest.DecodesRetransmittedFrameByRedOverRtx I've stepped through ...
5 years, 2 months ago (2015-10-10 01:32:17 UTC) #2
stefan-webrtc
On 2015/10/10 01:32:17, noahric wrote: > I think this is correct, though one e2e test ...
5 years, 2 months ago (2015-10-12 15:41:53 UTC) #3
noahric
Added an option (off by default) for respecting the mapping. That will allow clients other ...
5 years, 2 months ago (2015-10-12 18:06:38 UTC) #5
noahric
On 2015/10/12 18:06:38, noahric wrote: > Added an option (off by default) for respecting the ...
5 years, 2 months ago (2015-10-12 18:06:57 UTC) #6
stefan-webrtc
A few comments, but overall lgtm as a workaround for now. https://codereview.webrtc.org/1394573004/diff/20001/webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h File webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h (right): ...
5 years, 2 months ago (2015-10-13 13:07:57 UTC) #8
noahric
Thanks! https://codereview.webrtc.org/1394573004/diff/20001/webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h File webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h (right): https://codereview.webrtc.org/1394573004/diff/20001/webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h#newcode162 webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h:162: On 2015/10/13 13:07:56, stefan-webrtc (holmer) wrote: > Remove ...
5 years, 2 months ago (2015-10-13 17:03:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394573004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394573004/40001
5 years, 2 months ago (2015-10-13 20:14:13 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/1213)
5 years, 2 months ago (2015-10-13 20:18:44 UTC) #14
noahric
+ a few more people for toplevel OWNERS and voice_engine OWNERS. Thanks!
5 years, 2 months ago (2015-10-13 20:23:02 UTC) #16
mflodman
On 2015/10/13 20:23:02, noahric wrote: > + a few more people for toplevel OWNERS and ...
5 years, 2 months ago (2015-10-14 07:24:30 UTC) #17
mflodman
On 2015/10/13 20:23:02, noahric wrote: > + a few more people for toplevel OWNERS and ...
5 years, 2 months ago (2015-10-14 07:24:34 UTC) #18
mflodman
video_receive_stream.h LGTM
5 years, 2 months ago (2015-10-14 07:27:45 UTC) #21
Henrik Grunell WebRTC
webrtc/voice_engine/channel.cc lgtm
5 years, 2 months ago (2015-10-14 08:34:29 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394573004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394573004/40001
5 years, 2 months ago (2015-10-14 17:19:09 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-14 18:29:55 UTC) #25
commit-bot: I haz the power
5 years, 2 months ago (2015-10-14 18:30:03 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/65220a70a38ffe252b587775c5e9104606ab7c2c
Cr-Commit-Position: refs/heads/master@{#10276}

Powered by Google App Engine
This is Rietveld 408576698