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

Issue 10660005: Flush sample buffers when reading new segments in Media Source BMFF parser. (Closed)

Created:
8 years, 6 months ago by strobe_
Modified:
8 years, 5 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Flush sample buffers when reading new segments in Media Source BMFF parser. BUG=134274 TEST=MP4StreamParserTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144410

Patch Set 1 #

Total comments: 9

Patch Set 2 : Address review comments #

Total comments: 2

Patch Set 3 : FlushSamples -> SendAndFlushSamples #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -11 lines) Patch
M media/mp4/mp4_stream_parser.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M media/mp4/mp4_stream_parser.cc View 1 2 3 chunks +23 lines, -8 lines 0 comments Download
M media/mp4/mp4_stream_parser_unittest.cc View 4 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
acolwell GONE FROM CHROMIUM
http://codereview.chromium.org/10660005/diff/1/media/mp4/mp4_stream_parser.cc File media/mp4/mp4_stream_parser.cc (right): http://codereview.chromium.org/10660005/diff/1/media/mp4/mp4_stream_parser.cc#newcode79 media/mp4/mp4_stream_parser.cc:79: // Flush any buffers we've gotten in this chunk ...
8 years, 6 months ago (2012-06-25 21:22:16 UTC) #1
strobe_
http://codereview.chromium.org/10660005/diff/1/media/mp4/mp4_stream_parser.cc File media/mp4/mp4_stream_parser.cc (right): http://codereview.chromium.org/10660005/diff/1/media/mp4/mp4_stream_parser.cc#newcode79 media/mp4/mp4_stream_parser.cc:79: // Flush any buffers we've gotten in this chunk ...
8 years, 6 months ago (2012-06-26 00:37:59 UTC) #2
acolwell GONE FROM CHROMIUM
LGTM % minor nit http://codereview.chromium.org/10660005/diff/1/media/mp4/mp4_stream_parser.cc File media/mp4/mp4_stream_parser.cc (right): http://codereview.chromium.org/10660005/diff/1/media/mp4/mp4_stream_parser.cc#newcode81 media/mp4/mp4_stream_parser.cc:81: if (!audio_buffers.empty()) { On 2012/06/26 ...
8 years, 6 months ago (2012-06-26 15:25:14 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/strobe@google.com/10660005/10001
8 years, 5 months ago (2012-06-27 05:16:15 UTC) #4
strobe_
https://chromiumcodereview.appspot.com/10660005/diff/4001/media/mp4/mp4_stream_parser.h File media/mp4/mp4_stream_parser.h (right): https://chromiumcodereview.appspot.com/10660005/diff/4001/media/mp4/mp4_stream_parser.h#newcode56 media/mp4/mp4_stream_parser.h:56: bool FlushSamples(BufferQueue* audio_buffers, On 2012/06/26 15:25:14, acolwell wrote: > ...
8 years, 5 months ago (2012-06-27 05:16:31 UTC) #5
commit-bot: I haz the power
8 years, 5 months ago (2012-06-27 07:09:21 UTC) #6
Change committed as 144410

Powered by Google App Engine
This is Rietveld 408576698