Issue metadata
Sign in to add a comment
|
Canvas capture to MediaStream stopped working |
||||||||||||||||||||||||
Issue descriptionRepro URL: https://jsbin.com/meholuyita/edit?html,output Must enable experimental canvas features (for OffscreenCanvas) Reverting this CL locally fixes the problem: https://codereview.chromium.org/2625873005
,
Jan 27 2017
It looks like the issue can be fixed by basically commenting out the status check after calling getSourceImageForCanvas(). The value of it is garbage, which looks there is an implementation which doesn't set status. https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp?rcl=0&l=514 I found it out while adding the content_browsertest below which I will add to offscreen canvas capture CL. Let me know when it would be good time go back to it. https://codereview.chromium.org/2657773004/
,
Feb 10 2017
This is due to not setting |status| below. It happens for ImageBitmapRenderingContext cases, so I will merge with issue 679610 and work on a fix. https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp?rcl=1b08639b651c7514b61d6b905f61719b40d4b3c6&l=1264 |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by emir...@chromium.org
, Jan 23 2017