]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
v4l2: Fix FrameivalEnum.stepwise type mismatch with v4l2_frmivalenum
authorSahil Shadwal <sahilshadwal@gmail.com>
Sun, 28 Jan 2024 18:08:32 +0000 (23:38 +0530)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 4 Feb 2024 12:46:28 +0000 (13:46 +0100)
Thanks to Pacer Ecks

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1517

vapi/v4l2.vapi

index 129f52a1483e381041e9a0beea512e3c4f017312..7a1680b7f354285c78d06d5a9fe7e8ba83ed68d8 100644 (file)
@@ -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)]