mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
parent
e96b0ed4a8
commit
cb18c5877b
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ spa_libcamera_set_control(struct impl *impl, const struct spa_pod_prop *prop)
|
|||
struct val d;
|
||||
|
||||
auto v = info.idmap().find(prop->key);
|
||||
if (v == NULL)
|
||||
if (v == info.idmap().end())
|
||||
return -ENOENT;
|
||||
|
||||
ctrl_id = v->second;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue