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

Unified Diff: media/media_options.gni

Issue 1517473002: Support HLS MPEG2 TS with SAMPLE-AES encryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@encryption_scheme
Patch Set: rebase 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..b882ad68064f1dabe621c05bb332985be1fa6d54 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -44,6 +44,11 @@ declare_args() {
# platform. Enable by default for Chromecast.
enable_hevc_demuxing = proprietary_codecs && is_chromecast
+ # Enable HLS with SAMPLE-AES decryption. Actual decryption must be provided by
+ # the platform. Enabled by default on the cast desktop implementation to allow
+ # unit tests of the MP2TS parsing support.
+ enable_hls_sample_aes = proprietary_codecs && is_cast_desktop_build
slan 2016/03/18 22:31:23 Hey Doug, I think we want to enable this by defaul
dougsteed 2016/03/21 18:11:06 The intent was that the various OEMs would enable
+
# TODO(GYP): This should be a platform define.
is_openbsd = false
}

Powered by Google App Engine
This is Rietveld 408576698