mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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;
|
struct val d;
|
||||||
|
|
||||||
auto v = info.idmap().find(prop->key);
|
auto v = info.idmap().find(prop->key);
|
||||||
if (v == NULL)
|
if (v == info.idmap().end())
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
|
|
||||||
ctrl_id = v->second;
|
ctrl_id = v->second;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue