]> git.sesse.net Git - vlc/commit
Add module_start() and module_stop()
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 27 Jul 2010 18:33:06 +0000 (21:33 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 27 Jul 2010 19:33:37 +0000 (22:33 +0300)
commitd4e41e6450ec6321cb6d547fbbb16123fbccd039
tree912a4665bed7a5ed7f66d10edb9ba37e3aacbf8d
parent354f70c527ff183d34f0432b3611ef762fbc84b9
Add module_start() and module_stop()

This can be used to restart a plugin without going through the whole
module_need(). This only makes sense if you are sure that the plugin
will accept the object parameters. In other words, do not change any
object parameter that could influence the plugin probing decision.
include/vlc_modules.h
src/modules/modules.c