The description argument has been removed in favour of the more general sink_properties. --- src/daemon/default.pa.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index e5dd28c..304a3af 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -112,7 +112,7 @@ ifelse(@OS_IS_WIN32@, 0, [dnl #load-module module-rtp-recv ### Load the RTP sender module (also configured via paprefs, see above) -#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description="RTP Multicast Sink" +#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'" #load-module module-rtp-send source=rtp.monitor ### Load additional modules from GConf settings. This can be configured with the paprefs tool. -- 1.7.4.1