mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05: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
|
|
@ -48,6 +48,10 @@
|
|||
#include "../reply.h"
|
||||
#include "../volume.h"
|
||||
|
||||
PW_LOG_TOPIC_EXTERN(pulse_ext_dev_restore);
|
||||
#undef PW_LOG_TOPIC_DEFAULT
|
||||
#define PW_LOG_TOPIC_DEFAULT pulse_ext_dev_restore
|
||||
|
||||
#define DEVICE_TYPE_SINK 0
|
||||
#define DEVICE_TYPE_SOURCE 1
|
||||
|
||||
|
|
|
|||
|
|
@ -47,6 +47,10 @@
|
|||
#include "../reply.h"
|
||||
#include "../volume.h"
|
||||
|
||||
PW_LOG_TOPIC_EXTERN(pulse_ext_stream_restore);
|
||||
#undef PW_LOG_TOPIC_DEFAULT
|
||||
#define PW_LOG_TOPIC_DEFAULT pulse_ext_stream_restore
|
||||
|
||||
static int do_extension_stream_restore_test(struct client *client, uint32_t command, uint32_t tag, struct message *m)
|
||||
{
|
||||
struct message *reply;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue