[Bug 759131] glimagesink compiled for GLES/EGL/dispmanx (without X) fails on RaspberryPi

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 7 14:44:25 PST 2015


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

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> ---
You probably have mesa installed and it's picking up the mesa libraries at
runtime.  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