From cd39e33d031d586de001bd0e1736de7feee53595 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 19 Nov 2020 12:51:59 +0100 Subject: [PATCH] gstreamer: Update from 1.19.0+ git master --- vapi/gstreamer-video-1.0.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi index 07142f9b5..997214bfa 100644 --- a/vapi/gstreamer-video-1.0.vapi +++ b/vapi/gstreamer-video-1.0.vapi @@ -189,7 +189,7 @@ namespace Gst { [NoWrapper] public virtual bool set_format (Gst.Video.CodecState state); [Version (since = "1.16.")] - public Gst.Video.CodecState set_interlaced_output_state (Gst.Video.Format fmt, Gst.Video.InterlaceMode mode, uint width, uint height, Gst.Video.CodecState? reference); + public Gst.Video.CodecState set_interlaced_output_state (Gst.Video.Format fmt, Gst.Video.InterlaceMode interlace_mode, uint width, uint height, Gst.Video.CodecState? reference); public void set_latency (Gst.ClockTime min_latency, Gst.ClockTime max_latency); public void set_max_errors (int num); [Version (since = "1.4")] -- 2.47.2