[Webkit-unassigned] [Bug 138562] [GStreamer] GstGL support in the video sink

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 08:07:38 PST 2015


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

--- Comment #18 from Julien Isorce <j.isorce at samsung.com> ---
Comment on attachment 243795
  --> https://bugs.webkit.org/attachment.cgi?id=243795
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=243795&action=review

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:314
> +    if (gst_buffer_n_memory(buffer) >= 1) {

Could you try to add "!gst_buffer_get_video_gl_texture_upload_meta(buffer) && " ? Because it is the job of the next block.

> Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp:571
> +#if GST_GL_HAVE_PLATFORM_EGL

Remove all references to egl/eglimage if you have not tested with eglimage

-- 
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/20150107/1ecf17f3/attachment-0002.html>


More information about the webkit-unassigned mailing list