[herfik] improve pulsaudio support in jingle audio. Fixes #6859
This commit is contained in:
parent
26c9da414e
commit
a471c299a3
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class AudioOutputManager(DeviceManager):
|
||||||
# Alsa sink
|
# Alsa sink
|
||||||
self.detect_element('alsasink', _('ALSA: %s'), '%s sync=false')
|
self.detect_element('alsasink', _('ALSA: %s'), '%s sync=false')
|
||||||
# Pulseaudio sink
|
# Pulseaudio sink
|
||||||
self.detect_element('pulsesink', _('Pulse: %s'), '%s sync=false')
|
self.detect_element('pulsesink', _('Pulse: %s'), '%s sync=true')
|
||||||
|
|
||||||
|
|
||||||
class VideoInputManager(DeviceManager):
|
class VideoInputManager(DeviceManager):
|
||||||
|
|
Loading…
Add table
Reference in a new issue