[Webkit-unassigned] [Bug 25920] Canvas drawImage does not support video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 23 03:13:26 PDT 2009


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


ajwong at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ajwong at chromium.org




------- Comment #1 from ajwong at chromium.org  2009-05-23 03:13 PDT -------
I started looking into this.  Doesn't seem too hard (...famous last words...). 
The biggest problem is being able to paint part of the current video frame,
which the media players don't yet support.

I'm thinking of either adding a GetCurrentFrame method to the media player, or
an additional paint function that can take a clipping parameter.


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



More information about the webkit-unassigned mailing list