mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Improve some debug
This commit is contained in:
parent
6e0ffb0c47
commit
e04d58ee3a
12 changed files with 24 additions and 21 deletions
|
|
@ -918,7 +918,7 @@ static inline int handle_monitor(struct impl *this, const void *data, int n_samp
|
|||
if (SPA_FLAG_IS_SET(dd->flags, SPA_DATA_FLAG_DYNAMIC))
|
||||
dd->data = (void*)data;
|
||||
else
|
||||
memcpy(dd->data, data, size);
|
||||
spa_memcpy(dd->data, data, size);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue