mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: module-raop-discover: fix typo in documentation
roap -> raop
This commit is contained in:
parent
9b316f6deb
commit
6712d9c3db
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
*
|
||||
* Options specific to the behavior of this module
|
||||
*
|
||||
* - `roap.discover-local` = allow discovery of local services as well.
|
||||
* - `raop.discover-local` = allow discovery of local services as well.
|
||||
* false by default.
|
||||
* - `raop.latency.ms` = latency for all streams in microseconds. This
|
||||
* can be overwritten in the stream rules.
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
* context.modules = [
|
||||
* { name = libpipewire-module-raop-discover
|
||||
* args = {
|
||||
* #roap.discover-local = false;
|
||||
* #raop.discover-local = false;
|
||||
* #raop.latency.ms = 1000
|
||||
* stream.rules = [
|
||||
* { matches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue