[vlc-devel] [PATCH 0/3] add add_submodule_name( with_a_name )

Thomas Guillem thomas at gllm.fr
Tue Nov 7 18:40:33 CET 2017


Hello,

I know that we are in a FREEZING state and I don't like touching the CORE
plugin API but this is the simplest and sanner way to fix this issue:
https://trac.videolan.org/vlc/ticket/18896

I already encountered this kind of issue a number of time and always did some
workaround to fix it. For this case, I don't have any. This new module call
could also be very useful in the future.

And, on the plus side, it removes an Ugly comment, no ? ;)

Regards,

Thomas Guillem (3):
  modules: add add_submodule_name()
  scaletempo: change pitch submodule name
  Revert "qt: enable audio filters with their name/shortcut"

 include/vlc_plugin.h                          |  7 +++++++
 modules/audio_filter/scaletempo.c             |  3 +--
 modules/gui/qt/components/extended_panels.cpp | 17 +++++++----------
 modules/gui/qt/components/extended_panels.hpp |  4 +---
 src/modules/entry.c                           | 12 ++++++++++--
 5 files changed, 26 insertions(+), 17 deletions(-)

-- 
2.11.0



More information about the vlc-devel mailing list