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

Issue 1430013003: rtcp::Bye packet moved to own file and got a Parse function (Closed)

Created:
5 years, 1 month ago by danilchap
Modified:
5 years 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 Bye packet moved to own file Bye class got support for Parsing Reason field implemented Committed: https://crrev.com/50c5136cb2ad11eb9ba3df1a1d54d527c8a0dc77 Cr-Commit-Position: refs/heads/master@{#10741}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 14

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : Merged with 'master' #

Total comments: 26

Patch Set 8 : Added empty Bye packet support. #

Total comments: 4

Patch Set 9 : merged with master #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+335 lines, -155 lines) Patch
M webrtc/modules/modules.gyp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -50 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.cc View 1 2 3 4 5 6 7 8 4 chunks +0 lines, -47 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h View 1 2 3 4 5 6 7 2 chunks +21 lines, -21 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc View 1 2 3 4 5 6 7 1 chunk +133 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +173 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +1 line, -37 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
danilchap
5 years, 1 month ago (2015-11-11 08:16:16 UTC) #3
sprang_webrtc
https://codereview.webrtc.org/1430013003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc (right): https://codereview.webrtc.org/1430013003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc#newcode35 webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc:35: Bye::Bye() : RtcpPacket(), sender_ssrc_(0) {} Don't think you explicit ...
5 years, 1 month ago (2015-11-12 16:28:31 UTC) #4
sprang_webrtc
5 years, 1 month ago (2015-11-12 16:28:33 UTC) #5
danilchap
https://codereview.webrtc.org/1430013003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc (right): https://codereview.webrtc.org/1430013003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc#newcode35 webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc:35: Bye::Bye() : RtcpPacket(), sender_ssrc_(0) {} On 2015/11/12 16:28:31, språng ...
5 years, 1 month ago (2015-11-13 09:05:42 UTC) #6
sprang_webrtc
lgtm, though I'm still not a fan of the "uint32_t csrc(size_t index) const" method. Åsa, ...
5 years, 1 month ago (2015-11-16 10:04:59 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1430013003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1430013003/120001
5 years, 1 month ago (2015-11-17 10:29:48 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-17 11:33:05 UTC) #11
åsapersson
https://codereview.webrtc.org/1430013003/diff/120001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc (right): https://codereview.webrtc.org/1430013003/diff/120001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc#newcode16 webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc:16: #include "webrtc/modules/rtp_rtcp/source/byte_io.h" alphabetic order https://codereview.webrtc.org/1430013003/diff/120001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc#newcode43 webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc:43: LOG(LS_WARNING) << "Bye ...
5 years, 1 month ago (2015-11-20 09:44:59 UTC) #12
danilchap
https://codereview.webrtc.org/1430013003/diff/120001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc (right): https://codereview.webrtc.org/1430013003/diff/120001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc#newcode16 webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc:16: #include "webrtc/modules/rtp_rtcp/source/byte_io.h" On 2015/11/20 09:44:58, åsapersson wrote: > alphabetic ...
5 years, 1 month ago (2015-11-20 11:03:21 UTC) #13
åsapersson
lgtm https://codereview.webrtc.org/1430013003/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc (right): https://codereview.webrtc.org/1430013003/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc#newcode55 webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc:55: EXPECT_EQ(kSenderSsrc, parsed_bye.sender_ssrc()); maybe check that csrcs and reason ...
5 years, 1 month ago (2015-11-20 12:11:45 UTC) #14
danilchap
https://codereview.webrtc.org/1430013003/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc (right): https://codereview.webrtc.org/1430013003/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc#newcode55 webrtc/modules/rtp_rtcp/source/rtcp_packet/bye_unittest.cc:55: EXPECT_EQ(kSenderSsrc, parsed_bye.sender_ssrc()); On 2015/11/20 12:11:44, åsapersson wrote: > maybe ...
5 years, 1 month ago (2015-11-20 12:44:03 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1430013003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1430013003/160001
5 years, 1 month ago (2015-11-20 12:44:22 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_rel/builds/10796)
5 years, 1 month ago (2015-11-20 13:00:35 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1430013003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1430013003/180001
5 years, 1 month ago (2015-11-20 15:34:45 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 1 month ago (2015-11-20 16:27:55 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1430013003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1430013003/180001
5 years ago (2015-11-22 13:18:55 UTC) #27
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years ago (2015-11-22 17:03:15 UTC) #28
commit-bot: I haz the power
5 years ago (2015-11-22 17:03:22 UTC) #29
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/50c5136cb2ad11eb9ba3df1a1d54d527c8a0dc77
Cr-Commit-Position: refs/heads/master@{#10741}

Powered by Google App Engine
This is Rietveld 408576698