This commit is contained in:
Wim Taymans 2017-05-26 08:05:01 +02:00
parent d1a06ae247
commit 5b037661d9
154 changed files with 21017 additions and 23044 deletions

View file

@ -33,22 +33,20 @@ 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);
int spa_debug_dump_mem (const void *data, size_t size);
int spa_debug_dict (const struct spa_dict *dict);
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);
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);
void spa_log_default_trace_purge (void);
struct spa_log *spa_log_get_default(void);
void spa_log_default_trace_purge(void);
#ifdef __cplusplus
} /* extern "C" */
} /* extern "C" */
#endif
#endif /* __SPA_LIBDEBUG_H__ */