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

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

Issue 2643733002: Allow to use {FFmpeg/Vpx}VideoDecoder from a UtilityProcess (Closed)
Patch Set: Rebase 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/BUILD.gn ('k') | media/mojo/services/media_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/media_service_factory.h
diff --git a/media/mojo/services/media_service_factory.h b/media/mojo/services/media_service_factory.h
index 40e34a34c8e3f1e0e5f7801c0068aa1d2db777ca..443b8dd914f343b0bc2ae0778f768d21cf748491 100644
--- a/media/mojo/services/media_service_factory.h
+++ b/media/mojo/services/media_service_factory.h
@@ -35,6 +35,10 @@ CreateGpuMediaService(
std::unique_ptr<service_manager::Service> MEDIA_MOJO_EXPORT
CreateMediaServiceForTesting();
+// Creates a MediaService instance using the UtilityMojoMediaClient.
+std::unique_ptr<service_manager::Service> MEDIA_MOJO_EXPORT
+CreateUtilityMediaService();
+
} // namespace media
#endif // MEDIA_MOJO_SERVICES_MEDIA_SERVICE_FACTORY_H_
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | media/mojo/services/media_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698