<div class="gmail_quote">On Sat, Nov 28, 2009 at 11:48 AM, git version control <span dir="ltr"><<a href="mailto:git@videolan.org">git@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
vlc | branch: master | Laurent Aimar <<a href="mailto:fenrir@videolan.org">fenrir@videolan.org</a>> | Sat Nov 28 11:43:24 2009 +0100| [3d4490851415f27888484783b62244a120c7e376] | committer: Laurent Aimar<br>
<br>
Improved consecutives seeks behaviour.<br>
<br>
The execution of a seek command will be postpone until the decoder has finished<br>
its bufferisation (or until 125ms has elapsed since the last seek).<br></blockquote><div><br>Great, works very smooth for me, the picture does update while sliding the seek slider.<br><br>Though I still see a reason for keeping the timer stuff in an (the Qt) interface:<br>
- when seeking movies, the sound almost does not get played because it makes a new seek _right after_ finishing the previous one (good for picture, but sound needs time to exist);<br>- when seeking music you get a cloud of sound, nice sound effect, sounds almost like granular synthesis, but the song, and thus the position in it is not comprehensible.<br>
<br>-> I would keep the timer in Qt but make it optional via configuration like this:<br># "timed" seeking yes/no<br># (if yes) seek interval in ms (like up to 1000ms - as the top extreme sport)<br><br>Cheers<br>
</div></div>