Impossible to get the name of modules (from QT module tree dialog)
Regression from 41bf77a2
This feature was used by lot of developers to get a quick overview of all used modules.
New solution: display all modules used by the player, cf. https://mailman.videolan.org/pipermail/vlc-devel/2019-June/125774.html
The main issue with this patch set is that it uses a new tree type. It should use instead the info_category_t API, like EsOutUpdateInfo() does in es_out.c
Edited by Thomas Guillem