<div dir="ltr">I faced the same behavior when using gstreamer with python in multi threaded solution. Solved it using multiple processes. <br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-10 2:04 GMT+03:00 Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@gmail.com" target="_blank">nicolas.dufresne@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le vendredi 09 décembre 2016 à 17:29 +0100, Nicolas Castillejos a<br>
écrit :<br>
<span class="">> I met problems using Gstreamer with Java, when I want to stop the<br>
> pipeline, sometimes the call to pipe.stop() is blocking for ever.<br>
> I've tryed others calls like setState() and it is blocking forever<br>
> too.<br>
> I think there is informations I don't know about gstreamer<br>
> mechanisms.<br>
> Could you explain how it works internally, why is it blocking ?<br>
> For information I use Appsrc to feed the pipeline with HLS stream. I<br>
> use Gstreamer 1.6.4 and gst1-java-core mapping.<br>
<br>
</span>This should not happen. This indicate that you have reached a deadlock<br>
situation, hence a software bug. You didn't provide enough information<br>
to distinguish between GStreamer/JavaBinding/YouApp as the cause.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nicolas</font></span><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div>