[vala/0.50] Regenerate GIR-based bindings to pick up missing class methods
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.50] Regenerate GIR-based bindings to pick up missing class methods
- Date: Sun, 14 Mar 2021 15:47:53 +0000 (UTC)
commit 5d2ec64ab60d937a366776ff9b3503f55904cee5
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Mar 4 19:12:15 2021 +0100
Regenerate GIR-based bindings to pick up missing class methods
vapi/gstreamer-audio-1.0.vapi | 2 ++
vapi/gstreamer-rtp-1.0.vapi | 2 ++
2 files changed, 4 insertions(+)
---
diff --git a/vapi/gstreamer-audio-1.0.vapi b/vapi/gstreamer-audio-1.0.vapi
index 95e80ac42..48e3d5fcf 100644
--- a/vapi/gstreamer-audio-1.0.vapi
+++ b/vapi/gstreamer-audio-1.0.vapi
@@ -341,6 +341,8 @@ namespace Gst {
public weak Gst.Audio.Info info;
[CCode (has_construct_function = false)]
protected Filter ();
+ [CCode (cname = "gst_audio_filter_class_add_pad_templates")]
+ public class void add_pad_templates (Gst.Caps allowed_caps);
[NoWrapper]
public virtual bool setup (Gst.Audio.Info info);
}
diff --git a/vapi/gstreamer-rtp-1.0.vapi b/vapi/gstreamer-rtp-1.0.vapi
index 30cd2179b..d6843e018 100644
--- a/vapi/gstreamer-rtp-1.0.vapi
+++ b/vapi/gstreamer-rtp-1.0.vapi
@@ -205,6 +205,8 @@ namespace Gst {
public virtual bool set_caps_from_attributes (Gst.Caps caps);
public bool set_caps_from_attributes_simple_sdp (Gst.Caps caps);
public void set_id (uint ext_id);
+ [CCode (cname = "gst_rtp_header_extension_class_set_uri")]
+ public class void set_uri (string uri);
public virtual size_t write (Gst.Buffer input_meta, Gst.RTP.HeaderExtensionFlags
write_flags, Gst.Buffer output, uint8 data, size_t size);
}
[CCode (cheader_filename = "gst/rtp/rtp.h", has_type_id = false)]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]