changeset 742e75e73ede in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=742e75e73ede
description: set default values to audio/video input/output devices
diffstat:
src/common/config.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (18 lines):
diff -r e99f0b7e2cf8 -r 742e75e73ede src/common/config.py
--- a/src/common/config.py Sat Nov 28 12:54:44 2009 +0100
+++ b/src/common/config.py Sun Nov 29 14:15:25 2009 +0100
@@ -272,10 +272,10 @@
'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, ''],
- 'audio_output_device': [opt_str, ''],
- 'video_input_device': [opt_str, ''],
- 'video_output_device': [opt_str, ''],
+ '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'],
}
__options_per_key = {
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits