mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
link: add feedback links
Check if a link is a feedback loop. For feedback loops we want to schedule the consumer before the provider.
This commit is contained in:
parent
0701428aec
commit
9b2a051daf
2 changed files with 46 additions and 7 deletions
|
|
@ -456,6 +456,7 @@ struct pw_link {
|
|||
|
||||
struct pw_link_info info; /**< introspectable link info */
|
||||
struct pw_properties *properties; /**< extra link properties */
|
||||
bool feedback;
|
||||
|
||||
enum pw_link_state state; /**< link state */
|
||||
char *error; /**< error message when state error */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue