From: Maarten Bosmans Date: Mon, 15 Aug 2011 19:38:45 +0000 (+0200) Subject: default.pa: Update rtp null sink line X-Git-Tag: v0.99.2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c7e29ef32e5047b6a7771db0862b595d2c188ef;p=platform%2Fupstream%2Fpulseaudio.git default.pa: Update rtp null sink line The description argument has been removed in favour of the more general sink_properties. --- diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 95af191..b9290dd 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.