<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head></head><body><div style="font-size: 12pt; font-family: Calibri,sans-serif;"><div>Looks nonsensical to me. This is not pretending, this *is* Dsound. I fail to see a "regression".</div><div><br></div><div>-- </div><div>Rémi Denis-Courmont</div><div>Sent from my NVIDIA Tegra-powered device</div><br><div id="htc_header">----- Reply message -----<br>De : "Steve Lhomme" <robUx4@videolabs.io><br>Pour : <vlc-devel@videolan.org><br>Objet : [vlc-devel] [PATCH] mmdevice: don't pretend to be DirectSound with       a higher capability<br>Date : mar., mars 17, 2015 13:03</div></div><br><pre style="word-wrap: break-word; white-space: pre-wrap;">Fixes #14186

But introduced in 491578ce67ecc542c90bf3940fbdb3f90a2b5058
---
 modules/audio_output/mmdevice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_output/mmdevice.c b/modules/audio_output/mmdevice.c
index d9d3573..d6cce9e 100644
--- a/modules/audio_output/mmdevice.c
+++ b/modules/audio_output/mmdevice.c
@@ -1212,6 +1212,6 @@ vlc_module_begin()
     set_capability("audio output", 150)
     set_category(CAT_AUDIO)
     set_subcategory(SUBCAT_AUDIO_AOUT)
-    add_shortcut("wasapi", "directsound")
+    add_shortcut("wasapi")
     set_callbacks(Open, Close)
 vlc_module_end()
-- 
2.3.2

_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a>

</pre></body></html>