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

Issue 20123002: Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer.appendWindowEnd. (Closed)

Created:
7 years, 5 months ago by acolwell GONE FROM CHROMIUM
Modified:
7 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer.appendWindowEnd. BUG=229408 TEST=ChunkDemuxerTest.AppendWindow Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213982

Patch Set 1 : #

Total comments: 28

Patch Set 2 : Address CR comments. #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase and remove URL in comment to make presubmit happy. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -150 lines) Patch
M content/renderer/media/websourcebuffer_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/media/websourcebuffer_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M media/base/stream_parser.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M media/filters/chunk_demuxer.h View 1 chunk +5 lines, -0 lines 0 comments Download
M media/filters/chunk_demuxer.cc View 1 2 3 14 chunks +172 lines, -69 lines 0 comments Download
M media/filters/chunk_demuxer_unittest.cc View 1 5 chunks +82 lines, -6 lines 0 comments Download
M media/mp4/mp4_stream_parser.h View 2 chunks +2 lines, -4 lines 0 comments Download
M media/mp4/mp4_stream_parser.cc View 1 4 chunks +11 lines, -16 lines 0 comments Download
M media/mp4/mp4_stream_parser_unittest.cc View 1 4 chunks +15 lines, -11 lines 0 comments Download
M media/mp4/track_run_iterator.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M media/mp4/track_run_iterator.cc View 1 1 chunk +0 lines, -9 lines 0 comments Download
M media/mp4/track_run_iterator_unittest.cc View 1 1 chunk +0 lines, -10 lines 0 comments Download
M media/webm/webm_stream_parser.h View 2 chunks +2 lines, -4 lines 0 comments Download
M media/webm/webm_stream_parser.cc View 1 4 chunks +9 lines, -12 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
acolwell GONE FROM CHROMIUM
Note: The StreamParser changes are needed to handle discontinuities created by the append window. You ...
7 years, 5 months ago (2013-07-24 21:01:25 UTC) #1
scherkus (not reviewing)
looking good, mostly nits 'n q's https://codereview.chromium.org/20123002/diff/9002/media/filters/chunk_demuxer.cc File media/filters/chunk_demuxer.cc (right): https://codereview.chromium.org/20123002/diff/9002/media/filters/chunk_demuxer.cc#newcode65 media/filters/chunk_demuxer.cc:65: void SetAppendWindowStart(TimeDelta start) ...
7 years, 5 months ago (2013-07-24 22:47:41 UTC) #2
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/20123002/diff/9002/media/filters/chunk_demuxer.cc File media/filters/chunk_demuxer.cc (right): https://codereview.chromium.org/20123002/diff/9002/media/filters/chunk_demuxer.cc#newcode65 media/filters/chunk_demuxer.cc:65: void SetAppendWindowStart(TimeDelta start) { append_window_start_ = start; } On ...
7 years, 5 months ago (2013-07-25 20:39:33 UTC) #3
scherkus (not reviewing)
lgtm follow-up CLs = sgtm
7 years, 5 months ago (2013-07-25 20:56:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/20123002/17001
7 years, 5 months ago (2013-07-26 02:21:14 UTC) #5
commit-bot: I haz the power
Failed to trigger a try job on chromium_presubmit HTTP Error 400: Bad Request
7 years, 5 months ago (2013-07-26 02:22:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/20123002/39001
7 years, 5 months ago (2013-07-26 03:59:24 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=17276
7 years, 5 months ago (2013-07-26 06:39:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/20123002/47001
7 years, 5 months ago (2013-07-26 13:53:41 UTC) #9
commit-bot: I haz the power
7 years, 5 months ago (2013-07-26 20:42:59 UTC) #10
Message was sent while issue was closed.
Change committed as 213982

Powered by Google App Engine
This is Rietveld 408576698