[Bug 759133] glimagesink: dlopen's wrong libGLESv2 on Raspberry Pi

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 7 15:06:21 PST 2015


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

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #1 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
The problem is indeed the compatibility with mesa.  To fix you need to either
point LD_LIBRARY_PATH to /opt/vc/lib before the system libraries or pass
--with-gles2-module-name and --with-egl-module-name pointing to /opt/vc/lib
libraries.

You can check which libraries have been loaded with 'info sharedlibrary' in gdb
at a strategic point (say gst_gl_display_new()).

-- 
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