From 306f0dd9641ea4abb7c56729ee2a833e8085e8e8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 14 Mar 2019 16:38:36 +0100 Subject: [PATCH] v4l2: set result param id --- spa/plugins/v4l2/v4l2-utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/plugins/v4l2/v4l2-utils.c b/spa/plugins/v4l2/v4l2-utils.c index 9fe545d31..cf95cb337 100644 --- a/spa/plugins/v4l2/v4l2-utils.c +++ b/spa/plugins/v4l2/v4l2-utils.c @@ -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;