qtmobility/plugins/multimedia/gstreamer/qgstreameraudioinputendpointselector.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
   102 
   102 
   103 void QGstreamerAudioInputEndpointSelector::update()
   103 void QGstreamerAudioInputEndpointSelector::update()
   104 {
   104 {
   105     m_names.clear();
   105     m_names.clear();
   106     m_descriptions.clear();
   106     m_descriptions.clear();
       
   107 #ifndef Q_WS_MAEMO_5
   107     updateAlsaDevices();
   108     updateAlsaDevices();
   108     updateOssDevices();
   109     updateOssDevices();
       
   110 #endif
   109     updatePulseDevices();
   111     updatePulseDevices();
   110     if (m_names.size() > 0)
   112     if (m_names.size() > 0)
   111         m_audioInput = m_names.at(0);
   113         m_audioInput = m_names.at(0);
   112 }
   114 }
   113 
   115