[Bug 739688] Crash when using glimagesink

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 23 21:33:49 UTC 2016


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

--- Comment #13 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
The rpi's problem is that there can be multiple GL libraries.  The /opt/vc/lib
ones and the mesa ones.  The /opt/vc/libs ones aren't quite setup correctly.

To check if you're loading both GL implementations, perform an info
sharedlibrary command in gdb when it crashes.  There should only be one entry
for libEGL.so and libGLESv2.so.

You have two options to fix.

1. configure gst-plugins-bad with --with-gles2-module-name and
--with-egl-module-name pointing to the /opt/vc/lib libraries.
2. create symlinks in a directory from libGLESv2.so.2 to
/opt/vc/lib/libGLESv2.so and from libEGL.so.1 to /opt/vc/lib/libEGL.so and
point LD_LIBRARY_PATH to your symlink directory.

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