Modern equivalent of --with-egl-window-system=rpi ?

Julien Isorce julien.isorce at gmail.com
Fri Sep 5 01:33:03 PDT 2014


Hi,

You also need to set GST_GL_API=gles2

See
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/gst-libs/gst/gl?id=707cb5800490a654e16ca683e104c1fb9ea3eb87

If you want to avoid setting those env var, you can disable unwanted
support at build time, for example:  --disable-opengl --disable-wayland
--disable-x11 --disable-glx ...
and just enable --enable-gles2 --enable--dispmanx --enable-egl ...

On rpi I think you may just need to uninstall mesa packages, and just
install the rpi bcm dev packages that put egl/gles2 headers in
/opt/vc/include directory (can't remember the exact package name). Also if
you may want to uninstall wayland package to avoid building the gstgl
support (so no need to pass --disable-wayland explicitly)

Cheers
Julien


On 5 September 2014 08:20, Sebastian Dröge <sebastian at centricular.com>
wrote:

> On Fr, 2014-09-05 at 17:00 +1000, Michael Tyson wrote:
> > Cheers for the reply Sebastian!
> >
> > Alas, nope - here’s what it says ("Failed to bind OpenGL API:
> EGL_BAD_PARAMETER”):
> > [...]
>
> Can you file a bug about that at http://bugzilla.gnome.org against
> GStreamer, and attach a debug log with GST_DEBUG=*gl*:6 ?
>
> --
> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140905/a33fa729/attachment.html>


More information about the gstreamer-devel mailing list