[vala/staging] 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/staging] Regenerate GIR-based bindings to pick up missing class methods
- Date: Thu, 4 Mar 2021 18:12:55 +0000 (UTC)
commit a0af5795fd611b47283c08a76786b7b576ad81f2
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 ae17105bc..6951c5963 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 ef6d6bb75..7e20a1e5c 100644
--- a/vapi/gstreamer-rtp-1.0.vapi
+++ b/vapi/gstreamer-rtp-1.0.vapi
@@ -211,6 +211,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]