<div dir="ltr"><div>Hi,<br><br>You also need to set GST_GL_API=gles2<br><br>See <a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/gst-libs/gst/gl?id=707cb5800490a654e16ca683e104c1fb9ea3eb87" target="_blank">http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/gst-libs/gst/gl?id=707cb5800490a654e16ca683e104c1fb9ea3eb87</a><br><br></div><div>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 ...<br></div><div>and just enable --enable-gles2 --enable--dispmanx --enable-egl ...<br></div><div><br></div><div>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)<br><br></div><div>Cheers<br></div><div>Julien<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 5 September 2014 08:20, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fr, 2014-09-05 at 17:00 +1000, Michael Tyson wrote:<br>
> Cheers for the reply Sebastian!<br>
><br>
> Alas, nope - here’s what it says ("Failed to bind OpenGL API: EGL_BAD_PARAMETER”):<br>
</span>> [...]<br>
<br>
Can you file a bug about that at <a href="http://bugzilla.gnome.org" target="_blank">http://bugzilla.gnome.org</a> against<br>
GStreamer, and attach a debug log with GST_DEBUG=*gl*:6 ?<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>