[vlc-devel] VLC mozilla plugin controls
Jasper
j.alias at student.hhs.nl
Thu Jan 17 15:22:36 CET 2008
Hi again,
we have a question and two bugs we encountered during development. I’d
thought I share them with you:
For calling VLC api functions, should we use the
libvlc_media_instance_xxx functions or the libvlc_playlist_xxx functions?
Not quite sure if this really is a bug but we suspect so: The the
libvlc_playlist _isplaying function should return a 0 when the movie
stream is paused but instead it returns a 1. It does return 0 if the
function is called before starting the movie stream.
And the second one (also not quite sure this is a bug): the
libvlc_media_instance_get_position function causes a crash if the movie
stream hasn’t started yet. Therefore a isplaying check is needed first.
Maybe it’s something the libvlc_media_instance_get_position function
should check it for itself?
We appreciate any input, Thanks.
Jasper Alias
More information about the vlc-devel
mailing list