diff options
author | ralphl@chromium.org <ralphl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 17:21:23 +0000 |
---|---|---|
committer | ralphl@chromium.org <ralphl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 17:21:23 +0000 |
commit | b026f4aeb159244e47d3b55c5faad7bb3247fd55 (patch) | |
tree | efda81548664ea009160ded8588904185b384ca4 /media/media_unittests.scons | |
parent | abc659b6d95cf197c2b96a544351a667e8b96f95 (diff) | |
download | chromium_src-b026f4aeb159244e47d3b55c5faad7bb3247fd55.zip chromium_src-b026f4aeb159244e47d3b55c5faad7bb3247fd55.tar.gz chromium_src-b026f4aeb159244e47d3b55c5faad7bb3247fd55.tar.bz2 |
Implementation of Pipeline and FilterHost interfaces. This is a large change, but all of the objects are interrelated.
I am also checking in a basic unit test that creates pipeline,
and the data source hangs during initialization. The test sleeps one second and then stops the pipeline.
Andrew has already done a first pass on this, and the code has come largely from our working experimental branch.
Review URL: http://codereview.chromium.org/18546
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media_unittests.scons')
-rw-r--r-- | media/media_unittests.scons | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/media_unittests.scons b/media/media_unittests.scons index 984be8f..8930e95 100644 --- a/media/media_unittests.scons +++ b/media/media_unittests.scons @@ -48,6 +48,7 @@ if env.Bit('windows'): input_files = [ 'base/data_buffer_unittest.cc', + 'base/pipeline_impl_unittest.cc', 'base/run_all_unittests.cc', ] @@ -61,6 +62,7 @@ input_files = ChromeFileList([ MSVSFilter('tests', [ MSVSFilter('base', [ 'base/data_buffer_unittest.cc', + 'base/pipeline_impl_unittest.cc', ]), MSVSFilter('audio', [ 'audio/win/audio_output_win_unittest.cc', |