Commit 3239bdcb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Disable PA by default. Too buggy.

parent 014f4cd8
Changes between 1.1.9 and 1.1.10-git:
---------------------------------
Linux port:
* PulseAudio output disabled due to unstability
(VLC can still use PulseAudio through ALSA emulation.)
Windows and Mac OS X:
* Update of external library modplug, to address a security issue
......
......@@ -103,7 +103,7 @@ static void uninit(aout_instance_t *p_aout);
vlc_module_begin ()
set_shortname( "PulseAudio" )
set_description( N_("Pulseaudio audio output") )
set_capability( "audio output", 160 )
set_capability( "audio output", 0 )
set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AOUT )
add_shortcut( "pulseaudio" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment