Skip to content
Snippets Groups Projects
Commit a471c299 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 26c9da41
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment