From bd7c1e7458570c7101cbe73495b51094f551b51a Mon Sep 17 00:00:00 2001 From: Sahil Shadwal Date: Sun, 28 Jan 2024 23:38:32 +0530 Subject: [PATCH] v4l2: Fix FrameivalEnum.stepwise type mismatch with v4l2_frmivalenum Thanks to Pacer Ecks Fixes https://gitlab.gnome.org/GNOME/vala/issues/1517 --- vapi/v4l2.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/v4l2.vapi b/vapi/v4l2.vapi index 129f52a14..7a1680b7f 100644 --- a/vapi/v4l2.vapi +++ b/vapi/v4l2.vapi @@ -319,7 +319,7 @@ namespace V4l2 public uint32 height; public uint32 type; public Fraction discrete; - public Fraction stepwise; + public FrameivalStepwise stepwise; } [CCode (cname="struct v4l2_timecode", has_type_id = false)] -- 2.47.2