changeset e23fd1d26ee1 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=e23fd1d26ee1
description: [herfik] improve pulsaudio support in jingle audio. Fixes #6859

diffstat:

 src/common/multimedia_helpers.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d33a952428bc -r e23fd1d26ee1 src/common/multimedia_helpers.py
--- a/src/common/multimedia_helpers.py  Tue Apr 12 16:36:49 2011 +0200
+++ b/src/common/multimedia_helpers.py  Fri Apr 15 14:23:02 2011 +0200
@@ -80,7 +80,7 @@
         # 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):
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to