[Webkit-unassigned] [Bug 58339] Apple movie trailers play only audio

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 10:13:58 PDT 2011


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





--- Comment #2 from Eric Carlson <eric.carlson at apple.com>  2011-04-12 10:13:58 PST ---
This happens because HTMLVideoElement::setDisplayMode assumes that a frame of video will be available immediately after calling a media engine's prepareForRendering function. This is not necessarily the case with AVFoundation so HTMLVideoElement continues to display the @poster, which is a 1x1 white pixel.

The solution is to add a mechanism for a media engine to let HTMLMediaElement know when the first frame is ready to render.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list