summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 17:48:42 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 17:48:42 +0000
commit020292294ce9964899728b076b28a6f3cd93c626 (patch)
tree0d90914dcf251bbcf68bbd2127f1975e39e107d0 /media/media.gyp
parentdcfbb534f854272fee6d8a2a35a98568494a5ef8 (diff)
downloadchromium_src-020292294ce9964899728b076b28a6f3cd93c626.zip
chromium_src-020292294ce9964899728b076b28a6f3cd93c626.tar.gz
chromium_src-020292294ce9964899728b076b28a6f3cd93c626.tar.bz2
Merged FilterHostImpl into PipelineInternal as it was no longer needed and added complexity.
PipelineInternal now directly implements FilterHost and uses an std::map to safely cast from MediaFilter to specialized filter subclasses. PipelineImpl also provides the same set of functions as FilterHost to allow PiplineInternal to acquire the lock and safely update data. BUG=17107 TEST=media_unittests should still pass Review URL: http://codereview.chromium.org/155739 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 853d3db..2c8e963 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -55,8 +55,6 @@
'base/data_buffer.h',
'base/factory.h',
'base/filter_host.h',
- 'base/filter_host_impl.cc',
- 'base/filter_host_impl.h',
'base/filters.h',
'base/media_posix.cc',
'base/media_win.cc',