mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
monitor: remove monitor API and use device
Remove the monitor API, we can use the device API for it. Make sure we support creating devices (like alsa) from another device (udev). Use new object.id to store the object id in the object properties. Use the port.id/node.id etc to make relations to other objects.
This commit is contained in:
parent
818fb9e904
commit
6756a3c8fc
43 changed files with 474 additions and 1015 deletions
|
|
@ -302,7 +302,7 @@ struct pw_device {
|
|||
struct spa_hook listener;
|
||||
struct spa_hook_list listener_list;
|
||||
|
||||
struct spa_list node_list;
|
||||
struct spa_list object_list;
|
||||
|
||||
void *user_data; /**< device user_data */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue