PortAudio doesn't make sure that a default device is even available on the default...
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 18 Dec 2009 23:26:12 +0000 (23:26 +0000)
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 18 Dec 2009 23:26:12 +0000 (23:26 +0000)
commita4c6b989be825ee1c6050ea554a3797252d0f5fe
tree54c4d9007990ff05428781e7abfc17c878624e55
parent63d8ee97cb78516a24a52812d1e8b5b506d86275
PortAudio doesn't make sure that a default device is even available on the default Host API (go figure).
Therefore opening the default stream may fail in the precense of usable devices, on other Host API's.
If the default stream fails to open iterate among the Host API's to find one with a default device.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31318 f5534014-38df-0310-8fa8-9805f1628bb7
gtk/rtp_player.c