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

Unified Diff: media/mojo/services/utility_mojo_media_client.h

Issue 2643743002: Mojify demuxers and allow running {Chunk/FFmpeg}Demuxer in a Utility Process (Closed)
Patch Set: Rebase and make sure to unbind mojom::DemuxerPtr on the bound thread during termination Created 3 years, 10 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/mojo/services/mojo_source_buffer_service.cc ('k') | media/mojo/services/utility_mojo_media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/utility_mojo_media_client.h
diff --git a/media/mojo/services/utility_mojo_media_client.h b/media/mojo/services/utility_mojo_media_client.h
index 232df49ab86c0075c0b38fc57705363761746c8e..3a331bdb18bcad59e607b8a484a378cba301d353 100644
--- a/media/mojo/services/utility_mojo_media_client.h
+++ b/media/mojo/services/utility_mojo_media_client.h
@@ -36,6 +36,8 @@ class UtilityMojoMediaClient : public MojoMediaClient {
mojom::CommandBufferIdPtr command_buffer_id) final;
std::unique_ptr<RendererFactory> CreateRendererFactory(
const scoped_refptr<MediaLog>& media_log) final;
+ std::unique_ptr<DemuxerFactory> CreateDemuxerFactory(
+ const scoped_refptr<MediaLog>& media_log) final;
private:
scoped_refptr<base::SingleThreadTaskRunner> utility_task_runner_;
« no previous file with comments | « media/mojo/services/mojo_source_buffer_service.cc ('k') | media/mojo/services/utility_mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698