Hi all,<br> 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> [] set the pipeline to paused state
<br> [] wait for the state change to complete<br> [] issue a seek <br> [] 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> <br>