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

Issue 131092: FFmpegDemuxerStream::Read() now functions properly while stopped. (Closed)

Created:
11 years, 6 months ago by scherkus (not reviewing)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

FFmpegDemuxerStream::Read() now functions properly while stopped. BUG=13907 TEST=some layout tests might start passing

Patch Set 1 #

Total comments: 11

Patch Set 2 : Addressed comments #

Total comments: 13

Patch Set 3 : Threading issues #

Patch Set 4 : Albert's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -29 lines) Patch
M media/filters/ffmpeg_demuxer.h View 1 2 3 5 chunks +18 lines, -6 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 2 3 12 chunks +82 lines, -23 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 2 3 2 chunks +54 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scherkus (not reviewing)
Depends on http://codereview.chromium.org/126306
11 years, 6 months ago (2009-06-19 02:32:13 UTC) #1
Alpha Left Google
This fix can knock down so many crashes! good job! I have a question about ...
11 years, 6 months ago (2009-06-19 07:56:58 UTC) #2
scherkus (not reviewing)
http://codereview.chromium.org/131092/diff/1/2 File media/filters/ffmpeg_demuxer.cc (right): http://codereview.chromium.org/131092/diff/1/2#newcode106 Line 106: DCHECK(!stopped_) << "Attempted to enqueue packet on a ...
11 years, 6 months ago (2009-06-19 15:27:03 UTC) #3
Alpha Left Google
http://codereview.chromium.org/131092/diff/1/2 File media/filters/ffmpeg_demuxer.cc (right): http://codereview.chromium.org/131092/diff/1/2#newcode144 Line 144: demuxer_->PostDemuxTask(); On 2009/06/19 15:27:03, scherkus wrote: > On ...
11 years, 6 months ago (2009-06-19 17:19:52 UTC) #4
awong
I wasn't quite able to evaluate the threading semantics since I don't fully understand the ...
11 years, 6 months ago (2009-06-19 18:16:07 UTC) #5
scherkus (not reviewing)
On 2009/06/19 17:19:52, Alpha wrote: > http://codereview.chromium.org/131092/diff/1/2 > File media/filters/ffmpeg_demuxer.cc (right): > > http://codereview.chromium.org/131092/diff/1/2#newcode144 > ...
11 years, 6 months ago (2009-06-19 18:20:38 UTC) #6
scherkus (not reviewing)
http://codereview.chromium.org/131092/diff/1002/11 File media/filters/ffmpeg_demuxer.cc (right): http://codereview.chromium.org/131092/diff/1002/11#newcode145 Line 145: STLDeleteElements(&read_queue_); On 2009/06/19 18:16:07, awong wrote: > I'm ...
11 years, 6 months ago (2009-06-19 19:37:03 UTC) #7
awong
LGTM
11 years, 6 months ago (2009-06-19 19:46:00 UTC) #8
Alpha Left Google
11 years, 6 months ago (2009-06-19 19:58:04 UTC) #9
looks good to me too.

Powered by Google App Engine
This is Rietveld 408576698