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

Unified Diff: media/media_options.gni

Issue 1800953002: Add MojoVideoDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanups. Created 4 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
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 40bfc89b85502ce39a982c91065af37bf588d6b9..cbe41d7b7a0bff8f33d9bdf7649b19a8d6ccd51d 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -85,12 +85,12 @@ declare_args() {
# A list of mojo media services that should be used in the media pipeline.
# Must not be empty if |enable_mojo_media| is true.
# Valid entries in the list are:
- # - "renderer": Use mojo based media Renderer service.
+ # - "renderer": Use mojo-based media Renderer service.
# - "cdm": Use mojo based Content Decryption Module.
xhwang 2016/03/15 05:13:18 add "-" as well
sandersd (OOO until July 31) 2016/03/15 18:31:02 Done.
- # - "audio_decoder": Use mojo based audio decoder in the default media
+ # - "audio_decoder": Use mojo-based audio decoder in the default media
+ # Renderer. Cannot be used with the mojo Renderer above.
+ # - "video_decoder": Use mojo-based video decoder in the default media
# Renderer. Cannot be used with the mojo Renderer above.
- # TODO(xhwang): Support mojo base video decoders here.
- # See http://crbug.com/542910 and http://crbug.com/522298
mojo_media_services = []
# The process to host the mojo media application.

Powered by Google App Engine
This is Rietveld 408576698