diff options
author | ralphl@chromium.org <ralphl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 22:28:07 +0000 |
---|---|---|
committer | ralphl@chromium.org <ralphl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 22:28:07 +0000 |
commit | e53c3f9b296eee8021cc0e4f439b4f9eba4b840f (patch) | |
tree | b3c42d886bf41c54b7d66fd4bb47562563f8d801 /media/base/factory.h | |
parent | dbc1f783d4cba6e90d3cd7d3d02253061247738c (diff) | |
download | chromium_src-e53c3f9b296eee8021cc0e4f439b4f9eba4b840f.zip chromium_src-e53c3f9b296eee8021cc0e4f439b4f9eba4b840f.tar.gz chromium_src-e53c3f9b296eee8021cc0e4f439b4f9eba4b840f.tar.bz2 |
This is the frozen interface definition for the media pipeline, filters, and filter hosts.
It has been pre-code-reviewed by scherkus already. There is no actual implementation in
this change -- only an empty skeleton for every public method is provided. The actual code
is ready, but this change is intended to get buy-off for the public interface.
I added pipeline_impl.cc to the media_lib.scons since it was missing (it was present in the
.sln file already)
Review URL: http://codereview.chromium.org/18380
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/factory.h')
-rw-r--r-- | media/base/factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/factory.h b/media/base/factory.h index 961c7a3a..0c8dadd 100644 --- a/media/base/factory.h +++ b/media/base/factory.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. |