Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSE: Report decode error if FrameProcessor's append to track buffer f…
…ails 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 Review URL: https://codereview.chromium.org/324243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276375 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information