[vlc-devel] regestering plugin from c code
Rafaël Carré
funman at videolan.org
Mon Oct 29 11:02:33 CET 2007
Le Mon, 29 Oct 2007 00:47:36 +0100,
Christoffer Gurell <orbit at 0x63.nu> a écrit :
> Is there any way to register a video out plugin from c code so my
> application can add its own plugin without having to add it to the
> plugin directories?
>
> Also.. is there any documentation on writing your own plugins?
The best (and maybe only) examples are the modules source themselves.
Just copy one simple module, and modify it to your needs.
Linking to libvlc should do the trick, however you may need some
headers that are only internal to vlc source.
You can copy these headers with your module, but be sure that they are
the exact same used to compile the libvlc, to keep ABI compatibility.
(The best way still remains putting your module in the VLC source tree)
> / Christoffer Gurell
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list