summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Converted remaining tests to use gmock and deleted all old mocking code.scherkus@chromium.org2009-07-101-86/+162
* Asynchronous initialization of media::PipelineThreadhclam@chromium.org2009-07-011-0/+15
* Make the generated stubs weak. Enable the unittests that had conflicting sym...ajwong@chromium.org2009-06-161-5/+6
* Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.scherkus@chromium.org2009-05-121-114/+168
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-2/+0
* andrew's patchhclam@chromium.org2009-03-171-0/+2
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+0
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-061-28/+54
* Fixes a bug in the media pipeline that resulted in the video dimensions never...ralphl@chromium.org2009-02-191-7/+64
* Updated pipeline unit test and added mocks for a full audio pipeline.ralphl@chromium.org2009-02-051-78/+40
* A minor change to the pattern for filter factories that makes the implementat...ralphl@chromium.org2009-01-291-12/+61
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-281-0/+60