mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-08 08:21:04 -04:00
doc: add running.dox
This commit is contained in:
parent
1a3df16e27
commit
5474c3c3a5
2 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ down and upstream.
|
||||||
# Async nodes
|
# Async nodes
|
||||||
|
|
||||||
When a node has the node.async property set to true, it will be considered an async
|
When a node has the node.async property set to true, it will be considered an async
|
||||||
node and will be scheduled differently, see scheduling.dox.
|
node and will be scheduled differently, see \ref page_scheduling .
|
||||||
|
|
||||||
A link between a port of an async node and another port (async or not) is called an
|
A link between a port of an async node and another port (async or not) is called an
|
||||||
async link and will have the link.async=true property.
|
async link and will have the link.async=true property.
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,7 @@ extra_docs = [
|
||||||
'dox/internals/session-manager.dox',
|
'dox/internals/session-manager.dox',
|
||||||
'dox/internals/objects.dox',
|
'dox/internals/objects.dox',
|
||||||
'dox/internals/audio.dox',
|
'dox/internals/audio.dox',
|
||||||
|
'dox/internals/running.dox',
|
||||||
'dox/internals/scheduling.dox',
|
'dox/internals/scheduling.dox',
|
||||||
'dox/internals/driver.dox',
|
'dox/internals/driver.dox',
|
||||||
'dox/internals/protocol.dox',
|
'dox/internals/protocol.dox',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue