<div dir="ltr">I use gstreamer 1.6 at x86 and at buildroot for IMX6 Freescale.<div><br></div><div>I have multiple components loaded by Loader and the loader is single. I need sometimes load and unload component with VideoItem. And this cause updateNode with ""create new VideoNode". C++ code is stable and I just setState for pipeline Paused or Running. When state is paused - I unload component with VideoNode :) IMHO this is such a regular situation is strange that there is a bug )</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-21 17:10 GMT+03:00 rspruyt <span dir="ltr"><<a href="mailto:Randy.Spruyt@christiedigital.com" target="_blank">Randy.Spruyt@christiedigital.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't have the code infront of me at the moment, but with the gstreamer 1.5<br>
and Qt-GStreamer-1.2 I am able to creating multiple items. Just off the top,<br>
it could be that you are binding<br>
m_contextQml->setContextProperty(QLatin1String("testVideoSurface"),<br>
m_surface); to each surface that you create. Hence the 2nd surface has the<br>
same context as the first. Just a theory it's been a while since I looked at<br>
this.<br>
<br>
If this doesn't work, isolate whether this is a pipeline issue or a<br>
gstreamer issue, consider simplifying the pipeline to a simple playbin, make<br>
sure it works in gst-launch-1.0, the use the same playbin programatically.<br>
See if you can create multiple elements.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/QML-Qt-GStreamer-1-2-dynamic-loading-VideoItem-tp4674193p4674194.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/QML-Qt-GStreamer-1-2-dynamic-loading-VideoItem-tp4674193p4674194.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<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>
</div></div></blockquote></div><br></div>