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

Issue 2675703002: Reland of Enable audio streams to send padding. (patchset #4 id:60001 of https://codereview.webrtc.… (Closed)

Created:
3 years, 10 months ago by stefan-webrtc
Modified:
3 years, 10 months ago
Reviewers:
terelius
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of Enable audio streams to send padding. (patchset #4 id:60001 of https://codereview.webrtc.org/2652893004/ ) Original issue's description: > Enable audio streams to send padding. > > Useful if bitrate probing is to be used with audio streams. > > BUG=webrtc:7043 > > Review-Url: https://codereview.webrtc.org/2652893004 > Cr-Commit-Position: refs/heads/master@{#16404} > Committed: https://chromium.googlesource.com/external/webrtc/+/e35f89a484ca376d5c187d166714eba578dfadc3 BUG=webrtc:7043 Review-Url: https://codereview.webrtc.org/2675703002 Cr-Commit-Position: refs/heads/master@{#16433} Committed: https://chromium.googlesource.com/external/webrtc/+/53b6cc3832f72db8d7aaf293723f8d2d1bef757d

Patch Set 1 #

Patch Set 2 : Only use padding if BWE extensions. #

Patch Set 3 : . #

Patch Set 4 : Fix tests. #

Total comments: 5

Patch Set 5 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -10 lines) Patch
M webrtc/modules/pacing/packet_router.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/packet_router_unittest.cc View 1 2 3 3 chunks +17 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 chunks +24 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
stefan-webrtc
PTAL. I believe I've fixed the flakiness that caused this to be reverted by ensuring ...
3 years, 10 months ago (2017-02-03 08:42:15 UTC) #8
terelius
https://codereview.webrtc.org/2675703002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc File webrtc/modules/rtp_rtcp/source/rtp_sender.cc (right): https://codereview.webrtc.org/2675703002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc#newcode489 webrtc/modules/rtp_rtcp/source/rtp_sender.cc:489: std::max(std::min(bytes, MaxPayloadSize()), kMinAudioPaddingLength); Note this order of operation allows ...
3 years, 10 months ago (2017-02-03 14:26:15 UTC) #11
stefan-webrtc
Comments addressed.
3 years, 10 months ago (2017-02-03 14:39:16 UTC) #12
stefan-webrtc
https://codereview.webrtc.org/2675703002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc File webrtc/modules/rtp_rtcp/source/rtp_sender.cc (right): https://codereview.webrtc.org/2675703002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc#newcode489 webrtc/modules/rtp_rtcp/source/rtp_sender.cc:489: std::max(std::min(bytes, MaxPayloadSize()), kMinAudioPaddingLength); On 2017/02/03 14:26:14, terelius wrote: > ...
3 years, 10 months ago (2017-02-03 14:39:26 UTC) #13
terelius
lgtm https://codereview.webrtc.org/2675703002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc File webrtc/modules/rtp_rtcp/source/rtp_sender.cc (right): https://codereview.webrtc.org/2675703002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc#newcode518 webrtc/modules/rtp_rtcp/source/rtp_sender.cc:518: // For audio marker bits doesn't mark the ...
3 years, 10 months ago (2017-02-03 14:42:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2675703002/80001
3 years, 10 months ago (2017-02-03 14:53:30 UTC) #16
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 16:14:02 UTC) #19
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/53b6cc3832f72db8d7aaf2937...

Powered by Google App Engine
This is Rietveld 408576698