Hi, gstreamer-devel:<br><br>&nbsp;&nbsp;&nbsp; Did your seek operation succeed? Which state do you seek the pipeline? PAUSED or PLAYING? Maybe you can describe your steps more clearly.<br><br>Eric Zhang<br><br><div class="gmail_quote">2008/12/24 Sumanth V <span dir="ltr">&lt;<a href="mailto:sumanth.v@allaboutif.com">sumanth.v@allaboutif.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi All,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am writing a application which dose a trickmode operation on the stored file. When i do PAUSE and then PLAY it resumes play from where i had PAUSED. But when i do seek forward by setting the rate to 2.0 / 4.0 FORWARD happens but when i press PLAY the play back dose not resume from where i pressed PLAY but instead starts playing from offset where i had selected to forward.<br>

To play while forwarding i send this seek event.<br><br>gst_element_seek( pipeline, 1.0,GST_FORMAT_TIME ,GST_SEEK_FLAG_FLUSH ,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GST_SEEK_TYPE_CUR, 0, GST_SEEK_TYPE_NONE, -1 );<br>

<br>Is this this the correct seek event format??<br>
<br>------------------------------------------------------------------------------<br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>