From 0396ca4931d6dc39a6749b13ed23dde02241565d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 25 Oct 2022 20:27:14 +0200 Subject: [PATCH] libcamera: let the session manager set pause-on-idle --- spa/plugins/libcamera/libcamera-source.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/libcamera/libcamera-source.cpp b/spa/plugins/libcamera/libcamera-source.cpp index 9b6d8246d..3891b19f2 100644 --- a/spa/plugins/libcamera/libcamera-source.cpp +++ b/spa/plugins/libcamera/libcamera-source.cpp @@ -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" }, };