-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement CanvasRenderingContext2D.prototype.drawImage SHIM to suppor…
…t video to canvas capture
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03e4a0d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hthetiot Replying to: #586 (comment)
Looks good to me. Gosh the canvas APIs are bad...
The only downside to this is that potentially large backpressure could be created by the caller since we're swallowing the callback to a slow bridge call (70-80ms based on the loud cordova log instrumentation).