mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
modules: add log topics to module-protocol-pulse
This ends up using a nested namespace: mod.protocol-pulse for the module itself, mod.protocol-pulse.foo for the various submodules and extensions.
This commit is contained in:
parent
96f8a7597e
commit
52a96bb602
41 changed files with 301 additions and 97 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#include <spa/utils/string.h>
|
||||
#include <pipewire/extensions/metadata.h>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
#define MAX_PARAMS 32
|
||||
|
||||
#define manager_emit_sync(m) spa_hook_list_call(&m->hooks, struct pw_manager_events, sync, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue