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

Issue 324243002: MSE: Report decode error if FrameProcessor's append to track buffer fails (Closed)

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

Description

MSE: Report decode error if FrameProcessor's append to track buffer fails LegacyFrameProcessor reported decode error if ChunkDemuxerStream (really, if SourceBufferStream)::Append() returned false. This could be for a variety of reasons, mostly sanity checking the timestamps. The new FrameProcessor ignored the ChunkDemuxerStream::Append() result and assumed success, hiding potential issues. This change makes FrameProcessor report decode error if CDS::Append() fails. R=acolwell@chromium.org TEST=no media_unittest or MSE layout test regression locally on linux Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276375

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M media/filters/frame_processor.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
wolenetz
PTAL @ PS1. Originally, I had this as part of https://codereview.chromium.org/322273003/, but I split it ...
6 years, 6 months ago (2014-06-11 00:57:13 UTC) #1
acolwell GONE FROM CHROMIUM
lgtm
6 years, 6 months ago (2014-06-11 01:22:56 UTC) #2
wolenetz
Thanks for review. This CL actually doesn't depend on https://codereview.chromium.org/321233004/ landing first.
6 years, 6 months ago (2014-06-11 02:00:42 UTC) #3
wolenetz
The CQ bit was checked by wolenetz@chromium.org
6 years, 6 months ago (2014-06-11 02:00:46 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wolenetz@chromium.org/324243002/1
6 years, 6 months ago (2014-06-11 02:04:37 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 08:09:47 UTC) #6
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 13:13:41 UTC) #7
Message was sent while issue was closed.
Change committed as 276375

Powered by Google App Engine
This is Rietveld 408576698