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

Issue 1439553003: [rtp_rtcp] rtcp::Sdes cleaned and got Parse function (Closed)

Created:
5 years, 1 month ago by danilchap
Modified:
4 years, 10 months ago
Reviewers:
åsapersson
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

Added accessor and Parse function. Create function merged into one. BUG=webrtc:5260 Committed: https://crrev.com/9f35d55c580eb0f50392a57d6ec9d14493661f13 Cr-Commit-Position: refs/heads/master@{#11581}

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Style fixes, more tests. #

Patch Set 5 : rebase & clean #

Patch Set 6 : #

Patch Set 7 : rebase #

Patch Set 8 : rebase & reclean #

Patch Set 9 : rebase #

Patch Set 10 : rebase #

Total comments: 18

Patch Set 11 : #

Patch Set 12 : skip chunk without cname instead of failing parse #

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -90 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h View 1 2 3 4 5 6 7 8 9 3 chunks +16 lines, -11 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +121 lines, -49 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +208 lines, -30 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
danilchap
5 years, 1 month ago (2015-11-11 16:47:49 UTC) #2
sprang_webrtc
https://codereview.webrtc.org/1439553003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc (right): https://codereview.webrtc.org/1439553003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc#newcode54 webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc:54: // unchanged. This will only be a problem if ...
5 years, 1 month ago (2015-11-12 15:27:16 UTC) #3
danilchap
https://codereview.webrtc.org/1439553003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc (right): https://codereview.webrtc.org/1439553003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc#newcode54 webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc:54: // unchanged. On 2015/11/12 15:27:15, språng wrote: > This ...
5 years, 1 month ago (2015-11-12 16:59:10 UTC) #4
sprang_webrtc
https://codereview.webrtc.org/1439553003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc (right): https://codereview.webrtc.org/1439553003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc#newcode54 webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc:54: // unchanged. On 2015/11/12 16:59:09, danilchap wrote: > On ...
5 years, 1 month ago (2015-11-16 09:50:34 UTC) #5
danilchap
https://codereview.webrtc.org/1439553003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h (right): https://codereview.webrtc.org/1439553003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h#newcode45 webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h:45: const Chunk& chunk(size_t index) const { return chunks_[index]; } ...
5 years, 1 month ago (2015-11-17 10:50:48 UTC) #6
åsapersson
https://codereview.webrtc.org/1439553003/diff/180001/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc (right): https://codereview.webrtc.org/1439553003/diff/180001/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc#newcode88 webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc:88: const uint8_t kCnameItemType = 1; use same name here ...
4 years, 10 months ago (2016-02-11 10:20:33 UTC) #10
danilchap
https://codereview.webrtc.org/1439553003/diff/180001/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc (right): https://codereview.webrtc.org/1439553003/diff/180001/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc#newcode88 webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc:88: const uint8_t kCnameItemType = 1; On 2016/02/11 10:20:32, åsapersson ...
4 years, 10 months ago (2016-02-11 11:13:38 UTC) #11
åsapersson
lgtm https://codereview.webrtc.org/1439553003/diff/180001/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc (right): https://codereview.webrtc.org/1439553003/diff/180001/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc#newcode118 webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc:118: block_length += ChunkSize(chunks[i]); On 2016/02/11 11:13:37, danilchap wrote: ...
4 years, 10 months ago (2016-02-11 12:28:45 UTC) #12
danilchap
https://codereview.webrtc.org/1439553003/diff/180001/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc (right): https://codereview.webrtc.org/1439553003/diff/180001/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc#newcode118 webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc:118: block_length += ChunkSize(chunks[i]); On 2016/02/11 12:28:45, åsapersson wrote: > ...
4 years, 10 months ago (2016-02-11 12:48:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1439553003/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1439553003/240001
4 years, 10 months ago (2016-02-11 15:54:03 UTC) #16
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years, 10 months ago (2016-02-11 16:19:04 UTC) #18
commit-bot: I haz the power
4 years, 10 months ago (2016-02-11 16:19:10 UTC) #20
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/9f35d55c580eb0f50392a57d6ec9d14493661f13
Cr-Commit-Position: refs/heads/master@{#11581}

Powered by Google App Engine
This is Rietveld 408576698