summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-rtsp-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-03-03 10:05:00 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-03-03 10:05:00 +0100
commit0f81123c1658525ece7c622bcb835ef7fb30aa81 (patch)
treed51269c2da2b59bea0b479369a79f515d0129e42 /vapi/gstreamer-rtsp-1.0.vapi
parenta827cd77f27d0d6ba36308f045d809b386538020 (diff)
downloadvala-0f81123c1658525ece7c622bcb835ef7fb30aa81.tar.gz
Regenerate GIR-based bindings to pick up missing type_cname attributes
Diffstat (limited to 'vapi/gstreamer-rtsp-1.0.vapi')
-rw-r--r--vapi/gstreamer-rtsp-1.0.vapi2
1 files changed, 1 insertions, 1 deletions
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);