GNOME Bugzilla – Bug 775248
rpi,gl: EGLImage creation errors
Last modified: 2016-11-30 08:33:06 UTC
Created attachment 340924 [details] log file +++ This bug was initially created as a clone of Bug #774518 +++ Commit 8c2118823b3d42840cc6f48cbdc0e1b342f90b80 seems to be the culprit. Attaching a log file.
This happens when trying to play an h264 video with gst-play. I see the errors and then somehow playback starts and works fine but I don't think we should see those errors in the first place :)
I cannot reproduce with git master of everything. Do you have master of gst-omx?
Yes, using master of gst-omx too.. Humm I'll double-check again here then.
My guess is that GST_GL_HAVE_DMABUF is 0 for you and the egl_context isn't passed to eglImageCreateImage.
Confirmed on IRC. commit 1db88cbee7aa071e7fdd521dad01bcd70e1f1d2f Author: Matthew Waters <matthew@centricular.com> Date: Wed Nov 30 19:26:51 2016 +1100 glmemoryegl: remove spurious #if GST_GL_HAVE_DMABUF conditions 8c2118823b3d42840cc6f48cbdc0e1b342f90b80 had some incorrect preprocessor conditions that aren't actually needed. Remove them. https://bugzilla.gnome.org/show_bug.cgi?id=775248