mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Add link introspection
This commit is contained in:
parent
b969623ec8
commit
e6f45a7686
8 changed files with 156 additions and 39 deletions
|
|
@ -52,9 +52,10 @@ struct _PinosLink {
|
|||
PINOS_SIGNAL (destroy_signal, (PinosListener *,
|
||||
PinosLink *));
|
||||
|
||||
SpaList resource_list;
|
||||
|
||||
PinosPort *output;
|
||||
SpaList output_link;
|
||||
|
||||
PinosPort *input;
|
||||
SpaList input_link;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue