v4l2: set result param id

This commit is contained in:
Wim Taymans 2019-03-14 16:38:36 +01:00
parent 8b2b7c3053
commit 306f0dd964

View file

@ -1025,6 +1025,7 @@ spa_v4l2_enum_controls(struct impl *this, int seq,
if ((res = spa_v4l2_open(dev, this->props.device)) < 0)
return res;
result.id = SPA_PARAM_PropInfo;
result.next = start;
next:
result.index = result.next;