[Webkit-unassigned] [Bug 225612] New: Don't
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 10 14:12:45 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225612
Bug ID: 225612
Summary: Don't
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: eric.carlson at apple.com
CC: youennf at gmail.com
As noted in https://github.com/w3c/mediacapture-main/issues/453#issuecomment-837051373, if a page:
1. Assigns a MediaStream with an audio track and no video track to a video element.
2. Adds a video track to the MediaStream assigned in step 1.
3. Removes the video track from the MediaStream assigned in step 1.
4. Adds the same video track again to the MediaStream assigned in step 1.
WebKit fires "resize", "loadedmetadata" and "canplay" events on step 4.
readyState should not drop below HAVE_METADATA when the video track is removed, so it should not fire "loadedmetadata" when it is re-added.
--
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/20210510/f704ea55/attachment.htm>
More information about the webkit-unassigned
mailing list