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

Unified Diff: webkit/media/filter_helpers.h

Issue 10905236: Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 8 years, 3 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/media.gyp ('k') | webkit/media/filter_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/filter_helpers.h
diff --git a/webkit/media/filter_helpers.h b/webkit/media/filter_helpers.h
index b130ddf87f62398a40f120b554af9fb01e3ae549..c5fd87d19407ecff2ffe5e4c80d94bd68a7c614b 100644
--- a/webkit/media/filter_helpers.h
+++ b/webkit/media/filter_helpers.h
@@ -10,7 +10,7 @@
namespace media {
class Decryptor;
-class ChunkDemuxerClient;
+class ChunkDemuxer;
class DataSource;
class FFmpegVideoDecoder;
class FilterCollection;
@@ -35,13 +35,9 @@ bool BuildMediaStreamCollection(const WebKit::WebURL& url,
media::FilterCollection* filter_collection);
// Builds the required filters for handling media source URLs, adds them to
-// |filter_collection| and fills |video_decoder| returning true if successful.
-//
-// |filter_collection| is not modified if this method returns false.
-bool BuildMediaSourceCollection(
- const WebKit::WebURL& url,
- const WebKit::WebURL& media_source_url,
- media::ChunkDemuxerClient* client,
+// |filter_collection|.
+void BuildMediaSourceCollection(
+ const scoped_refptr<media::ChunkDemuxer>& demuxer,
media::MessageLoopFactory* message_loop_factory,
media::FilterCollection* filter_collection,
media::Decryptor* decryptor);
« no previous file with comments | « media/media.gyp ('k') | webkit/media/filter_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698