Commit 1ace1024 authored by Glenn Adams's avatar Glenn Adams
Browse files

Update mpeg2ts resources.

parent d2ab2244
Loading
Loading
Loading
Loading
+1 −77940

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ function run(t) {
        assert_not_equals(canPlay, '', 'can play type ' + mimeType + ' must return non-empty string');
    },  defProperties.expandedName + '-can-play-type');
    if ((canPlay === 'maybe') || (canPlay === 'probably')) {
        e.src = './resources/test.m2ts';
        e.src = './resources/test.mp2';
        e.autoplay = true;
        e.onended = t.step_func_done(function(evt) {
            loadComplete(defProperties, e, evt);

specs/mpeg2ts/resources/test.m2ts

deleted100644 → 0
−70 MiB

File deleted.

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ function run(t) {
        assert_not_equals(canPlay, '', 'can play type ' + mimeType + ' must return non-empty string');
    },  defProperties.expandedName + '-can-play-type');
    if ((canPlay === 'maybe') || (canPlay === 'probably')) {
        e.src = './resources/test.m2ts';
        e.src = './resources/test.mp2';
        e.autoplay = true;
        e.onended = t.step_func_done(function(evt) {
            loadComplete(defProperties, e, evt);
Loading