[Webkit-unassigned] [Bug 220046] New: media-source-webm.html: Handle frame size in HAVE_METADATA

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 20 14:00:17 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=220046

            Bug ID: 220046
           Summary: media-source-webm.html: Handle frame size in
                    HAVE_METADATA
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com

The current version of media-source-webm.html assumes that a `resize`
event happens after the first media segment is appended.

This is not necessarily true. In fact, an initialization segment
should cause a transition to HAVE_METADATA, and that per spec implies
the size of the video is known.

In practice, some implementations don't report this until a media
segment has arrived.

Because of the way the current code is written, an implementation
emitting `resize` on HAVE_METADATA would timeout the test. This patch
fixes that, accomodating both cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201220/75be0118/attachment.htm>


More information about the webkit-unassigned mailing list