libcamera: return empty controls instead of error

This commit is contained in:
Wim Taymans 2022-05-26 18:10:36 +02:00
parent cd8ac5c1a6
commit 96472e259f

View file

@ -440,7 +440,7 @@ spa_libcamera_enum_controls(struct impl *impl, struct port *port, int seq,
uint32_t start, uint32_t num,
const struct spa_pod *filter)
{
return -ENOTSUP;
return 0;
}
static void libcamera_on_fd_events(struct spa_source *source)