mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-14 05:34:06 -04:00
scheduler: add comment about the FOLLOW_SUSPEND special case
This commit is contained in:
parent
9098996b87
commit
95eac7b4e5
1 changed files with 3 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ static void make_runnable(struct pw_context *context, struct pw_impl_node *node)
|
||||||
* A (p) -> (*) B A + B no change
|
* A (p) -> (*) B A + B no change
|
||||||
* A (f) -> (*) B A + B no change
|
* A (f) -> (*) B A + B no change
|
||||||
* A (fs) -> (*) B A + B no change
|
* A (fs) -> (*) B A + B no change
|
||||||
|
*
|
||||||
|
* There is a special case for FOLLOW_SUSPEND<->FOLLOW_SUSPEND to make
|
||||||
|
* it possible to manually link a source to a sink
|
||||||
*/
|
*/
|
||||||
static inline bool runnable_pair(struct pw_impl_port *a, struct pw_impl_port *b)
|
static inline bool runnable_pair(struct pw_impl_port *a, struct pw_impl_port *b)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue