[Webkit-unassigned] [Bug 73405] When playing audio in <video>, the poster is hidden on play

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 13:08:38 PST 2011


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





--- Comment #3 from Eric Carlson <eric.carlson at apple.com>  2011-11-30 13:08:38 PST ---
We display the poster until HTMLVideoElement::hasAvailableVideoFrame returns true. That method asks the media engine if has video to display. The QTKit based method (MediaPlayerPrivateQTKit::hasAvailableVideoFrame) can't tell if a QTMovieLayer actually has frames ready to display, but it also doesn't check to see if the movie has video at all.

-- 
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