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

Issue 10545066: Implement support for 2 source ids (1 for audio and 1 for video). (Closed)

Created:
8 years, 6 months ago by annacc
Modified:
8 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Implement support for 2 source ids (1 for audio and 1 for video). This patch allows data to be appended to 2 different sources (1 audio and 1 video). Also makes sure that appended data matches the mimetype provided in AddId(). BUG=122909 TEST=ChunkDemuxerTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141679

Patch Set 1 : #

Total comments: 30

Patch Set 2 : acolwell's suggestions #

Total comments: 4

Patch Set 3 : fixing nits and moving DCHECKs #

Patch Set 4 : rebase #

Patch Set 5 : assist from acolwell, thanks! #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -72 lines) Patch
M media/filters/chunk_demuxer.h View 3 chunks +10 lines, -10 lines 0 comments Download
M media/filters/chunk_demuxer.cc View 1 2 3 4 5 12 chunks +58 lines, -42 lines 0 comments Download
M media/filters/chunk_demuxer_unittest.cc View 1 2 3 4 5 10 chunks +253 lines, -10 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 3 4 5 7 chunks +21 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
annacc
PTAL! I feel like the changes to chunk_demuxer.[h/cc] are nice, but the changes to the ...
8 years, 6 months ago (2012-06-07 22:42:06 UTC) #1
acolwell GONE FROM CHROMIUM
This looks really good. Just a few minor comments. https://chromiumcodereview.appspot.com/10545066/diff/1004/media/filters/chunk_demuxer.cc File media/filters/chunk_demuxer.cc (right): https://chromiumcodereview.appspot.com/10545066/diff/1004/media/filters/chunk_demuxer.cc#newcode467 media/filters/chunk_demuxer.cc:467: ...
8 years, 6 months ago (2012-06-08 00:29:07 UTC) #2
annacc
Thanks! Just FYI, this patch breaks the video-media-source-add-and-remove-ids.html LayoutTest. I will need to fix that ...
8 years, 6 months ago (2012-06-08 22:12:23 UTC) #3
acolwell GONE FROM CHROMIUM
LGTM % nits https://chromiumcodereview.appspot.com/10545066/diff/1004/media/filters/chunk_demuxer.cc File media/filters/chunk_demuxer.cc (right): https://chromiumcodereview.appspot.com/10545066/diff/1004/media/filters/chunk_demuxer.cc#newcode542 media/filters/chunk_demuxer.cc:542: if (stream_parser_map_.count(id) == 0) { On ...
8 years, 6 months ago (2012-06-11 16:09:33 UTC) #4
annacc
On 2012/06/11 16:09:33, acolwell wrote: > LGTM % nits > > https://chromiumcodereview.appspot.com/10545066/diff/1004/media/filters/chunk_demuxer.cc > File media/filters/chunk_demuxer.cc ...
8 years, 6 months ago (2012-06-11 17:54:28 UTC) #5
acolwell GONE FROM CHROMIUM
On 2012/06/11 17:54:28, annacc wrote: > OK, the errors I was seeing are not related ...
8 years, 6 months ago (2012-06-11 18:07:17 UTC) #6
annacc
On 2012/06/11 18:07:17, acolwell wrote: > On 2012/06/11 17:54:28, annacc wrote: > > OK, the ...
8 years, 6 months ago (2012-06-11 18:28:08 UTC) #7
annacc
Thanks! https://chromiumcodereview.appspot.com/10545066/diff/10001/media/filters/chunk_demuxer.cc File media/filters/chunk_demuxer.cc (right): https://chromiumcodereview.appspot.com/10545066/diff/10001/media/filters/chunk_demuxer.cc#newcode669 media/filters/chunk_demuxer.cc:669: delete it->second; On 2012/06/11 16:09:33, acolwell wrote: > ...
8 years, 6 months ago (2012-06-11 19:23:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/annacc@chromium.org/10545066/7011
8 years, 6 months ago (2012-06-12 15:44:47 UTC) #9
commit-bot: I haz the power
8 years, 6 months ago (2012-06-12 17:29:04 UTC) #10
Change committed as 141679

Powered by Google App Engine
This is Rietveld 408576698