changeset 14fd0305bce1 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=14fd0305bce1
description: fix default audio_input_device
diffstat:
src/common/config.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 742e75e73ede -r 14fd0305bce1 src/common/config.py
--- a/src/common/config.py Sun Nov 29 14:15:25 2009 +0100
+++ b/src/common/config.py Sun Nov 29 14:17:03 2009 +0100
@@ -272,7 +272,7 @@
'ask_offline_status_on_connection': [ opt_bool, False, _('Ask
offline status message to all offline contacts when connection to an accoutn is
established. WARNING: This causes a lot of requests to be sent!') ],
'shell_like_completion': [ opt_bool, False, _('If True,
completion in groupchats will be like a shell auto-completion')],
'show_self_contact': [opt_str, 'when_other_resource', _('When
is self contact row displayed. Can be "always", "when_other_resource" or
"never"'), True],
- 'audio_input_device': [opt_str, 'autoaudiosrc volume
name=gajim_vol'],
+ 'audio_input_device': [opt_str, 'autoaudiosrc ! volume
name=gajim_vol'],
'audio_output_device': [opt_str, 'autoaudiosink'],
'video_input_device': [opt_str, 'autovideosrc ! videoscale !
ffmpegcolorspace'],
'video_output_device': [opt_str, 'autovideosink'],
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits