mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
Add support for trace logging in lockfree ringbuffer
Fix some crashes when the connection is dead. Small cleanups in the audio mixer Only propose alloc_buffer when we are using export_buf in v4l2
This commit is contained in:
parent
b51d3e4862
commit
214a0e27d8
10 changed files with 248 additions and 83 deletions
|
|
@ -42,6 +42,8 @@ SpaResult spa_debug_dump_mem (const void *data, size_t size);
|
|||
SpaResult spa_debug_dict (const SpaDict *dict);
|
||||
|
||||
SpaLog * spa_log_get_default (void);
|
||||
void spa_log_default_trace_purge (void);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue