<br>Anybody know how to fast forward play such as by X2, X4 ,X8,X16 ?<br><br>I tried the avidemux/qtdemux/flvdemux/matroskademux demuxer ,<br>and used the decoder of mine.<br>And must i do somthing in my decoder plugin ?<br><br>Following is the code snippet of app which I have:<br>--------------------------------------------------------------------------------------<br> ret = (int)gst_element_query_position(pipeline,&format,&pos_cur); <br> pos_seek = pos_cur + ( time_seek * GST_SECOND );<br><br> gst_element_seek (pipeline, <br>  
; 4.0, <br> GST_FORMAT_TIME, <br> GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SKIP, <br> GST_SEEK_TYPE_SET,<br> pos_seek, <br> &nbs
p; GST_SEEK_TYPE_NONE,<br> GST_CLOCK_TIME_NONE);<br>------------------------------------------------------------------------------------------<br><br><br>
<br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>