[vlc-devel] [PATCH 0/3] qt: Added audio device menu
    Sagar Kohli 
    kohli.sagar2 at gmail.com
       
    Wed Jul 17 00:12:42 CEST 2019
    
    
  
Added audio device selection menu in audio device menu by adding an audio_device_model.
fixes #22163
Also fixed the issues reported in the link below:
https://mailman.videolan.org/pipermail/vlc-devel/2019-July/125905.html
Sagar Kohli (3):
  qt: add audio devices model
  qt: expose audio devices model in player_controller
  qml: expose audio devices in audio menu
 modules/gui/qt/Makefile.am                    |   3 +
 .../gui/qt/components/audio_device_model.cpp  | 154 ++++++++++++++++++
 .../gui/qt/components/audio_device_model.hpp  |  64 ++++++++
 .../gui/qt/components/player_controller.cpp   |   2 +
 .../gui/qt/components/player_controller.hpp   |   3 +
 .../gui/qt/components/player_controller_p.hpp |   1 +
 modules/gui/qt/qml/menus/AudioMenu.qml        |   5 +-
 7 files changed, 229 insertions(+), 3 deletions(-)
 create mode 100644 modules/gui/qt/components/audio_device_model.cpp
 create mode 100644 modules/gui/qt/components/audio_device_model.hpp
-- 
2.17.1
    
    
More information about the vlc-devel
mailing list