mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
WIP: work on per driver graphs
Make a graph per driver node and let nodes that link to this join this graph Work on an idea for an even simpler scheduling mechanism.
This commit is contained in:
parent
2d77c4dc34
commit
933635f63f
17 changed files with 325 additions and 239 deletions
|
|
@ -862,6 +862,7 @@ static int impl_node_process_output(struct spa_node *node)
|
|||
static const struct spa_dict_item info_items[] = {
|
||||
{ "media.class", "Video/Source" },
|
||||
{ "node.pause-on-idle", "false" },
|
||||
{ "node.driver", "true" },
|
||||
};
|
||||
|
||||
static const struct spa_dict info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue