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

Unified Diff: content/test/data/media/mediarecorder_test.html

Issue 1534553003: MediaRecorder: correct MIME type parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tommi@s comments Created 5 years 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: content/test/data/media/mediarecorder_test.html
diff --git a/content/test/data/media/mediarecorder_test.html b/content/test/data/media/mediarecorder_test.html
index f82f9bd146a8068e5b1c877d2de061c963eed13a..f40d68d743ccee1a9820caba3c3baffa9ac6b2f8 100644
--- a/content/test/data/media/mediarecorder_test.html
+++ b/content/test/data/media/mediarecorder_test.html
@@ -16,7 +16,7 @@
// This test must be run with experimental GetUserMedia flag on.
const DEFAULT_CONSTRAINTS= {audio:true, video:true};
-const DEFAULT_RECORDER_MIME_TYPE = 'video/vp8';
+const DEFAULT_RECORDER_MIME_TYPE = '';
const DEFAULT_TIME_SLICE = 100;
function createAndStartMediaRecorder(stream, mimeType) {

Powered by Google App Engine
This is Rietveld 408576698