diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 00:30:39 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 00:30:39 +0000 |
commit | e1d75490aebae7cefd4be491dff0facde1bb2d53 (patch) | |
tree | 7a9d929cd7b348da09efe494495f79a6981c1e5b /media/base/pipeline.cc | |
parent | f7b0633c3475362a1e6933277304df5b7e8af4c7 (diff) | |
download | chromium_src-e1d75490aebae7cefd4be491dff0facde1bb2d53.zip chromium_src-e1d75490aebae7cefd4be491dff0facde1bb2d53.tar.gz chromium_src-e1d75490aebae7cefd4be491dff0facde1bb2d53.tar.bz2 |
Remove VideoDecoder from the Filter heirarchy.
This is the second step to move VideoDecoder out of Filter hierarchy (See r128289). VideoDecoder is not a Filter any more and Seek()/Pause()/Play() methods are removed from its definition and all implementations.
BUG=108340
TEST=media_unittest,content_unittest,normal html5 video playback
Review URL: http://codereview.chromium.org/9724011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135051 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/pipeline.cc')
-rw-r--r-- | media/base/pipeline.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/base/pipeline.cc b/media/base/pipeline.cc index 719f579..c231910 100644 --- a/media/base/pipeline.cc +++ b/media/base/pipeline.cc @@ -21,6 +21,7 @@ #include "media/base/filter_collection.h" #include "media/base/filters.h" #include "media/base/media_log.h" +#include "media/base/video_decoder.h" namespace media { |