mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
default.pa: Update rtp null sink line
The description argument has been removed in favour of the more general sink_properties.
This commit is contained in:
parent
9256d9b7be
commit
1c7e29ef32
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue