mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
modules: clean up USAGE arguments
use () to mark optional arguments to avoid confusion with arrays. Add some more optional arguments.
This commit is contained in:
parent
3decaa6457
commit
07e6f44e58
24 changed files with 200 additions and 200 deletions
|
|
@ -95,7 +95,7 @@
|
|||
PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
||||
#define PW_LOG_TOPIC_DEFAULT mod_topic
|
||||
|
||||
#define MODULE_USAGE "stream.rules=<rules>, use create-stream actions "
|
||||
#define MODULE_USAGE "( stream.rules=<rules>, use create-stream actions )"
|
||||
|
||||
#define DEFAULT_CREATE_RULES \
|
||||
"[ { matches = [ { raop.ip = \"~.*\" } ] actions = { create-stream = { } } } ] "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue