]> code.delx.au - pulseaudio/commitdiff
default.pa: Update rtp null sink line
authorMaarten Bosmans <mkbosmans@gmail.com>
Mon, 15 Aug 2011 19:38:45 +0000 (21:38 +0200)
committerColin Guthrie <colin@mageia.org>
Tue, 16 Aug 2011 10:01:34 +0000 (11:01 +0100)
The description argument has been removed in favour of the more general sink_properties.

src/daemon/default.pa.in

index 95af191db91f22ff2d70993259cb66d2f661bc8d..b9290ddf6a02e49dff1be4cfde8be4c893a1e584 100755 (executable)
@@ -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.