You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
642 B
13 lines
642 B
diff -up vlc-0.9.2/modules/audio_output/pulse.c.pulse_default vlc-0.9.2/modules/audio_output/pulse.c
|
|
--- vlc-0.9.2/modules/audio_output/pulse.c.pulse_default 2008-09-15 11:05:23.000000000 +0200
|
|
+++ vlc-0.9.2/modules/audio_output/pulse.c 2008-09-15 11:05:52.000000000 +0200
|
|
@@ -95,7 +95,7 @@ static void uninit(aout_instance_t *p_ao
|
|
vlc_module_begin();
|
|
set_shortname( "Pulse Audio" );
|
|
set_description( N_("Pulseaudio audio output") );
|
|
- set_capability( "audio output", 40 );
|
|
+ set_capability( "audio output", 200 );
|
|
set_category( CAT_AUDIO );
|
|
set_subcategory( SUBCAT_AUDIO_AOUT );
|
|
add_shortcut( "pulseaudio" );
|