[vlc-commits] Windows: set DirectSound above MMDevice
Jean-Baptiste Kempf
git at videolan.org
Mon Jan 26 18:51:46 CET 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 26 18:49:07 2015 +0100| [fbc04e9c81fcf9871e461d0452d46e7a47ac1c36] | committer: 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
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=fbc04e9c81fcf9871e461d0452d46e7a47ac1c36
---
modules/audio_output/directsound.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_output/directsound.c b/modules/audio_output/directsound.c
index 7e26474..259c842 100644
--- a/modules/audio_output/directsound.c
+++ b/modules/audio_output/directsound.c
@@ -70,7 +70,7 @@ static const char *const speaker_list[] = { "Windows default", "Mono", "Stereo",
vlc_module_begin ()
set_description( N_("DirectX audio output") )
set_shortname( "DirectX" )
- set_capability( "audio output", 100 )
+ set_capability( "audio output", 200 )
set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AOUT )
add_shortcut( "directx", "aout_directx" )
More information about the vlc-commits
mailing list