Hi,<div><br></div><div>I am trying to seek in an mpeg2 files (I use OSSbuild LGPL on windows Seven X32)  :</div><div>I do for exemple : bool b=gst_element_seek_simple(m_pipeline,GST_FORMAT_TIME,(GstSeekFlags)(GST_SEEK_FLAG_ACCURATE|GST_SEEK_FLAG_FLUSH),cur);</div>
<div><br></div><div>(I have also test gst_element_seek without success) :</div><div>It always return false : I wants at least to be able to restart mpeg2 when I detect EOS to loop files.</div><div><br></div><div>Is the Mpeg2 decoder not able to seek ?</div>
<div><br></div><div>I am a beginner in gstreamer ...</div><div><br></div><div>Best regards</div>