]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-1.0: Update to 1.13.1+
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 26 Feb 2018 22:17:50 +0000 (23:17 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 26 Feb 2018 22:17:50 +0000 (23:17 +0100)
vapi/gstreamer-rtp-1.0.vapi
vapi/gstreamer-video-1.0.vapi

index 34b2b97b4238722f2c62d2efdd58d402975850dc..fb7742db2166a21166c021cea2b2ede2bef550d8 100644 (file)
@@ -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 ()")]
index 2cee6772e4589b6fa084ea111768a94375d50614..6f81a22c69674eeaa75cc0d5f7b93bd4e5b5c9e2 100644 (file)
@@ -651,6 +651,11 @@ namespace Gst {
                        public uint y;
                        public uint w;
                        public uint h;
+                       public weak GLib.List<void*> @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")]