PipeWire 1.2.6
Loading...
Searching...
No Matches
context.h File Reference

spa/debug/context.h More...

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)
 

Detailed Description