[vlc-devel] libvlc status?

Tanguy Krotoff tkrotoff at gmail.com
Wed Mar 26 18:04:13 CET 2008


On Wed, Mar 26, 2008 at 4:09 PM, Filippo Carone <filippo at carone.org> wrote:
>  the fast answer is libvlc is in progress. Please file all the bugs you
>  find as bug reports on trac to help us fixing and testing. I'm trying to
>  cover with unit tests all the libvlc functions from the java bindings
>  and update the
>
>  http://jvlc.ihack.it/maven-site/jvlc-core/surefire-report.html
>
>  to keep a public report on what is going on (you may take a look at the
>  bindings/java/core/src/test/java classes).

That's really nice!

>  Your sample code, with the current libvlc-0.9 turns to:
>  1 new libvlc_instance
>  2 set parent
>  3 new libvlc_media_descriptor
>  4 new libvlc_media_list
>  5 add descriptor to list
>  6 create libvlc_media_list_player
>  7 list_player.play
>
>  or
>  1 new libvlc_instance
>  2 set parent
>  3 new media_instance
>  4 media_instance play

True that is pretty simple.
Just a thought about set_parent
There is already set_drawable
what is the difference?

Thx

-- 
Tanguy Krotoff <tkrotoff at gmail.com>
+33 6 68 42 70 24



More information about the vlc-devel mailing list