mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
doc: fix comment
This commit is contained in:
parent
a9d6807ec1
commit
fb5c9688a2
1 changed files with 4 additions and 5 deletions
|
|
@ -24,9 +24,9 @@ Each node also has:
|
|||
| |
|
||||
+-v---------+
|
||||
activation {
|
||||
status:OK, /* bitmask of NEED_DATA, HAVE_DATA or OK */
|
||||
pending:0, /* number of unsatisfied dependencies to be able to run */
|
||||
required:0 /* number of dependencies with other nodes */
|
||||
status:OK, // bitmask of NEED_DATA, HAVE_DATA or OK
|
||||
pending:0, // number of unsatisfied dependencies to be able to run
|
||||
required:0 // number of dependencies with other nodes
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -188,5 +188,4 @@ Currently the graph start cycle is managed by the server.
|
|||
Remote driver nodes therefore have an extra eventfd to wake up the server and signal
|
||||
the graph start.
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue