mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
link: add link state and error to info
Notify when state changes
This commit is contained in:
parent
0358e8b480
commit
f3dfe61aa0
6 changed files with 68 additions and 42 deletions
|
|
@ -462,9 +462,6 @@ struct pw_link {
|
|||
struct pw_properties *properties; /**< extra link properties */
|
||||
bool feedback;
|
||||
|
||||
enum pw_link_state state; /**< link state */
|
||||
char *error; /**< error message when state error */
|
||||
|
||||
struct spa_list resource_list; /**< list of bound resources */
|
||||
|
||||
struct spa_io_buffers *io; /**< link io area */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue