summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-08-15 21:38:45 +0200
committerColin Guthrie <colin@mageia.org>2011-08-16 11:01:34 +0100
commit1c7e29ef32e5047b6a7771db0862b595d2c188ef (patch)
tree6b7e5b832f52e070645237c7ecb39650b8e2fade
parent9256d9b7be25c2e08cae01a44e0caf179cf1f880 (diff)
default.pa: Update rtp null sink line
The description argument has been removed in favour of the more general sink_properties.
-rwxr-xr-xsrc/daemon/default.pa.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 95af191d..b9290ddf 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.