<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>&nbsp;</div>
<div>I am using gst_element_seek function to perform it.</div>
<div>&nbsp;</div>
<div>gst_element_seek (pstMS-&gt;pstPlayer, -2.0,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GST_SEEK_TYPE_SET, 0,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GST_SEEK_TYPE_SET, pstMS-&gt;ui32CurTime * GST_SECOND);
</div>
<div>&nbsp;</div>
<div>Please tell me if there is any problem with it and suggest me the solution.</div>
<div>&nbsp;</div>
<div><br clear="all">Regards,<br>-- <br>Ashutosh Gupta,<br></div>