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

Issue 134883002: Let WebSourceBufferImpl::setMode() update SourceState::sequence_mode_ (Closed)

Created:
6 years, 11 months ago by wolenetz
Modified:
6 years, 11 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Visibility:
Public.

Description

Let WebSourceBufferImpl::setMode() update SourceState::sequence_mode_ Connects WebSourceBufferImpl::setMode() to similar ChunkDemuxer and SourceState methods to enable setting SourceState::sequence_mode_. Later changes will implement processing of distinct 'segments' and 'sequence' append modes. R=acolwell@chromium.org TEST=On local Linux, all mediasource layout tests and media_unittests pass BUG=249422 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244741

Patch Set 1 #

Patch Set 2 : Reference http://crbug.com/333437 in SourceState comment #

Total comments: 6

Patch Set 3 : Use bool instead of enum for append mode + add midparse unit test #

Total comments: 11

Patch Set 4 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -10 lines) Patch
M content/renderer/media/webmediasource_impl.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/media/websourcebuffer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/websourcebuffer_impl.cc View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M media/filters/chunk_demuxer.h View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M media/filters/chunk_demuxer.cc View 1 2 3 8 chunks +40 lines, -7 lines 0 comments Download
M media/filters/chunk_demuxer_unittest.cc View 1 2 3 2 chunks +19 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
wolenetz
acolwell, PTAL @ PS1: Notes: 1. This change depends on first landing Blink CL https://codereview.chromium.org/130523002/ ...
6 years, 11 months ago (2014-01-10 21:37:32 UTC) #1
wolenetz
On 2014/01/10 21:37:32, wolenetz wrote: > acolwell, PTAL @ PS1: > > Notes: > 1. ...
6 years, 11 months ago (2014-01-10 22:01:00 UTC) #2
wolenetz
On 2014/01/10 22:01:00, wolenetz wrote: > On 2014/01/10 21:37:32, wolenetz wrote: > > acolwell, PTAL ...
6 years, 11 months ago (2014-01-10 22:51:40 UTC) #3
wolenetz
Patch set 2 is now ready for your review. Thanks!
6 years, 11 months ago (2014-01-10 23:08:08 UTC) #4
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/134883002/diff/110001/content/renderer/media/websourcebuffer_impl.cc File content/renderer/media/websourcebuffer_impl.cc (right): https://codereview.chromium.org/134883002/diff/110001/content/renderer/media/websourcebuffer_impl.cc#newcode47 content/renderer/media/websourcebuffer_impl.cc:47: default: nit: Change switch to a cast and use ...
6 years, 11 months ago (2014-01-10 23:10:37 UTC) #5
wolenetz
PTAL @ patch set 3. It also includes some follow-up for my Note #1: I ...
6 years, 11 months ago (2014-01-11 00:55:43 UTC) #6
wolenetz
On 2014/01/11 00:55:43, wolenetz wrote: > PTAL @ patch set 3. > It also includes ...
6 years, 11 months ago (2014-01-11 01:04:11 UTC) #7
acolwell GONE FROM CHROMIUM
lgtm % nits https://codereview.chromium.org/134883002/diff/160001/content/renderer/media/websourcebuffer_impl.cc File content/renderer/media/websourcebuffer_impl.cc (right): https://codereview.chromium.org/134883002/diff/160001/content/renderer/media/websourcebuffer_impl.cc#newcode49 content/renderer/media/websourcebuffer_impl.cc:49: return false; On 2014/01/11 00:55:44, wolenetz ...
6 years, 11 months ago (2014-01-11 01:24:35 UTC) #8
wolenetz
Thank you. I'll CQ this once Blink prerequisite is rolled (https://src.chromium.org/viewvc/blink?view=rev&revision=164919) https://codereview.chromium.org/134883002/diff/160001/content/renderer/media/websourcebuffer_impl.cc File content/renderer/media/websourcebuffer_impl.cc (right): ...
6 years, 11 months ago (2014-01-11 02:15:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wolenetz@chromium.org/134883002/260001
6 years, 11 months ago (2014-01-13 18:22:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wolenetz@chromium.org/134883002/260001
6 years, 11 months ago (2014-01-14 00:34:09 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 16:28:49 UTC) #12
Message was sent while issue was closed.
Change committed as 244741

Powered by Google App Engine
This is Rietveld 408576698