[Webkit-unassigned] [Bug 258626] getDisplayMedia video constraints not taking effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 12 03:11:40 PST 2023


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

youenn fablet <youennf at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #5 from youenn fablet <youennf at gmail.com> ---
On STP, the initial getSettings() might return 480, but it should later be updated to 1080 (a configuration change event should be fired).
The reason is that the promise resolves before we are capturing the first video frame, which gives us the actual video frame size.
Once we have the size, we are correctly applying the constraints (after https://bugs.webkit.org/show_bug.cgi?id=263015 fix).

I am tentatively closing as fixed by bug 263015.
Please reopen if the initially computed getSettings cause some issues.

*** This bug has been marked as a duplicate of bug 263015 ***

-- 
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/20231212/4ab38326/attachment-0001.htm>


More information about the webkit-unassigned mailing list