Hi,<br><br><div class="gmail_quote">On Sat, Nov 6, 2010 at 5:11 AM, Luciana Fujii Pontello <span dir="ltr">&lt;<a href="mailto:luciana@holoscopio.com">luciana@holoscopio.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Mon, 2010-11-01 at 18:34 +0300, 4ernov wrote:<br>
<br>
&gt; So, everything is ok till the request is actually being received.<br>
&gt; Suddenly the pipeline is getting stalled (while still staying in<br>
&gt; PLAYING state), time messages on bus are coming in very pulsing manner<br>
&gt; and another window for another xvimagesink isn&#39;t even appear. What can<br>
&gt; be the cause of such a problem behavior?<br>
<br>
</div>You can&#39;t change the pipeline while playing like that. To do what you<br>
want you need to block queue src pad, then unlink it and change the<br>
elements like you do. Check this doc:<br>
<a href="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-block.txt" target="_blank">http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-block.txt</a><br></blockquote><div><br>alternatively, it is possible to use a valve element. When an element downstream has to be changed, you can set the &quot;drop&quot; property to true, replace the element and then unset it.<br>
<br>Regards<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Regards,<br>
<br>
Luciana Fujii<br>
<br>
------------------------------------------------------------------------------<br>
The Next 800 Companies to Lead America&#39;s Growth: New Video Whitepaper<br>
David G. Thomson, author of the best-selling book &quot;Blueprint to a<br>
Billion&quot; shares his insights and actions to help propel your<br>
business during the next growth cycle. Listen Now!<br>
<a href="http://p.sf.net/sfu/SAP-dev2dev" target="_blank">http://p.sf.net/sfu/SAP-dev2dev</a><br>
<div><div></div><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>