mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
libcamera: return empty controls instead of error
This commit is contained in:
parent
cd8ac5c1a6
commit
96472e259f
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ spa_libcamera_enum_controls(struct impl *impl, struct port *port, int seq,
|
||||||
uint32_t start, uint32_t num,
|
uint32_t start, uint32_t num,
|
||||||
const struct spa_pod *filter)
|
const struct spa_pod *filter)
|
||||||
{
|
{
|
||||||
return -ENOTSUP;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void libcamera_on_fd_events(struct spa_source *source)
|
static void libcamera_on_fd_events(struct spa_source *source)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue