Skip to content

MediaPlayer: fix outputDeviceSet after libvlc API change

Steve Lhomme requested to merge robUx4/libvlcpp:audio-out-set into master

The module parameter has been removed in vlc@fd345221

So we just keep the outputDeviceSet() variant that didn't have the module parameter.

Merge request reports