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

Issue 493823002: Implement adaptive target delay extension (Closed)

Created:
6 years, 4 months ago by hubbe
Modified:
6 years, 4 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, cbentzel+watch_chromium.org, imcheng+watch_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, pwestin+watch_google.com, feature-media-reviews_chromium.org, miu+watch_chromium.org, hubbe+watch_chromium.org, mikhal+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Implement adaptive target delay extension Adds new call on cast_sender: SetTargetPlayoutDelay Caller is responsible for negotiating with the receiver if the extension is actually supported or not. BUG=405339 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291453

Patch Set 1 #

Total comments: 12

Patch Set 2 : comments addressed #

Total comments: 2

Patch Set 3 : comments addressed #

Total comments: 1

Patch Set 4 : explicit masking #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -74 lines) Patch
M chrome/common/cast_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/cast_sender.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M media/cast/cast_sender_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M media/cast/cast_sender_impl.cc View 1 2 3 chunks +20 lines, -0 lines 0 comments Download
M media/cast/net/cast_transport_config.h View 1 chunk +4 lines, -0 lines 0 comments Download
M media/cast/net/cast_transport_config.cc View 1 chunk +2 lines, -1 line 0 comments Download
M media/cast/net/rtp/frame_buffer.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/net/rtp/frame_buffer.cc View 3 chunks +3 lines, -0 lines 0 comments Download
A media/cast/net/rtp/rtp_defines.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
M media/cast/net/rtp/rtp_packetizer.cc View 1 2 3 4 chunks +19 lines, -10 lines 0 comments Download
M media/cast/net/rtp/rtp_parser.cc View 1 2 chunks +17 lines, -7 lines 0 comments Download
M media/cast/net/rtp/rtp_receiver_defines.h View 1 chunk +2 lines, -0 lines 0 comments Download
M media/cast/net/rtp/rtp_receiver_defines.cc View 1 chunk +2 lines, -1 line 0 comments Download
M media/cast/receiver/frame_receiver.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/cast/receiver/frame_receiver.cc View 3 chunks +13 lines, -5 lines 0 comments Download
M media/cast/sender/audio_sender.h View 1 chunk +0 lines, -12 lines 0 comments Download
M media/cast/sender/audio_sender.cc View 1 3 chunks +7 lines, -13 lines 0 comments Download
M media/cast/sender/frame_sender.h View 1 2 2 chunks +31 lines, -2 lines 0 comments Download
M media/cast/sender/frame_sender.cc View 2 chunks +17 lines, -1 line 0 comments Download
M media/cast/sender/video_sender.h View 1 chunk +0 lines, -13 lines 0 comments Download
M media/cast/sender/video_sender.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M media/cast/test/end2end_unittest.cc View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
hubbe
6 years, 4 months ago (2014-08-20 18:54:38 UTC) #1
hubbe
6 years, 4 months ago (2014-08-20 18:55:02 UTC) #2
Alpha Left Google
https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender.h File media/cast/cast_sender.h (right): https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender.h#newcode91 media/cast/cast_sender.h:91: // supports the "extra_target_delay" rtp extension. nit: "adaptive_playout_delay" https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender_impl.cc ...
6 years, 4 months ago (2014-08-20 20:17:06 UTC) #3
hubbe
https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender.h File media/cast/cast_sender.h (right): https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender.h#newcode91 media/cast/cast_sender.h:91: // supports the "extra_target_delay" rtp extension. On 2014/08/20 20:17:05, ...
6 years, 4 months ago (2014-08-20 21:42:02 UTC) #4
Alpha Left Google
https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender_impl.cc File media/cast/cast_sender_impl.cc (right): https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender_impl.cc#newcode156 media/cast/cast_sender_impl.cc:156: audio_sender_->SetTargetPlayoutDelay(new_target_playout_delay); On 2014/08/20 21:42:01, hubbe wrote: > On 2014/08/20 ...
6 years, 4 months ago (2014-08-20 21:56:37 UTC) #5
Alpha Left Google
https://codereview.chromium.org/493823002/diff/20001/media/cast/cast_sender_impl.cc File media/cast/cast_sender_impl.cc (right): https://codereview.chromium.org/493823002/diff/20001/media/cast/cast_sender_impl.cc#newcode155 media/cast/cast_sender_impl.cc:155: if (audio_sender_) { One more thing. There should be ...
6 years, 4 months ago (2014-08-20 22:02:01 UTC) #6
hubbe
https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender_impl.cc File media/cast/cast_sender_impl.cc (right): https://codereview.chromium.org/493823002/diff/1/media/cast/cast_sender_impl.cc#newcode156 media/cast/cast_sender_impl.cc:156: audio_sender_->SetTargetPlayoutDelay(new_target_playout_delay); On 2014/08/20 21:56:37, Alpha wrote: > On 2014/08/20 ...
6 years, 4 months ago (2014-08-20 22:46:07 UTC) #7
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-08-20 22:52:46 UTC) #8
Alpha Left Google
lgtm
6 years, 4 months ago (2014-08-20 22:52:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/493823002/40001
6 years, 4 months ago (2014-08-20 22:54:50 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-21 01:28:47 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 01:31:23 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55426) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/8151)
6 years, 4 months ago (2014-08-21 01:31:24 UTC) #13
hubbe
The CQ bit was checked by hubbe@chromium.org
6 years, 4 months ago (2014-08-21 21:54:45 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/493823002/40001
6 years, 4 months ago (2014-08-21 21:57:22 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-21 22:21:45 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 22:24:29 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/5895)
6 years, 4 months ago (2014-08-21 22:24:30 UTC) #18
hubbe
+ tsepez for security review
6 years, 4 months ago (2014-08-21 22:27:00 UTC) #19
Tom Sepez
Messages LGTM. https://codereview.chromium.org/493823002/diff/40001/media/cast/net/rtp/rtp_packetizer.cc File media/cast/net/rtp/rtp_packetizer.cc (right): https://codereview.chromium.org/493823002/diff/40001/media/cast/net/rtp/rtp_packetizer.cc#newcode92 media/cast/net/rtp/rtp_packetizer.cc:92: packet->data.push_back(frame.new_playout_delay_ms); nit: do you want to explicitly ...
6 years, 4 months ago (2014-08-21 22:41:03 UTC) #20
hubbe
On 2014/08/21 22:41:03, Tom Sepez wrote: > Messages LGTM. > > https://codereview.chromium.org/493823002/diff/40001/media/cast/net/rtp/rtp_packetizer.cc > File media/cast/net/rtp/rtp_packetizer.cc ...
6 years, 4 months ago (2014-08-22 16:38:33 UTC) #21
Tom Sepez
> I assume the intention is to make it clear to the reader that it's ...
6 years, 4 months ago (2014-08-22 16:41:26 UTC) #22
hubbe
On 2014/08/22 16:41:26, Tom Sepez wrote: > > I assume the intention is to make ...
6 years, 4 months ago (2014-08-22 17:00:21 UTC) #23
Tom Sepez
> I'll still do it if you feel strongly about it though. Other nearby callers ...
6 years, 4 months ago (2014-08-22 17:03:53 UTC) #24
hubbe
On 2014/08/22 17:03:53, Tom Sepez wrote: > > I'll still do it if you feel ...
6 years, 4 months ago (2014-08-22 17:13:25 UTC) #25
Tom Sepez
Still LGTM. Thanks.
6 years, 4 months ago (2014-08-22 17:13:58 UTC) #26
hubbe
The CQ bit was checked by hubbe@chromium.org
6 years, 4 months ago (2014-08-22 17:14:06 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/493823002/60001
6 years, 4 months ago (2014-08-22 17:15:10 UTC) #28
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 18:29:07 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (60001) as 291453

Powered by Google App Engine
This is Rietveld 408576698