[vlc-devel] python bindings - get_media_position

Fabian van der Werf fvanderwerf at gmail.com
Tue Feb 20 10:11:20 CET 2007


Hello all,

I am trying to use vlc through the python bindings. It seems that,
using the newapi, get_media_position doesn't give the correct position
after having seeked backwards.
For example: play a video up to point b, then seek back to point a
(thus a < b). While the actual playing video is between a and b
get_media_position returns b, instead of the actual position. After
having passed point b get_media_position returns the correct value.

I guess the new api is still work in progress. What is the right way
to retrieve the current position through the old api?

I can't find useful docs on the old api, are there any docs? Or can
someone point me the location in the source where I can find info on
the old api.

btw. this was in version 0.8.6a

regards,
Fabian

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list