<div dir="ltr">Thank you for the pointers, Sebastian.  I have hacked together something based on the Android EGL support, and have the new QMLGlSink working on my target device!<div>I need to clean things up a bit but this is a promising start.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 27, 2015 at 11:57 AM, 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 Di, 2015-10-27 at 11:45 -0400, Jon Evans wrote:<br>
> Hello,<br>
><br>
> I am excited about the new QML video sink in 1.6, and quickly made a<br>
> little test app that compiles fine on Linux desktop.<br>
> My ultimate target is an i.MX6 device running Boot2Qt / Qt 5.5.  I am<br>
> using Yocto to build GStreamer.<br>
> This has GLES2 and rendering is via the EGLFS plugin (so no X11 or<br>
> Wayland)<br>
><br>
> When I try to build gst-plugins-bad, the configure script does not<br>
> enable the Qt plugin due to:<br>
> configure: WARNING: Could not find any Qt Windowing integration<br>
><br>
> Digging into the configure script a bit, it looks like it is not<br>
> picking up on the fact that I want to use EGL, and is then checking<br>
> for X11 and Wayland and failing to find either of those.<br>
><br>
> I am going to keep digging around to see if I can figure out why it's<br>
> not picking up EGL, but I thought I would ask here in parallel -- has<br>
> anyone successfully built the new Qt plugin in a similar cross-<br>
> compile EGL environment?  Any pointers?<br>
<br>
</span>Currently there's only EGL support implemented in the Qt plugin for<br>
Android and Wayland. You'll have to implement something for EGLFS here.<br>
<br>
Take a look at the commits that added Android support, shouldn't<br>
require too many additions.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
</font></span><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" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>