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

Unified Diff: media/base/filters.h

Issue 6648004: DemuxerFactory is born! (Closed)
Patch Set: Responses to scherkus@ CR Created 9 years, 9 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/filter_factories.cc ('k') | media/base/mock_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filters.h
diff --git a/media/base/filters.h b/media/base/filters.h
index 18e035ef16ed5542cf97b1785594281323222981..76b7f2413ac90d7c637e9b125687de92df00aa2d 100644
--- a/media/base/filters.h
+++ b/media/base/filters.h
@@ -135,11 +135,6 @@ class DataSource : public Filter {
class Demuxer : public Filter {
public:
- // Initialize a Demuxer with the given DataSource, executing the callback upon
- // completion.
- virtual void Initialize(DataSource* data_source,
- FilterCallback* callback) = 0;
-
// Returns the number of streams available
virtual size_t GetNumberOfStreams() = 0;
« no previous file with comments | « media/base/filter_factories.cc ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698