<div dir="ltr"><div>Hey, </div><div><br></div><div>You should not have elements which are in different states linked together, so that might be your issue. Try to remove the element first and then set it to NULL. By removing it, it will automatically unlink itself from other elements in the pipeline. Also notice that you'll need to increase the reference counter on the removed element before you remove it, in case you want to do some additional stuff with it (like setting it to NULL). </div><div><br></div><div>Cheers</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-02-20 11:44 GMT+01:00 Alicia Romero <span dir="ltr"><<a href="mailto:alromor84@gmail.com" target="_blank">alromor84@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi List,<br></div>how can I remove from a paused pipeline an element?<br></div>I tried to set the element to NULL state and then remove it from the pipeline. but it get stuck <br></div>when I change the state from pause to null, and the last logging is:<br><br>DEBUG      setting PAD_MODE NONE, set flushing<br><br></div>What am I doing wrong?<br></div>Thanks!!<br></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>