Hi Marlos,<br><br>You should have a bus callback as described here:<br><a href="http://www.gstreamer.net/data/doc/gstreamer/head/manual/html/chapter-bus.html#section-bus-howto">http://www.gstreamer.net/data/doc/gstreamer/head/manual/html/chapter-bus.html#section-bus-howto</a><br>
that will catch EOS messages, which are emitted when your stream is done playback. Upon getting this message, you need to call gst_element_seek on your playbin element with a seek position of 0, which will tell it to restart.<br>
<br>I posted a simple example here:<br><a href="http://tristanswork.blogspot.com/2010/10/looping-playback-with-gstreamer.html">http://tristanswork.blogspot.com/2010/10/looping-playback-with-gstreamer.html</a><br><br>-t<br>
<br>-- <br>Tristan Matthews<br>email: <a href="mailto:tristan@sat.qc.ca">tristan@sat.qc.ca</a><br>web: <a href="http://tristanswork.blogspot.com">http://tristanswork.blogspot.com</a><br>