<div>Hi all,</div>
<div>I am trying to implement backward scanning (backward trickmode) using gstreamer. I want to play backwards from current playing location to the start of the file at various rates.</div>
<div> </div>
<div>I am using gst_element_seek function to perform it.</div>
<div> </div>
<div>gst_element_seek (pstMS->pstPlayer, -2.0,<br> GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT,<br> GST_SEEK_TYPE_SET, 0,<br> GST_SEEK_TYPE_SET, pstMS->ui32CurTime * GST_SECOND);
</div>
<div> </div>
<div>Please tell me if there is any problem with it and suggest me the solution.</div>
<div> </div>
<div><br clear="all">Regards,<br>-- <br>Ashutosh Gupta,<br></div>