libcamera: let the session manager set pause-on-idle

This commit is contained in:
Wim Taymans 2022-10-25 20:27:14 +02:00
parent 9d0be53be9
commit 0396ca4931

View file

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