Hi All,<br><br>     I am written an application for performing both FORWARD n REVERSE operation on a TS file. I am able to perform a FORWARD operation. But when i try to perform the -ve play back i.e REWIND operation, The frame is getting Freezed.  The seek event i am pasing to the pipeline is<br>
<br>gst_element_seek(pipeline,-2.0,GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH , GST_SEEK_TYPE_NONE,0,GST_SEEK_TYPE_END,-1);<br><br>Where am i going wrong in performing the -ve playback?? Are all the parameter passed to the pipeline for performing -ve playback is correct?<br>
I am passing the same seek event for performing the FORWARD operation with the playback rate set to positive, and its working fine.<br><br>Thanks all,<br>Sumanth<br><br><br>