[Bug 783776] gsteglimage: eglDestroyImage is used for images created by eglCreateImageKHR

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 14 07:38:31 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783776

--- Comment #3 from Yuji Kuwabara <HHG01200 at nifty.ne.jp> ---
Yes, I renamed /usr/lib/arm-linux-gnueabihf/libEGL.so.1 to libEGL_.so.1 .
It solved the problem.

I also tried to modify "gst-libs/gst/gl/egl/gsteglimage.c"
(leaving /usr/lib/arm-linux-gnueabihf/libEGL.so.1 as is)
It also solved the problem. (I think this is more consistent with
_gst_egl_image_create()
--------------------------------------------------------------------
_gst_egl_image_destroy (GstGLContext * context, EGLImageKHR image)
{

#ifdef EGL_VERSION_1_5
  gst_eglDestroyImage = gst_gl_context_get_proc_address (context,
      "eglDestroyImage");
  if (!gst_eglDestroyImage)
#endif
  {
--------------------------------------------------------------------

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list