[vlc-devel] commit: Qt: update audio panel to newest DirectSound changes ( Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Jan 1 23:58:44 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan  1 23:56:53 2010 +0100| [2d6fe3ddb119ad9da87a6bdcae0f4f578e692332] | committer: Jean-Baptiste Kempf 

Qt: update audio panel to newest DirectSound changes

Close #3218

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d6fe3ddb119ad9da87a6bdcae0f4f578e692332
---

 modules/gui/qt4/components/simple_preferences.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 929dba5..002886d 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -262,7 +262,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
 #ifdef WIN32
             audioControl( DirectX );
             optionWidgets.append( DirectXControl );
-            CONFIG_GENERIC2( "directx-audio-device", IntegerList,
+            CONFIG_GENERIC2( "directx-audio-device-name", StringList,
                     NULL, DirectXDevice );
 #else
             if( module_exists( "alsa" ) )




More information about the vlc-devel mailing list