<div dir="ltr"><div>I have no android experience but in c, gst_element_set_state has a timeout parameter. If you set it to 0 it should just issue the operation without causing the calling thread to hang. <br><br><br></div>dmt<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 22, 2017 at 4:47 AM, Jesse <span dir="ltr"><<a href="mailto:zhangxh2000@126.com" target="_blank">zhangxh2000@126.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,everyone!<br>
<br>
    I'm writing android app to play online video(rtmp live video),when the<br>
network is bad(maybe the router disconnected from internet), I call<br>
gst_element_set_state (data->pipeline, GST_STATE_PLAYING) on android UI<br>
thread and it will hangs about 20 seconds, this is not allowed on android<br>
because it will freeze<br>
the app.so I need to call gst_element_set_state on a separated thread. I<br>
want to know if there is such a thread in GStreamer or I need to create it<br>
myself? what is the best practice?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/android-gst-element-set-state-hangs-tp4682329.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/android-gst-<wbr>element-set-state-hangs-<wbr>tp4682329.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>