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

Issue 10696182: Add config change handling to SourceBufferStream & ChunkDemuxer (Closed)

Created:
8 years, 5 months ago by acolwell GONE FROM CHROMIUM
Modified:
8 years, 4 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Add config change handling to SourceBufferStream & ChunkDemuxer BUG=122913 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148563

Patch Set 1 : . #

Total comments: 35

Patch Set 2 : Address CR comments #

Patch Set 3 : Added unittests #

Total comments: 7

Patch Set 4 : Address CR comments #

Patch Set 5 : Added copyright headers to manifest files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+556 lines, -78 lines) Patch
M media/base/audio_decoder_config.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M media/base/audio_decoder_config.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M media/base/byte_queue.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M media/base/stream_parser_buffer.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M media/base/stream_parser_buffer.cc View 1 1 chunk +10 lines, -1 line 0 comments Download
M media/base/video_decoder_config.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M media/base/video_decoder_config.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M media/filters/chunk_demuxer.cc View 1 2 3 4 3 chunks +21 lines, -45 lines 0 comments Download
M media/filters/chunk_demuxer_unittest.cc View 1 2 3 4 3 chunks +248 lines, -0 lines 0 comments Download
M media/filters/source_buffer_stream.h View 1 2 5 chunks +50 lines, -11 lines 0 comments Download
M media/filters/source_buffer_stream.cc View 1 2 12 chunks +139 lines, -12 lines 0 comments Download
M media/filters/source_buffer_stream_unittest.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
A media/test/data/bear-320x240-manifest.js View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
A media/test/data/bear-640x360-manifest.js View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M media/webm/webm_info_parser.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M media/webm/webm_stream_parser.cc View 1 2 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
acolwell GONE FROM CHROMIUM
Here are my changes to track decoder config changes. I know I still need unittests, ...
8 years, 5 months ago (2012-07-12 01:11:50 UTC) #1
xhwang
Drive-by to know what's going on since I'll probably need to rebase my work onto ...
8 years, 5 months ago (2012-07-12 18:09:12 UTC) #2
vrk (LEFT CHROMIUM)
Looking good! Just a bunch of nits, and will wait for your unittests before giving ...
8 years, 5 months ago (2012-07-12 19:37:54 UTC) #3
acolwell GONE FROM CHROMIUM
Addressed CR comments. Need to create some tests still. http://codereview.chromium.org/10696182/diff/7001/media/base/stream_parser_buffer.h File media/base/stream_parser_buffer.h (right): http://codereview.chromium.org/10696182/diff/7001/media/base/stream_parser_buffer.h#newcode28 media/base/stream_parser_buffer.h:28: ...
8 years, 5 months ago (2012-07-12 23:07:52 UTC) #4
acolwell GONE FROM CHROMIUM
PTAL. I've added test to verify config change behavior.
8 years, 4 months ago (2012-07-25 17:50:57 UTC) #5
vrk (LEFT CHROMIUM)
LGTM % minor nits http://codereview.chromium.org/10696182/diff/13001/media/filters/chunk_demuxer_unittest.cc File media/filters/chunk_demuxer_unittest.cc (right): http://codereview.chromium.org/10696182/diff/13001/media/filters/chunk_demuxer_unittest.cc#newcode359 media/filters/chunk_demuxer_unittest.cc:359: bool InitDemuxerWithConfigChangeData() { I think ...
8 years, 4 months ago (2012-07-25 21:18:22 UTC) #6
acolwell GONE FROM CHROMIUM
http://codereview.chromium.org/10696182/diff/13001/media/filters/chunk_demuxer_unittest.cc File media/filters/chunk_demuxer_unittest.cc (right): http://codereview.chromium.org/10696182/diff/13001/media/filters/chunk_demuxer_unittest.cc#newcode376 media/filters/chunk_demuxer_unittest.cc:376: // Append initialization segment for bear2 On 2012/07/25 21:18:22, ...
8 years, 4 months ago (2012-07-25 23:39:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/10696182/17002
8 years, 4 months ago (2012-07-26 15:01:37 UTC) #8
commit-bot: I haz the power
Presubmit check for 10696182-17002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-07-26 15:01:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/10696182/13005
8 years, 4 months ago (2012-07-26 15:06:44 UTC) #10
commit-bot: I haz the power
8 years, 4 months ago (2012-07-26 16:38:05 UTC) #11
Change committed as 148563

Powered by Google App Engine
This is Rietveld 408576698