PipeWire 1.2.6
|
Go to the source code of this file.
Data Structures | |
struct | spa_debug_context |
Macros | |
#define | spa_debugn(_fmt, ...) printf((_fmt), ## __VA_ARGS__) |
#define | spa_debug(_fmt, ...) spa_debugn(_fmt"\n", ## __VA_ARGS__) |
#define | spa_debugc(_c, _fmt, ...) (_c)?((_c)->log((_c),_fmt, ## __VA_ARGS__)):(void)spa_debug(_fmt, ## __VA_ARGS__) |
Functions | |
static void | spa_debugc_error_location (struct spa_debug_context *c, struct spa_error_location *loc) |