GNOME Bugzilla – Bug 759452
directsoundsink: check device property, don't use default if a specific device is set
Last modified: 2015-12-14 14:50:41 UTC
directsoundsink will not check device property and use the default device if a specific device is set -> I think it should not use the default device if device property is set and give an error instead, when not setting an specific device using the default is ok.
Created attachment 317366 [details] [review] add a check and give an error if a specific device is set via device property, but not found
commit adb5efaf8a9a5b4b6590c637f9054f5df8f2b2a1 Author: Thomas Roos <thomas.roos@industronic.de> Date: Mon Dec 14 14:55:12 2015 +0100 directsoundsink: Check device property and fail if device can't be found Don't use default if a specific device is set but it can't be found. https://bugzilla.gnome.org/show_bug.cgi?id=759452