Bug 1127759 - use ogv instead of webm due to gonk HW codec limitation. r=roc

This commit is contained in:
Alfredo Yang 2015-02-02 00:34:00 +01:00
Родитель 3d0ff2ad63
Коммит 1bb068480b
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -96,6 +96,10 @@ var gTrackTests = [
{ name:"bogus.duh", type:"bogus/duh" }
];
var gClosingConnectionsTest = [
{ name:"seek.ogv", type:"video/ogg", duration:3.966 }
];
// Used by any media recorder test. Need one test file per decoder backend
// currently supported by the media encoder.
var gMediaRecorderTests = [

Просмотреть файл

@ -32,7 +32,7 @@ window.onload = function() {
we've got the first frame.
*/
var resource = getPlayableVideo(gSeekTests);
var resource = getPlayableVideo(gClosingConnectionsTest);
SimpleTest.waitForExplicitFinish();
function beginTest() {