[vlc-devel] Update image when "set time" in pause
cb
cbouleau at users.sf.net
Fri Apr 18 21:06:20 CEST 2008
Hi,
I am looking for a way to display the image corresponding to a specific
time "t", in pause mode, when the player is already in pause mode and a
"set time to t" in asked.
In other words, the sequence would be :
play // libvlc_playlist_play
...
pause // libvlc_playlist_pause
move to a specific time // libvlc_input_set_time
==> The image corresponding to this specific time is displayed.
The player stays in "pause" mode.
move to a another specific time // libvlc_input_set_time
==> The image corresponding to this other specific time is displayed
The player stays in "pause" mode.
The current behaviour of my player based on libvlc (and of VLC media
player 0.8.6c, unlike other players) is not to update the image in pause
mode even if the read position is changed.
Thank you in advance for any help,
Chris. B
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080418/6ed0a323/attachment.html>
More information about the vlc-devel
mailing list