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

Issue 1575413002: [rtp_rtcp] rtcp header structure copied from RTCPUtility and extended (Closed)

Created:
4 years, 11 months ago by danilchap
Modified:
4 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

introduced rtcp::CommonHeader class this class replace and extend RTCPUtility::RtcpCommonHeader structure and RTCPUtility::RtcpParseCommonHeader function. In addition to header fields, payload pointer is stored because rtcp header without payload is rarely useful. Sample usage can be checked in 'RTCP Parser sketched' CL: https://codereview.webrtc.org/1555683002/ BUG=webrtc:5260 R=asapersson@webrtc.org, sprang@webrtc.org Committed: https://crrev.com/7021b92525cbcd99c83af35dfa4c3f355997246a Cr-Commit-Position: refs/heads/master@{#11999}

Patch Set 1 #

Patch Set 2 : ParsingPacket -> CommonHeader #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : rebase #

Total comments: 2

Patch Set 7 : spelling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -0 lines) Patch
M webrtc/modules/modules.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h View 1 2 3 4 5 6 1 chunk +46 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.cc View 1 2 3 4 1 chunk +86 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header_unittest.cc View 1 2 3 4 1 chunk +104 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (9 generated)
danilchap
4 years, 10 months ago (2016-02-16 09:52:53 UTC) #6
sprang_webrtc
lgtm with comments +stefan as owner https://codereview.webrtc.org/1575413002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h (right): https://codereview.webrtc.org/1575413002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h#newcode20 webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h:20: CommonHeader(const CommonHeader&) = ...
4 years, 9 months ago (2016-02-29 14:57:46 UTC) #8
danilchap
https://codereview.webrtc.org/1575413002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h (right): https://codereview.webrtc.org/1575413002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h#newcode20 webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h:20: CommonHeader(const CommonHeader&) = default; On 2016/02/29 14:57:45, språng wrote: ...
4 years, 9 months ago (2016-02-29 15:39:56 UTC) #9
åsapersson
lgtm https://codereview.webrtc.org/1575413002/diff/100001/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h (right): https://codereview.webrtc.org/1575413002/diff/100001/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h#newcode32 webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h:32: // Returns pointer to the next RTCP packet ...
4 years, 9 months ago (2016-03-15 14:29:27 UTC) #11
danilchap
https://codereview.webrtc.org/1575413002/diff/100001/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h (right): https://codereview.webrtc.org/1575413002/diff/100001/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h#newcode32 webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h:32: // Returns pointer to the next RTCP packet in ...
4 years, 9 months ago (2016-03-15 15:21:22 UTC) #12
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/7021b92525cbcd99c83af35dfa4c3f355997246a Cr-Commit-Position: refs/heads/master@{#11999}
4 years, 9 months ago (2016-03-15 16:39:50 UTC) #15
danilchap
4 years, 9 months ago (2016-03-15 16:39:52 UTC) #16
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
7021b92525cbcd99c83af35dfa4c3f355997246a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698