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

Issue 2498903003: Fix parsing padding byte in rtp header extension (Closed)

Created:
4 years, 1 month ago by danilchap
Modified:
4 years ago
Reviewers:
sprang_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix parsing padding byte in rtp header extension BUG=chromium:664598 Committed: https://crrev.com/b7374dba6b45824f45d7fa324ebfb0d52fb4b4f0 Cr-Commit-Position: refs/heads/master@{#15230}

Patch Set 1 #

Patch Set 2 : Remove old padding handling that was late and incomplete sometimes. #

Patch Set 3 : Added few tests for RtpHeaderParser #

Patch Set 4 : remove declaration of the ParsePaddingBytes too #

Patch Set 5 : nits #

Patch Set 6 : Rebase #

Total comments: 2

Patch Set 7 : double check packet set correctly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -19 lines) Patch
M webrtc/modules/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.cc View 1 2 chunks +6 lines, -16 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc View 1 2 3 4 5 6 1 chunk +240 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (11 generated)
danilchap
4 years, 1 month ago (2016-11-14 10:06:39 UTC) #2
sprang_webrtc
lgtm but should we add a unit test for this as well?
4 years, 1 month ago (2016-11-14 11:28:18 UTC) #3
danilchap
Found and remove old padding handling function (it didn't handle padding in the beginning of ...
4 years, 1 month ago (2016-11-14 14:07:16 UTC) #6
danilchap
ping Erik, do you want to check added unittests?
4 years ago (2016-11-24 13:30:14 UTC) #7
sprang_webrtc
Sorry, lost track. lgtm with nit https://codereview.webrtc.org/2498903003/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc (right): https://codereview.webrtc.org/2498903003/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc#newcode165 webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc:165: 0x00, // Padding ...
4 years ago (2016-11-24 16:34:12 UTC) #8
danilchap
https://codereview.webrtc.org/2498903003/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc (right): https://codereview.webrtc.org/2498903003/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc#newcode165 webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc:165: 0x00, // Padding to 32bit boundary. On 2016/11/24 16:34:12, ...
4 years ago (2016-11-24 16:50:50 UTC) #11
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/2498903003/120001
4 years ago (2016-11-24 17:04:32 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years ago (2016-11-24 17:06:11 UTC) #18
commit-bot: I haz the power
4 years ago (2016-11-24 17:06:24 UTC) #20
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/b7374dba6b45824f45d7fa324ebfb0d52fb4b4f0
Cr-Commit-Position: refs/heads/master@{#15230}

Powered by Google App Engine
This is Rietveld 408576698