Hi all,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i have written a simple player application using gstreamer.<br>i would like to know how can i start playback from a particular position in a stream.<br><br>heres what i have tried.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [] set the pipeline to paused state
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; []&nbsp; wait for the&nbsp; state change to complete<br>&nbsp; &nbsp; &nbsp; []&nbsp; issue a seek  <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; []&nbsp; set pipeline to playing state.<br><br>but in this case the first frame from the stream is displayed(due to preroll) before the frame from the seek position is displayed.
<br>is it possible to start the playback directly from a particular position in the stream.<br><br>thanks in advance<br><br>&nbsp; <br>