I'm not sure this works, ie I've already tried the set_state routes, but I any attempt to change the state not returning from the state change call, ie<br>sink.set_state(gst.STATE_NULL) <br>never returns, and no error messages.<br>
<br>This is gstreamer version 0.10, using python as my development environment.<br><br><br><div class="gmail_quote">On Fri, Sep 7, 2012 at 1:45 AM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 2012-09-06 at 21:54 -0700, Brian Quandt wrote:<br>
<br>
> Is there a way to get an appsink out of EOS, after it has received<br>
> such a notification and now reports itself via its eos property as<br>
> being in EOS (ie eos property which is readonly is set to true)?<br>
><br>
> Or do you have to just delete the element and recreate it and hook a<br>
> new one back into the bin?<br>
<br>
Either do a flushing seek on the pipeline (or the sink), or set the<br>
sink's state to NULL or READY and then back to PLAYING again.<br>
<br>
Cheers<br>
 -Tim<br>
<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>
</blockquote></div><br>