mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
node: add option to pause-on-idle
v4l2 is slower to start when we pause in idle. Disable this behaviour with an option on the node.
This commit is contained in:
parent
920d098ea7
commit
2fe7197930
2 changed files with 24 additions and 3 deletions
|
|
@ -861,6 +861,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" },
|
||||
};
|
||||
|
||||
static const struct spa_dict info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue