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

Issue 10539115: Calculate the buffered ranges in ChunkDemuxer::GetBufferedRanges() (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

Calculate the buffered ranges in ChunkDemuxer::GetBufferedRanges() BUG=129852 TEST=media_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141859

Patch Set 1 : #

Total comments: 26

Patch Set 2 : response to CR #

Total comments: 6

Patch Set 3 : final nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -6 lines) Patch
M media/filters/chunk_demuxer.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M media/filters/chunk_demuxer.cc View 1 2 3 chunks +93 lines, -2 lines 0 comments Download
M media/filters/chunk_demuxer_unittest.cc View 1 2 2 chunks +200 lines, -0 lines 0 comments Download
M media/filters/source_buffer_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/source_buffer_stream.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
annacc
Ready for review!
8 years, 6 months ago (2012-06-12 20:23:44 UTC) #1
acolwell GONE FROM CHROMIUM
The approach looks good. Just a few comments to make things a little easier to ...
8 years, 6 months ago (2012-06-12 22:48:13 UTC) #2
vrk (LEFT CHROMIUM)
driveby: I think acolwell@ suggests using "itr + 1", which you can't use on an ...
8 years, 6 months ago (2012-06-12 22:54:01 UTC) #3
acolwell GONE FROM CHROMIUM
On 2012/06/12 22:54:01, Victoria Kirst wrote: > driveby: I think acolwell@ suggests using "itr + ...
8 years, 6 months ago (2012-06-12 23:08:02 UTC) #4
annacc
Thanks all for the suggestions! I've taken vrk's suggestion to change TimespanList to a deque. ...
8 years, 6 months ago (2012-06-13 00:00:01 UTC) #5
acolwell GONE FROM CHROMIUM
LGTM % nits https://chromiumcodereview.appspot.com/10539115/diff/4004/media/filters/chunk_demuxer.cc File media/filters/chunk_demuxer.cc (right): https://chromiumcodereview.appspot.com/10539115/diff/4004/media/filters/chunk_demuxer.cc#newcode617 media/filters/chunk_demuxer.cc:617: nit: remove blank line https://chromiumcodereview.appspot.com/10539115/diff/4004/media/filters/chunk_demuxer.cc#newcode664 media/filters/chunk_demuxer.cc:664: ...
8 years, 6 months ago (2012-06-13 00:33:40 UTC) #6
annacc
Thanks so much! https://chromiumcodereview.appspot.com/10539115/diff/4004/media/filters/chunk_demuxer.cc File media/filters/chunk_demuxer.cc (right): https://chromiumcodereview.appspot.com/10539115/diff/4004/media/filters/chunk_demuxer.cc#newcode617 media/filters/chunk_demuxer.cc:617: On 2012/06/13 00:33:40, acolwell wrote: > ...
8 years, 6 months ago (2012-06-13 03:35:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/annacc@chromium.org/10539115/7005
8 years, 6 months ago (2012-06-13 04:02:20 UTC) #8
commit-bot: I haz the power
8 years, 6 months ago (2012-06-13 05:09:40 UTC) #9
Change committed as 141859

Powered by Google App Engine
This is Rietveld 408576698