mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
media-session: add log topics to all modules
Media-session itself uses ms.core, there are only two files that could have a sub-topic but right now they don't use it (match-rules and metadata). The modules use the ms.mod.* namespace, so it's trivial to filter on those.
This commit is contained in:
parent
52a96bb602
commit
e3b216c026
26 changed files with 346 additions and 218 deletions
|
|
@ -151,6 +151,9 @@ PipeWire uses a "category.topic" naming scheme, with the following categories:
|
|||
- `pw.*`: pipewire-internal topics
|
||||
- `mod.*`: module topics, for example `mod.foo` would usually refer to the
|
||||
"foo" module
|
||||
- `ms.*`: media session topics
|
||||
- `ms.mod.*`: media session modules, for example `ms.foo` would usually refer
|
||||
to the "media-session-foo" module
|
||||
- `conn.*`: connection-specific topics such as printing raw messages sent over
|
||||
a communication socket. These are in a separate namespace as they are
|
||||
usually vastly more verbose than the normal debugging topics.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue