[vlc-devel] rfc: loadable modules from libvlc
filippo at carone.org
filippo at carone.org
Mon Jan 8 13:51:06 CET 2007
Hi everybody,
i'd like to know if it is ok for you to have functions in libvlc to load
a vlc plugins at runtime, ie after vlc bootstrap, to be released with vlc
version 0.9.0:
/*
* path The complete path to .so plugin file
*/
void libvlc_core_load_module( const char* path, libvlc_exception_t *p_e )
void libvlc_core_unload_module( char* plugin_name, libvlc_exception_t *p_e )
I would take care of implementation.
Cheers,
Filippo
--
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