GNOME Bugzilla – Bug 745902
[vaapidecode] fails if glimagesink use egl/gles2
Last modified: 2015-03-14 20:21:38 UTC
GST_GL_WINDOW=x11 GST_GL_API=gles2 GST_GL_PLATFORM=egl gst-launch-1.0 filesrc location=sample.mp4 ! qtdemux ! h264parse ! vaapidecode ! glimagesink ERROR vaapivideomemory gstvaapivideomemory.c:259:gst_video_meta_map_vaapi_memory: failed to make image current ERROR: from element /GstPipeline:pipeline0/GstGLImageSink:glimagesink0: Failed to upload buffer
Created attachment 298893 [details] [review] vaapidisplay: mark X11 display as compatible with EGL
Yup, I confirm the bug and the patch LGTM :)
Pushed, Thanks for the patch. commit 200b1baabc066f8a4102f82f539655d588200ec9 Author: Julien Isorce <j.isorce@samsung.com> Date: Sat Mar 14 22:12:19 2015 +0200 vaapidisplay: mark X11 display as compatible with EGL GST_GL_WINDOW=x11 GST_GL_API=gles2 GST_GL_PLATFORM=egl gst-launch-1.0 ... ! vaapidecode ! glimagesink https://bugzilla.gnome.org/show_bug.cgi?id=745902 Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>