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

Issue 8301011: Fix 99596. (Closed)

Created:
9 years, 2 months ago by ddorwin
Modified:
9 years, 2 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), ihf+watch_chromium.org
Visibility:
Public.

Description

Fix 99596. BUG=99596 TEST=New unit test. Play the failing video 500 times. R=scherkus@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105646

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added callback run and unit test. #

Total comments: 4

Patch Set 3 : review feedback #

Total comments: 2

Patch Set 4 : braces #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -4 lines) Patch
M media/filters/ffmpeg_demuxer.cc View 1 2 chunks +10 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 2 3 5 chunks +55 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
ddorwin
9 years, 2 months ago (2011-10-14 21:27:39 UTC) #1
scherkus (not reviewing)
Idea for a unit test: void ClearReference() { demuxer_ = NULL; // should delete it ...
9 years, 2 months ago (2011-10-14 21:34:54 UTC) #2
acolwell GONE FROM CHROMIUM
http://codereview.chromium.org/8301011/diff/1/media/filters/ffmpeg_demuxer.cc File media/filters/ffmpeg_demuxer.cc (right): http://codereview.chromium.org/8301011/diff/1/media/filters/ffmpeg_demuxer.cc#newcode168 media/filters/ffmpeg_demuxer.cc:168: return; I think it would be better to return ...
9 years, 2 months ago (2011-10-14 21:37:35 UTC) #3
ddorwin
Added callback runs and unit test. With the callback runs, the bug repro crashes. Investigating, ...
9 years, 2 months ago (2011-10-14 23:41:54 UTC) #4
scherkus (not reviewing)
acolwell and I just chatted we think the root cause is because FFmpegVideoDecoder and FFmpegAudioDecoder ...
9 years, 2 months ago (2011-10-14 23:58:34 UTC) #5
scherkus (not reviewing)
overall change is LG w/ nits http://codereview.chromium.org/8301011/diff/4001/media/filters/ffmpeg_demuxer_unittest.cc File media/filters/ffmpeg_demuxer_unittest.cc (right): http://codereview.chromium.org/8301011/diff/4001/media/filters/ffmpeg_demuxer_unittest.cc#newcode36 media/filters/ffmpeg_demuxer_unittest.cc:36: return arg->IsEndOfStream(); indent ...
9 years, 2 months ago (2011-10-15 00:17:22 UTC) #6
ddorwin
The bug repro crash statement in my previous update was a misunderstanding - xhwang had ...
9 years, 2 months ago (2011-10-15 01:19:47 UTC) #7
scherkus (not reviewing)
LGTM w/ nit http://codereview.chromium.org/8301011/diff/10001/media/filters/ffmpeg_demuxer_unittest.cc File media/filters/ffmpeg_demuxer_unittest.cc (right): http://codereview.chromium.org/8301011/diff/10001/media/filters/ffmpeg_demuxer_unittest.cc#newcode59 media/filters/ffmpeg_demuxer_unittest.cc:59: if (demuxer_) could you add {} ...
9 years, 2 months ago (2011-10-15 01:32:14 UTC) #8
ddorwin
Braces added. Bots running with previous patch. http://codereview.chromium.org/8301011/diff/10001/media/filters/ffmpeg_demuxer_unittest.cc File media/filters/ffmpeg_demuxer_unittest.cc (right): http://codereview.chromium.org/8301011/diff/10001/media/filters/ffmpeg_demuxer_unittest.cc#newcode59 media/filters/ffmpeg_demuxer_unittest.cc:59: if (demuxer_) ...
9 years, 2 months ago (2011-10-15 01:38:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ddorwin@chromium.org/8301011/11001
9 years, 2 months ago (2011-10-15 04:46:31 UTC) #10
commit-bot: I haz the power
Try job failure for 8301011-11001 on win_rel for steps "update_scripts, update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=2272 Step "update" is ...
9 years, 2 months ago (2011-10-15 04:48:50 UTC) #11
commit-bot: I haz the power
9 years, 2 months ago (2011-10-15 04:55:56 UTC) #12

Powered by Google App Engine
This is Rietveld 408576698