[Webkit-unassigned] [Bug 138657] Video as image
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 12 15:28:21 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=138657
--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
> It seems like we should seek to the next frame if possible instead of using
> a hard coded interval. How about adding MediaPlayer::step(int
> numberOfFrames) - and have the default MediaPlayerPrivate implementation
> seek 16_ms * numberOfFrames so it works like this does until ports implement
> stepping logic?
Makes sense. I was actually trying to find a "new frame available" callback so the media player could drive the paints. MediaPlayerClient::mediaPlayerRepaint sounded like it but it didn't seem to actually get called. The timer was more of a hack.
--
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/20141112/30f673a6/attachment-0002.html>
More information about the webkit-unassigned
mailing list