Made pulsedevices high priority than oss for recording

Change-Id: Iae607d3ee0bcaa21142e264edb32ed0e631a4a03
Reviewed-by: Mithra Pattison <mithra.pattison@nokia.com>
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Ling Hu
2012-05-25 16:39:55 +10:00
committed by Qt by Nokia
parent b51e1bfa66
commit 4d0bb08351

View File

@@ -103,9 +103,9 @@ void QGstreamerAudioInputEndpointSelector::update()
{
m_names.clear();
m_descriptions.clear();
updatePulseDevices();
updateAlsaDevices();
updateOssDevices();
updatePulseDevices();
if (m_names.size() > 0)
m_audioInput = m_names.at(0);
}