diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-01-12 12:09:15 -0800 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-01-12 12:09:15 -0800 |
commit | 82b7ccae96b08d54e81d62c2f31525c9d7773f24 (patch) | |
tree | 9020abb4e9b7c59ff96e154a45607077b2af36e1 /sesman/chansrv/pulse/module-xrdp-source.c | |
parent | 43b7b84182285652f4f160d38088d15d295a1a31 (diff) | |
download | xrdp-proprietary-82b7ccae96b08d54e81d62c2f31525c9d7773f24.tar.gz xrdp-proprietary-82b7ccae96b08d54e81d62c2f31525c9d7773f24.zip |
we now load module-xrdp-sink/source automatically so user's dont have to mess around with configuring /etc/pulse/default.pa config file
Diffstat (limited to 'sesman/chansrv/pulse/module-xrdp-source.c')
-rw-r--r-- | sesman/chansrv/pulse/module-xrdp-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/pulse/module-xrdp-source.c b/sesman/chansrv/pulse/module-xrdp-source.c index 2d85ad44..2d7ec4fa 100644 --- a/sesman/chansrv/pulse/module-xrdp-source.c +++ b/sesman/chansrv/pulse/module-xrdp-source.c @@ -60,7 +60,7 @@ PA_MODULE_USAGE( "description=<description for the source> " "latency_time=<latency time in ms>"); -#define DEFAULT_SOURCE_NAME "xrdp" +#define DEFAULT_SOURCE_NAME "xrdp-source" #define DEFAULT_LATENCY_TIME 10 #define MAX_LATENCY_USEC (PA_USEC_PER_SEC * 2) #define CHANSRV_PORT_STR "/tmp/.xrdp/xrdp_chansrv_audio_in_socket_%d" |