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

Issue 1669323002: TMMBRSet become vector<rtcp::TmmbItem> (Closed)

Created:
4 years, 10 months ago by danilchap
Modified:
4 years, 9 months ago
Reviewers:
philipel, stefan-webrtc
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

TMMBRSet become vector<rtcp::TmmbItem> this is a slice of https://codereview.webrtc.org/1474693002/ All TMMBRSet functions intentionally left unchanged. Goal to make them obsolete, not to clear. BUG=webrtc:5565 Committed: https://crrev.com/a4f31bd03a7bf52470ae7143fa25cddef2cbf02c Cr-Commit-Position: refs/heads/master@{#11813}

Patch Set 1 #

Total comments: 16

Patch Set 2 : at(i)->(*this)[i]; assert -> RTC_DCHECK #

Patch Set 3 : makes std::vector<rtcp::TmmbItem> compatible with TMMBRSet #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -95 lines) Patch
M webrtc/modules/rtp_rtcp/source/tmmbr_help.h View 1 2 2 chunks +8 lines, -28 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/tmmbr_help.cc View 1 2 15 chunks +32 lines, -67 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
danilchap
4 years, 10 months ago (2016-02-22 13:07:00 UTC) #4
philipel
Don't you think it is possible to replace this class completely with a vector? https://codereview.webrtc.org/1669323002/diff/1/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc ...
4 years, 10 months ago (2016-02-23 13:46:39 UTC) #5
danilchap
It is sure possible to replace it with plain vector (and that is one of ...
4 years, 10 months ago (2016-02-23 14:39:47 UTC) #6
philipel
LGTM
4 years, 10 months ago (2016-02-23 14:52:06 UTC) #7
danilchap
Took a deeper thought about question 'can it be replaced by vector' and realized current ...
4 years, 10 months ago (2016-02-24 10:35:05 UTC) #8
philipel
On 2016/02/24 10:35:05, danilchap wrote: > Took a deeper thought about question 'can it be ...
4 years, 9 months ago (2016-02-25 15:29:10 UTC) #9
danilchap
stefan, PTAL for an owner approval
4 years, 9 months ago (2016-02-25 15:54:17 UTC) #11
stefan-webrtc
lgtm
4 years, 9 months ago (2016-02-29 08:50:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669323002/40001
4 years, 9 months ago (2016-02-29 09:00:56 UTC) #14
commit-bot: I haz the power
Exceeded global retry quota
4 years, 9 months ago (2016-02-29 09:17:39 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669323002/40001
4 years, 9 months ago (2016-02-29 12:45:24 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-02-29 13:26:05 UTC) #20
commit-bot: I haz the power
4 years, 9 months ago (2016-02-29 13:26:14 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a4f31bd03a7bf52470ae7143fa25cddef2cbf02c
Cr-Commit-Position: refs/heads/master@{#11813}

Powered by Google App Engine
This is Rietveld 408576698