spa: libcamera: consume the device numbers libcamera property

Pass on the device numbers property of libcamera to session managers, with they
are better equipped to filter the camera/video devices across v4l2 and libcamera.
This commit is contained in:
Ashok Sidipotu 2023-05-02 16:49:40 +05:30 committed by Wim Taymans
parent 983d34f344
commit 79518d13ae
2 changed files with 29 additions and 2 deletions

View file

@ -275,7 +275,8 @@ struct spa_device_methods {
#define SPA_KEY_DEVICE_PROFILE_SET "device.profile-set" /**< profile set for the device */
#define SPA_KEY_DEVICE_STRING "device.string" /**< device string in the underlying
* layer's format. E.g. "surround51:0" */
#define SPA_KEY_DEVICE_DEVIDS "device.devids" /**< space separated list of device ids (dev_t) of the
* underlying device(s) if applicable */
/**
* \}
*/