]> git.sesse.net Git - vlc/commit
Fix module_GetModulesNamesForCapability() and make it handle submodules properly...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 11 Nov 2007 20:16:51 +0000 (20:16 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 11 Nov 2007 20:16:51 +0000 (20:16 +0000)
commit44de901a6dcdb11f25ab8583738ad0e2ba3c4959
tree9e6a9730a011fecad6717a2de0dd90c9396343cf
parent7fe8ad1b31a721f9eebe7df825e7e499ea9a9734
Fix module_GetModulesNamesForCapability() and make it handle submodules properly (ie: the shoutcasttv submodule is returned as "shoutcasttv" instead of "shout"). This function (or its services_discovery_GetServicesNames(p_this) specialised version) should be used in interfaces, instead of the current code duplication.
src/modules/modules.c