From: Rico Tzschichholz Date: Mon, 26 Feb 2018 22:17:50 +0000 (+0100) Subject: gstreamer-1.0: Update to 1.13.1+ X-Git-Tag: 0.39.92~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac4bcfa453b347b069d2702757a7764ae460fae2;p=thirdparty%2Fvala.git gstreamer-1.0: Update to 1.13.1+ --- diff --git a/vapi/gstreamer-rtp-1.0.vapi b/vapi/gstreamer-rtp-1.0.vapi index 34b2b97b4..fb7742db2 100644 --- a/vapi/gstreamer-rtp-1.0.vapi +++ b/vapi/gstreamer-rtp-1.0.vapi @@ -161,6 +161,7 @@ namespace Gst { [Version (since = "1.10")] public enum BufferFlags { RETRANSMISSION, + REDUNDANT, LAST } [CCode (cheader_filename = "gst/rtp/rtp.h", cprefix = "GST_RTP_BUFFER_MAP_FLAG_", type_id = "gst_rtp_buffer_map_flags_get_type ()")] diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi index 2cee6772e..6f81a22c6 100644 --- a/vapi/gstreamer-video-1.0.vapi +++ b/vapi/gstreamer-video-1.0.vapi @@ -651,6 +651,11 @@ namespace Gst { public uint y; public uint w; public uint h; + public weak GLib.List @params; + [Version (since = "1.14")] + public void add_param (owned Gst.Structure s); + [Version (since = "1.14")] + public unowned Gst.Structure? get_param (string name); } [CCode (cheader_filename = "gst/video/video.h", has_type_id = false)] [GIR (name = "VideoResampler")]