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-sink.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-sink.c')
-rw-r--r-- | sesman/chansrv/pulse/module-xrdp-sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c index eb7211a0..d56a4883 100644 --- a/sesman/chansrv/pulse/module-xrdp-sink.c +++ b/sesman/chansrv/pulse/module-xrdp-sink.c @@ -72,7 +72,7 @@ PA_MODULE_USAGE( "channels=<number of channels> " "channel_map=<channel map>"); -#define DEFAULT_SINK_NAME "xrdp" +#define DEFAULT_SINK_NAME "xrdp-sink" #define BLOCK_USEC 30000 //#define BLOCK_USEC (PA_USEC_PER_SEC * 2) #define CHANSRV_PORT_STR "/tmp/.xrdp/xrdp_chansrv_audio_out_socket_%d" |