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

Unified Diff: media/test/data/eme_player_js/test_config.js

Issue 2543623003: media: Allow config change between clear and encrypted streams (Closed)
Patch Set: comments addressed 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/test/data/eme_player_js/globals.js ('k') | media/test/data/mse_config_change.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/eme_player_js/test_config.js
diff --git a/media/test/data/eme_player_js/test_config.js b/media/test/data/eme_player_js/test_config.js
index 07e8658ca36b3bc9624a8b45e77050d1aa849d57..a8fba4bf7b1e926c747e35c8e8d389d9b5e3e1fc 100644
--- a/media/test/data/eme_player_js/test_config.js
+++ b/media/test/data/eme_player_js/test_config.js
@@ -12,6 +12,7 @@ function TestConfig() {
this.useMSE = false;
this.runFPS = false;
this.playTwice = false;
+ this.configChangeType = CONFIG_CHANGE_TYPE.CLEAR_TO_CLEAR;
}
TestConfig.prototype.loadQueryParams = function() {
« no previous file with comments | « media/test/data/eme_player_js/globals.js ('k') | media/test/data/mse_config_change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698