Move node.pause-on-idle setting to config files

So that we can configure it.
Add some more docs to the config file
This commit is contained in:
Wim Taymans 2021-02-08 17:19:47 +01:00
parent 0f028dab40
commit ecd1d3e1d7
9 changed files with 114 additions and 42 deletions

View file

@ -323,7 +323,6 @@ static const struct spa_dict_item info_items[] = {
{ SPA_KEY_DEVICE_API, "v4l2" },
{ SPA_KEY_MEDIA_CLASS, "Video/Source" },
{ SPA_KEY_MEDIA_ROLE, "Camera" },
{ SPA_KEY_NODE_PAUSE_ON_IDLE, "false" },
{ SPA_KEY_NODE_DRIVER, "true" },
};