From: Rico Tzschichholz Date: Wed, 3 Mar 2021 09:05:00 +0000 (+0100) Subject: Regenerate GIR-based bindings to pick up missing type_cname attributes X-Git-Tag: 0.51.90~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f81123c1658525ece7c622bcb835ef7fb30aa81;p=thirdparty%2Fvala.git Regenerate GIR-based bindings to pick up missing type_cname attributes --- diff --git a/vapi/gstreamer-rtsp-1.0.vapi b/vapi/gstreamer-rtsp-1.0.vapi index 988d1deb3..fafa3293b 100644 --- a/vapi/gstreamer-rtsp-1.0.vapi +++ b/vapi/gstreamer-rtsp-1.0.vapi @@ -239,7 +239,7 @@ namespace Gst { public Gst.RTSP.Result wait_backlog_usec (int64 timeout); public Gst.RTSP.Result write_data ([CCode (array_length_cname = "size", array_length_pos = 1.5, array_length_type = "guint")] owned uint8[] data, out uint id); } - [CCode (cheader_filename = "gst/rtsp/rtsp.h", type_id = "gst_rtsp_extension_get_type ()")] + [CCode (cheader_filename = "gst/rtsp/rtsp.h", type_cname = "GstRTSPExtensionInterface", type_id = "gst_rtsp_extension_get_type ()")] [GIR (name = "RTSPExtension")] public interface Extension : GLib.Object { public abstract Gst.RTSP.Result after_send (Gst.RTSP.Message req, Gst.RTSP.Message resp); diff --git a/vapi/gstreamer-tag-1.0.vapi b/vapi/gstreamer-tag-1.0.vapi index 953fe1711..1ef26138b 100644 --- a/vapi/gstreamer-tag-1.0.vapi +++ b/vapi/gstreamer-tag-1.0.vapi @@ -134,7 +134,7 @@ namespace Gst { [NoWrapper] public virtual Gst.Buffer render_start_tag (Gst.TagList tag_list); } - [CCode (cheader_filename = "gst/tag/tag.h", type_id = "gst_tag_xmp_writer_get_type ()")] + [CCode (cheader_filename = "gst/tag/tag.h", type_cname = "GstTagXmpWriterInterface", type_id = "gst_tag_xmp_writer_get_type ()")] [GIR (name = "TagXmpWriter")] public interface XmpWriter : Gst.Element { public void add_all_schemas (); diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi index 2e7deeea1..ac2d7a6d3 100644 --- a/vapi/gstreamer-video-1.0.vapi +++ b/vapi/gstreamer-video-1.0.vapi @@ -531,7 +531,7 @@ namespace Gst { [HasEmitter] public virtual signal void value_changed (Gst.Video.ColorBalanceChannel channel, int value); } - [CCode (cheader_filename = "gst/video/video.h", type_id = "gst_video_direction_get_type ()")] + [CCode (cheader_filename = "gst/video/video.h", type_cname = "GstVideoDirectionInterface", type_id = "gst_video_direction_get_type ()")] [GIR (name = "VideoDirection")] [Version (since = "1.10")] public interface Direction : GLib.Object { @@ -573,7 +573,7 @@ namespace Gst { [Version (since = "1.18")] public void send_mouse_scroll_event (double x, double y, double delta_x, double delta_y); } - [CCode (cheader_filename = "gst/video/video.h", type_id = "gst_video_orientation_get_type ()")] + [CCode (cheader_filename = "gst/video/video.h", type_cname = "GstVideoOrientationInterface", type_id = "gst_video_orientation_get_type ()")] [GIR (name = "VideoOrientation")] public interface Orientation : GLib.Object { public abstract bool get_hcenter (out int center); @@ -585,7 +585,7 @@ namespace Gst { public abstract bool set_vcenter (int center); public abstract bool set_vflip (bool flip); } - [CCode (cheader_filename = "gst/video/video.h", type_id = "gst_video_overlay_get_type ()")] + [CCode (cheader_filename = "gst/video/video.h", type_cname = "GstVideoOverlayInterface", type_id = "gst_video_overlay_get_type ()")] [GIR (name = "VideoOverlay")] public interface Overlay : GLib.Object { public abstract void expose ();