Commit fbc04e9c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Windows: set DirectSound above MMDevice

Oh yes, it's worse and more problematic than MMDevice...

But it works around Ref #12391
And #12391 works fine with MMDevice on the git.

I did not manage to fix it, so let's downgrade it until 3.0.0
parent c3ee3f62
...@@ -70,7 +70,7 @@ static const char *const speaker_list[] = { "Windows default", "Mono", "Stereo", ...@@ -70,7 +70,7 @@ static const char *const speaker_list[] = { "Windows default", "Mono", "Stereo",
vlc_module_begin () vlc_module_begin ()
set_description( N_("DirectX audio output") ) set_description( N_("DirectX audio output") )
set_shortname( "DirectX" ) set_shortname( "DirectX" )
set_capability( "audio output", 100 ) set_capability( "audio output", 200 )
set_category( CAT_AUDIO ) set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AOUT ) set_subcategory( SUBCAT_AUDIO_AOUT )
add_shortcut( "directx", "aout_directx" ) add_shortcut( "directx", "aout_directx" )
......
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