[herfik] improve pulsaudio support in jingle audio. Fixes #6859

This commit is contained in:
Yann Leboulanger 2011-04-15 14:23:02 +02:00
parent 26c9da414e
commit a471c299a3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class AudioOutputManager(DeviceManager):
# Alsa sink
self.detect_element('alsasink', _('ALSA: %s'), '%s sync=false')
# Pulseaudio sink
self.detect_element('pulsesink', _('Pulse: %s'), '%s sync=false')
self.detect_element('pulsesink', _('Pulse: %s'), '%s sync=true')
class VideoInputManager(DeviceManager):