[vlc-devel] vlc: svn commit r19020 (dionoea)
Subversion daemon
svn at videolan.org
Sun Feb 25 23:44:48 CET 2007
r19020 | dionoea | 2007-02-25 23:44:48 +0100 (Sun, 25 Feb 2007) | 3 lines
Changed paths:
M /trunk/src/misc/modules.c
M /trunk/src/misc/modules.h
Cleaner fix to the "object is not attached" issue with modules loaded from cache
which weren't used by VLC. This now adds a new b_used flag to module_cache_t which is set to VLC_TRUE once we know that the cached version of the plugin is usable (and thus gets attached to something). If it's not usable, it wont be attached so we tell ModuleDelete() not to try dettaching it.
> http://trac.videolan.org/vlc/changeset/19020
--
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