mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
Remove port
Remove the port object. We don't use it as a dbus object and we don't need it, we can use the link and node object directy. Move poll code and event handler to the node.
This commit is contained in:
parent
463954a299
commit
7d3e46e7f9
22 changed files with 689 additions and 1848 deletions
|
|
@ -159,6 +159,8 @@ spa_debug_dump_mem (const void *mem, size_t size)
|
|||
return SPA_RESULT_INVALID_ARGUMENTS;
|
||||
|
||||
for (i = 0; i < size; i++) {
|
||||
if (i % 16 == 0)
|
||||
printf ("%p: ", &t[i]);
|
||||
printf ("%02x ", t[i]);
|
||||
if (i % 16 == 15 || i == size - 1)
|
||||
printf ("\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue