mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
v4l2: make custom properties for unknown ones
This commit is contained in:
parent
70e62aacd7
commit
8daff4ce50
1 changed files with 1 additions and 1 deletions
|
|
@ -1000,7 +1000,7 @@ static uint32_t control_to_prop_id(struct impl *impl, uint32_t control_id)
|
|||
case V4L2_CID_SHARPNESS:
|
||||
return SPA_PROP_sharpness;
|
||||
default:
|
||||
return SPA_PROP_unknown;
|
||||
return SPA_PROP_START_CUSTOM + control_id;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue