[vlc-commits] Revert "Disable PA by default. Too buggy."
Rémi Denis-Courmont
git at videolan.org
Sat May 28 11:56:35 CEST 2011
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 28 12:05:19 2011 +0300| [5e38b9763af421af77c59a544d7ff64dfb451cc6] | committer: Rémi Denis-Courmont
Revert "Disable PA by default. Too buggy."
This reverts commit 3239bdcb25edcf9ccf481bd938816352842e9087.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=5e38b9763af421af77c59a544d7ff64dfb451cc6
---
NEWS | 4 ----
modules/audio_output/pulse.c | 2 +-
2 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 7999964..215ec25 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,6 @@
Changes between 1.1.9 and 1.1.10:
---------------------------------
-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 multiple security issues
diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
index 2dba39c..7a5ef1f 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -45,7 +45,7 @@ static void Close ( vlc_object_t * );
vlc_module_begin ()
set_shortname( "PulseAudio" )
set_description( N_("Pulseaudio audio output") )
- set_capability( "audio output", 0 )
+ set_capability( "audio output", 160 )
set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AOUT )
add_shortcut( "pulseaudio" )
More information about the vlc-commits
mailing list