Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: media/base/filter_collection.h

Issue 10796074: Move VideoRenderer out of Filter heirarchy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: GetMediaTime Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/composite_filter_unittest.cc ('k') | media/base/filter_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « media/base/composite_filter_unittest.cc ('k') | media/base/filter_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698