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

Issue 1437353003: rtcp::App moved into own file and got Parse function (Closed)

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

Description

rtcp::App moved into own file and got Parse function Committed: https://crrev.com/0219c9b4bfcbb778137756210eb95f40d936cc66 Cr-Commit-Position: refs/heads/master@{#10688}

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : merged with master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -96 lines) Patch
M webrtc/modules/modules.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 2 3 1 chunk +0 lines, -59 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.cc View 1 2 3 2 chunks +0 lines, -37 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h View 1 1 chunk +66 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
danilchap
5 years, 1 month ago (2015-11-13 12:46:31 UTC) #3
åsapersson
https://codereview.webrtc.org/1437353003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc (right): https://codereview.webrtc.org/1437353003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc#newcode47 webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc:47: if (subtype > 0x1f) { Should we use RTC_DCHECK? ...
5 years, 1 month ago (2015-11-17 15:31:36 UTC) #4
danilchap
https://codereview.webrtc.org/1437353003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc (right): https://codereview.webrtc.org/1437353003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc#newcode47 webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc:47: if (subtype > 0x1f) { On 2015/11/17 15:31:36, åsapersson ...
5 years, 1 month ago (2015-11-17 17:12:36 UTC) #5
åsapersson
https://codereview.webrtc.org/1437353003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc (right): https://codereview.webrtc.org/1437353003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc#newcode47 webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc:47: if (subtype > 0x1f) { On 2015/11/17 17:12:36, danilchap ...
5 years, 1 month ago (2015-11-18 10:36:55 UTC) #6
danilchap
https://codereview.webrtc.org/1437353003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc (right): https://codereview.webrtc.org/1437353003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc#newcode47 webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc:47: if (subtype > 0x1f) { On 2015/11/18 10:36:55, åsapersson ...
5 years, 1 month ago (2015-11-18 11:15:54 UTC) #7
åsapersson
lgtm https://codereview.webrtc.org/1437353003/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc (right): https://codereview.webrtc.org/1437353003/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc#newcode19 webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc:19: using webrtc::rtcp::App; alphabetic order
5 years, 1 month ago (2015-11-18 11:24:15 UTC) #8
danilchap
https://codereview.webrtc.org/1437353003/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc (right): https://codereview.webrtc.org/1437353003/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc#newcode19 webrtc/modules/rtp_rtcp/source/rtcp_packet/app_unittest.cc:19: using webrtc::rtcp::App; On 2015/11/18 11:24:15, åsapersson wrote: > alphabetic ...
5 years, 1 month ago (2015-11-18 12:12:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1437353003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1437353003/60001
5 years, 1 month ago (2015-11-18 13:07:51 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-18 13:56:57 UTC) #13
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 13:57:04 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0219c9b4bfcbb778137756210eb95f40d936cc66
Cr-Commit-Position: refs/heads/master@{#10688}

Powered by Google App Engine
This is Rietveld 408576698