Gst audio input: use autoaudiosrc as default device
Currently pulsesrc element is selected if it's installed, even if pulseaudio is not used. Change-Id: I7e23e647767116955e24e3681155f9cb5f6d8574 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
7fb95fe3e2
commit
f9a3b9b00f
@@ -103,6 +103,11 @@ void QGstreamerAudioInputEndpointSelector::update()
|
|||||||
{
|
{
|
||||||
m_names.clear();
|
m_names.clear();
|
||||||
m_descriptions.clear();
|
m_descriptions.clear();
|
||||||
|
|
||||||
|
//use autoaudiosrc as the first default device
|
||||||
|
m_names.append("default:");
|
||||||
|
m_descriptions.append(tr("System default device"));
|
||||||
|
|
||||||
updatePulseDevices();
|
updatePulseDevices();
|
||||||
updateAlsaDevices();
|
updateAlsaDevices();
|
||||||
updateOssDevices();
|
updateOssDevices();
|
||||||
|
|||||||
Reference in New Issue
Block a user