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

Unified Diff: media/mojo/interfaces/demuxer.typemap

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/interfaces/demuxer.mojom ('k') | media/mojo/interfaces/interface_factory.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/demuxer.typemap
diff --git a/media/mojo/interfaces/demuxer.typemap b/media/mojo/interfaces/demuxer.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..3bb9cb5c133de42f31b55756d77e327875fc1130
--- /dev/null
+++ b/media/mojo/interfaces/demuxer.typemap
@@ -0,0 +1,16 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//media/mojo/interfaces/demuxer.mojom"
+
+public_headers = [ "//media/base/demuxer.h" ]
+
+traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
+
+deps = [
+ "//media",
+ "//media/base/ipc",
+]
+
+type_mappings = [ "media.mojom.Demuxer.LoadType=media::Demuxer::LoadType" ]
« no previous file with comments | « media/mojo/interfaces/demuxer.mojom ('k') | media/mojo/interfaces/interface_factory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698