Bug 94791 - [BlackBerry] draw <video> on <canvas> does not work
Summary: [BlackBerry] draw <video> on <canvas> does not work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 01:52 PDT by Robin Cao
Modified: 2012-08-23 02:52 PDT (History)
5 users (show)

See Also:


Attachments
patch (2.79 KB, patch)
2012-08-23 02:00 PDT, Robin Cao
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Cao 2012-08-23 01:52:47 PDT
<video> as a source for <canvas> does not work on the blackberry port.

Sample JavaScript code:
    canvas.drawImage(video,0,0,w,h);

For a live test case, see http://html5doctor.com/demos/video-canvas-magic/demo1.html
Comment 1 Robin Cao 2012-08-23 02:00:47 PDT
Created attachment 160117 [details]
patch
Comment 2 WebKit Review Bot 2012-08-23 02:52:03 PDT
Comment on attachment 160117 [details]
patch

Clearing flags on attachment: 160117

Committed r126412: <http://trac.webkit.org/changeset/126412>
Comment 3 WebKit Review Bot 2012-08-23 02:52:06 PDT
All reviewed patches have been landed.  Closing bug.