<div dir="ltr"><span>Hi,<br><br>I am not really aware about seeking. Assume I have the following pipeline: <br>gst-launch filesrc location=video.ogg ! oggdemux ! theoraparse ! oggmux ! filesink location=video2.ogg. <br> Is it possible to seek ?<br>
<br></span><span>I mean, does it make sense to send a seek event: rate=1.0 format=time, start=2sec, stop=10 sec. ? <br></span><span>(sending the event in READY state just before going to PLAY state)</span><br><br><span>Then same question about the 2 following pipelines:<br>
</span><span>gst-launch filesrc location=video.ogg ! oggdemux ! thoeradec ! thoeraenc ! oggmux ! filesink location=video2.ogg.</span><br>and<br><span>gst-launch filesrc location=movie.ogg ! oggparse ! filesink location=movie2.ogg.</span><br>
<br>I think it&#39;s just a matter of being &quot;seekable&quot; but I need some clarifications.<br><br>(an other related question, is it equivalent to send the seek event through the global pipeline and trough a more specific element ?)<br>
<br>Thx<br><br>Sincerely<br><br>Julien<br></div>