[Webkit-unassigned] [Bug 173410] [GTK] fast/canvas/canvas-createPattern-video-loading.html is failing since r218170

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 10 05:28:03 PDT 2017


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

Ms2ger <Ms2ger at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Ms2ger at igalia.com,
                   |                            |zan at falconsigh.net
             Blocks|                            |172427

--- Comment #1 from Ms2ger <Ms2ger at igalia.com> ---
The test fails because drawImageToCanvasAndCheckPixels only find transparent black on the canvas when called from the "playing" callback.

The issue is that MediaPlayerPrivateGStreamerBase::m_sample is set to nullptr in the newly added flushCurrentBuffer() method, called in response to a GST_EVENT_FLUSH_START event. The paint() method then returns early because GST_IS_SAMPLE(m_sample.get()) is false, and the CanvasPattern ends up transparent black.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=172427
[Bug 172427] [GStreamerGL] Release GstVideoFrame when there is a flush event from the pipeline
-- 
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/20170810/daf97773/attachment.html>


More information about the webkit-unassigned mailing list