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:
@@ -103,9 +103,9 @@ void QGstreamerAudioInputEndpointSelector::update()
|
|||||||
{
|
{
|
||||||
m_names.clear();
|
m_names.clear();
|
||||||
m_descriptions.clear();
|
m_descriptions.clear();
|
||||||
|
updatePulseDevices();
|
||||||
updateAlsaDevices();
|
updateAlsaDevices();
|
||||||
updateOssDevices();
|
updateOssDevices();
|
||||||
updatePulseDevices();
|
|
||||||
if (m_names.size() > 0)
|
if (m_names.size() > 0)
|
||||||
m_audioInput = m_names.at(0);
|
m_audioInput = m_names.at(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user