Changeset 278155 in webkit


Ignore:
Timestamp:
May 27, 2021 2:18:46 AM (14 months ago)
Author:
commit-queue@webkit.org
Message:

MacOS WebM Format Reader returns enabled for tracks that do not have samples
https://bugs.webkit.org/show_bug.cgi?id=226078
<rdar://74048072>

Patch by Kimmo Kinnunen <kkinnunen@apple.com> on 2021-05-27
Reviewed by Jer Noble.

After r274378 the WebM format reader does not support WebM with non-disabled audio tracks
that do not have any samples.
Remove the empty audio track from all red-green.webmvp9.webm files so that WebGL
conformance tests that use the file do not fail due to this.

  • fast/canvas/webgl/resources/red-green.webmvp8.webm:
  • http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm:
  • webgl/1.0.3/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm:
  • webgl/2.0.0/resources/webgl_test_files/resources/red-green.webmvp8.webm:
  • webgl/resources/webgl_test_files/resources/red-green.webmvp8.webm:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r278147 r278155  
     12021-05-27  Kimmo Kinnunen  <kkinnunen@apple.com>
     2
     3        MacOS WebM Format Reader returns enabled for tracks that do not have samples
     4        https://bugs.webkit.org/show_bug.cgi?id=226078
     5        <rdar://74048072>
     6
     7        Reviewed by Jer Noble.
     8
     9        After r274378 the WebM format reader does not support WebM with non-disabled audio tracks
     10        that do not have any samples.
     11        Remove the empty audio track from all red-green.webmvp9.webm files so that WebGL
     12        conformance tests that use the file do not fail due to this.
     13
     14        * fast/canvas/webgl/resources/red-green.webmvp8.webm:
     15        * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm:
     16        * webgl/1.0.3/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm:
     17        * webgl/2.0.0/resources/webgl_test_files/resources/red-green.webmvp8.webm:
     18        * webgl/resources/webgl_test_files/resources/red-green.webmvp8.webm:
     19
    1202021-05-26  Toshio Ogasawara  <toshio.ogasawara@access-company.com>
    221
Note: See TracChangeset for help on using the changeset viewer.