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
|
* 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.
|
* false by default.
|
||||||
* - `raop.latency.ms` = latency for all streams in microseconds. This
|
* - `raop.latency.ms` = latency for all streams in microseconds. This
|
||||||
* can be overwritten in the stream rules.
|
* can be overwritten in the stream rules.
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
* context.modules = [
|
* context.modules = [
|
||||||
* { name = libpipewire-module-raop-discover
|
* { name = libpipewire-module-raop-discover
|
||||||
* args = {
|
* args = {
|
||||||
* #roap.discover-local = false;
|
* #raop.discover-local = false;
|
||||||
* #raop.latency.ms = 1000
|
* #raop.latency.ms = 1000
|
||||||
* stream.rules = [
|
* stream.rules = [
|
||||||
* { matches = [
|
* { matches = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue