| Index: media/base/filter_collection.h
|
| diff --git a/media/base/filter_collection.h b/media/base/filter_collection.h
|
| index d96589bdb723f98ab0e5021efafac6459893cf24..6d2b0cdd8932fa94df32e29e9bee93f7d38b51d4 100644
|
| --- a/media/base/filter_collection.h
|
| +++ b/media/base/filter_collection.h
|
| @@ -18,8 +18,11 @@ class Demuxer;
|
| class VideoDecoder;
|
| class VideoRenderer;
|
|
|
| -// This is a collection of Filter objects used to form a media playback
|
| -// pipeline. See src/media/base/pipeline.h for more information.
|
| +// Represents a set of uninitialized demuxer and audio/video decoders and
|
| +// renderers. Used to start a Pipeline object for media playback.
|
| +//
|
| +// TODO(scherkus): Replace FilterCollection with something sensible, see
|
| +// http://crbug.com/110800
|
| class MEDIA_EXPORT FilterCollection {
|
| public:
|
| FilterCollection();
|
|
|