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

Issue 1576223003: [rtp_rtcp] Added structure to use as item in TMMBN/TMMBR (Closed)

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

rtcp::TmmbItem designed to replace RTCPUtility::RTCPPacketRTPFBTMMBRItem (for creating and parsing rtcp TMMBR/TMMBN packets) std::vector<rtcp::TmmbItem> will replace TMMBRSet class for storage, processing and preparing TMBBR/TMMBN (i.e. this TmmbItem replaces Timber structure introduced in https://codereview.webrtc.org/1474693002 ) Previous structures store bitrate in kbps. TmmbItem use bps removing need to regularly divide and multiply by 1000. BUG=webrtc:5260 R=åsapersson Committed: https://crrev.com/a92d6be4111c4b1d3876093ee46bc8713dad5f7f Cr-Commit-Position: refs/heads/master@{#11491}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : #

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -0 lines) Patch
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
A webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h View 1 2 3 4 1 chunk +51 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc View 1 2 3 4 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
danilchap
4 years, 11 months ago (2016-01-18 18:16:20 UTC) #3
åsapersson
https://codereview.webrtc.org/1576223003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h (right): https://codereview.webrtc.org/1576223003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h#newcode19 webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h:19: // Timber is human-friendly name for TMMBR: I think ...
4 years, 10 months ago (2016-02-04 13:39:31 UTC) #4
danilchap
https://codereview.webrtc.org/1576223003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h (right): https://codereview.webrtc.org/1576223003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h#newcode19 webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h:19: // Timber is human-friendly name for TMMBR: On 2016/02/04 ...
4 years, 10 months ago (2016-02-04 14:08:37 UTC) #5
åsapersson
On 2016/02/04 14:08:37, danilchap wrote: > https://codereview.webrtc.org/1576223003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h > File webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h (right): > > https://codereview.webrtc.org/1576223003/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/timber.h#newcode19 > ...
4 years, 10 months ago (2016-02-04 14:23:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1576223003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1576223003/80001
4 years, 10 months ago (2016-02-04 14:26:11 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-04 15:33:43 UTC) #12
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 15:33:48 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a92d6be4111c4b1d3876093ee46bc8713dad5f7f
Cr-Commit-Position: refs/heads/master@{#11491}

Powered by Google App Engine
This is Rietveld 408576698