summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2colorbalance.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/v4l2/gstv4l2colorbalance.h')
-rw-r--r--sys/v4l2/gstv4l2colorbalance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2colorbalance.h b/sys/v4l2/gstv4l2colorbalance.h
index 487b3482..358270fc 100644
--- a/sys/v4l2/gstv4l2colorbalance.h
+++ b/sys/v4l2/gstv4l2colorbalance.h
@@ -44,7 +44,7 @@ G_BEGIN_DECLS
typedef struct _GstV4l2ColorBalanceChannel {
GstColorBalanceChannel parent;
- guint32 index;
+ guint32 id;
} GstV4l2ColorBalanceChannel;
typedef struct _GstV4l2ColorBalanceChannelClass {