[Webkit-unassigned] [Bug 198555] [WinCairo][MediaFoundation] MediaPlayerPrivateMediaFoundation::naturalSize is going to return larger and larger sizes gradually

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 4 23:47:17 PDT 2019


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

--- Comment #7 from Konstantin Tokarev <annulen at yandex.ru> ---
It seems this is happening because naturalSize is larger than size, see m_size=300x150 m_cachedNaturalSize=450.0x225.0 in the beginning. It cause relayout to adjust size of <video>, which makes video frame larger and naturalSize grows futher, and so on

-- 
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/20190605/614d6876/attachment-0001.html>


More information about the webkit-unassigned mailing list