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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 10 06:07:32 PST 2015


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

--- Comment #5 from Florent Thiery <florent.thiery at ubicast.eu> ---
Hi

Matthew, you were right, --with-gles2-module-name=/opt/vc/lib/libGLESv2.so
--with-egl-module-name=/opt/vc/lib/libEGL.so did the trick !

./configure CFLAGS="-I/opt/vc/include -I
/opt/vc/include/interface/vcos/pthreads -I
/opt/vc/include/interface/vmcs_host/linux/" LDFLAGS="-L/opt/vc/lib"
--disable-gtk-doc --disable-opengl --enable-gles2 --enable-egl --disable-glx
--disable-x11 --disable-wayland --enable-dispmanx 
--with-gles2-module-name=/opt/vc/lib/libGLESv2.so
--with-egl-module-name=/opt/vc/lib/libEGL.so

It now works:
GST_GL_WINDOW=dispmanx GST_GL_API=gles2 GST_GL_PLATFORM=egl gst-launch-1.0
videotestsrc pattern=1 ! glimagesink

As a side note, is that expected that the default colorspace is RGBA ?

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