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

Issue 1434213004: rtcp::Ij renamed to rtcp::ExtendedJitterReport and moved into own file (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::Ij renamed to rtcp::ExtendedJitterReport to match name given in the RFC5450 private member renamed to inter_arrival_jitters_ for the same reason. rtcp::ExtendedJitterReport moved into own file accessors and Parse function added to make class usable for parsing packet Committed: https://crrev.com/f8506cbdd88ce538d9e6c28ee39111345189778f Cr-Commit-Position: refs/heads/master@{#10636}

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : Resolved merge conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -139 lines) Patch
M webrtc/modules/modules.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.cc View 1 2 3 4 2 chunks +0 lines, -45 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc View 1 1 chunk +95 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report_unittest.cc View 1 2 1 chunk +98 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc View 1 2 3 2 chunks +0 lines, -45 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
danilchap
5 years, 1 month ago (2015-11-12 12:39:36 UTC) #3
åsapersson
LG, a few minor comments. https://codereview.webrtc.org/1434213004/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc (right): https://codereview.webrtc.org/1434213004/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc#newcode43 webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc:43: RTC_DCHECK(header.packet_type == kPacketType); RTC_DCHECK_EQ(kPacketType, ...
5 years, 1 month ago (2015-11-12 15:44:31 UTC) #4
danilchap
https://codereview.webrtc.org/1434213004/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc (right): https://codereview.webrtc.org/1434213004/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc#newcode43 webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc:43: RTC_DCHECK(header.packet_type == kPacketType); On 2015/11/12 15:44:31, åsapersson wrote: > ...
5 years, 1 month ago (2015-11-13 09:52:48 UTC) #5
åsapersson
lgtm https://codereview.webrtc.org/1434213004/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc (right): https://codereview.webrtc.org/1434213004/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc#newcode17 webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc:17: #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h" needed? https://codereview.webrtc.org/1434213004/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc#newcode27 webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc:27: using webrtc::rtcp::ExtendedJitterReport; needed?
5 years, 1 month ago (2015-11-13 13:30:39 UTC) #6
danilchap
https://codereview.webrtc.org/1434213004/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc (right): https://codereview.webrtc.org/1434213004/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc#newcode17 webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc:17: #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h" On 2015/11/13 13:30:39, åsapersson wrote: > needed? ...
5 years, 1 month ago (2015-11-13 13:52:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434213004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434213004/60001
5 years, 1 month ago (2015-11-13 13:52:27 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_gn_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_gn_rel/builds/6954) ios_arm64_dbg on tryserver.webrtc (JOB_FAILED, ...
5 years, 1 month ago (2015-11-13 13:53:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434213004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434213004/80001
5 years, 1 month ago (2015-11-13 14:21:27 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-13 15:33:23 UTC) #16
commit-bot: I haz the power
5 years, 1 month ago (2015-11-13 15:33:36 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f8506cbdd88ce538d9e6c28ee39111345189778f
Cr-Commit-Position: refs/heads/master@{#10636}

Powered by Google App Engine
This is Rietveld 408576698