diff options
author | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 18:44:10 +0000 |
---|---|---|
committer | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 18:44:10 +0000 |
commit | 641c9abcde75980f45771240db3d8131c6656fc7 (patch) | |
tree | 251ed8222c95b55352d2ce9bc212a187a3a9e2b4 /media/base/pipeline.h | |
parent | e7635ea4bb6d3aa207ab64935c177660d850da19 (diff) | |
download | chromium_src-641c9abcde75980f45771240db3d8131c6656fc7.zip chromium_src-641c9abcde75980f45771240db3d8131c6656fc7.tar.gz chromium_src-641c9abcde75980f45771240db3d8131c6656fc7.tar.bz2 |
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
BUG=54110
TEST=media_unittests CompositeFilterTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70267
Review URL: http://codereview.chromium.org/5744002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/pipeline.h')
-rw-r--r-- | media/base/pipeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/base/pipeline.h b/media/base/pipeline.h index 50158d2..61a1110 100644 --- a/media/base/pipeline.h +++ b/media/base/pipeline.h @@ -33,6 +33,8 @@ enum PipelineError { PIPELINE_ERROR_COULD_NOT_RENDER, PIPELINE_ERROR_READ, PIPELINE_ERROR_AUDIO_HARDWARE, + PIPELINE_ERROR_OPERATION_PENDING, + PIPELINE_ERROR_INVALID_STATE, // Demuxer related errors. DEMUXER_ERROR_COULD_NOT_OPEN, DEMUXER_ERROR_COULD_NOT_PARSE, |