mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
Debug: remove logger
Make a default logger and mapper in a .h file to be used by examples Remove logger and mapper from libs Make method to set the default mapper for the debug methods
This commit is contained in:
parent
4433203d5f
commit
b4fdcbd322
40 changed files with 508 additions and 494 deletions
|
|
@ -33,17 +33,17 @@ extern "C" {
|
|||
#include <spa/dict.h>
|
||||
#include <spa/log.h>
|
||||
|
||||
int spa_debug_port_info(const struct spa_port_info *info, const struct spa_type_map *map);
|
||||
int spa_debug_buffer(const struct spa_buffer *buffer, const struct spa_type_map *map);
|
||||
int spa_debug_props(const struct spa_props *props, const struct spa_type_map *map);
|
||||
int spa_debug_param(const struct spa_param *param, const struct spa_type_map *map);
|
||||
int spa_debug_pod(const struct spa_pod *pod, const struct spa_type_map *map);
|
||||
int spa_debug_format(const struct spa_format *format, const struct spa_type_map *map);
|
||||
void spa_debug_set_type_map(const struct spa_type_map *map);
|
||||
|
||||
int spa_debug_port_info(const struct spa_port_info *info);
|
||||
int spa_debug_buffer(const struct spa_buffer *buffer);
|
||||
int spa_debug_props(const struct spa_props *props);
|
||||
int spa_debug_param(const struct spa_param *param);
|
||||
int spa_debug_pod(const struct spa_pod *pod);
|
||||
int spa_debug_format(const struct spa_format *format);
|
||||
int spa_debug_dump_mem(const void *data, size_t size);
|
||||
int spa_debug_dict(const struct spa_dict *dict);
|
||||
|
||||
struct spa_log *spa_log_get_default(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue