mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
rtp_stream: Use the log topic of the module
Set log topic to the topic of the module linked with stream instead of logging with "default" topic.
This commit is contained in:
parent
24478b9128
commit
09088b376f
5 changed files with 7 additions and 4 deletions
|
|
@ -24,6 +24,9 @@
|
|||
#include <module-rtp/stream.h>
|
||||
#include <module-rtp/apple-midi.h>
|
||||
|
||||
PW_LOG_TOPIC_EXTERN(mod_topic);
|
||||
#define PW_LOG_TOPIC_DEFAULT mod_topic
|
||||
|
||||
#define BUFFER_SIZE (1u<<22)
|
||||
#define BUFFER_MASK (BUFFER_SIZE-1)
|
||||
#define BUFFER_SIZE2 (BUFFER_SIZE>>1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue