]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.17.0+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 16 Feb 2020 18:43:05 +0000 (19:43 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 16 Feb 2020 18:43:05 +0000 (19:43 +0100)
vapi/gstreamer-base-1.0.vapi
vapi/gstreamer-rtp-1.0.vapi

index d1ae138cb5adef5f6410564c5e152cbb37b3029c..4f8cbe6dabc32868a60ee4e2e54ba0edfc6b4504 100644 (file)
@@ -799,6 +799,8 @@ namespace Gst {
                        public virtual bool propose_allocation (Gst.Query decide_query, Gst.Query query);
                        [NoWrapper]
                        public virtual bool query (Gst.PadDirection direction, Gst.Query query);
+                       [Version (since = "1.18")]
+                       public bool reconfigure ();
                        public void reconfigure_sink ();
                        public void reconfigure_src ();
                        [NoWrapper]
index 495ed1afa2db61bd4c210b5d171d38300e495fb5..ba951aeff0a77ced8448ae10af53cd5b81a0f944 100644 (file)
@@ -117,6 +117,9 @@ namespace Gst {
                        public uint timestamp { get; }
                        [NoAccessorMethod]
                        public uint timestamp_offset { get; set; }
+                       [NoAccessorMethod]
+                       [Version (since = "1.18")]
+                       public uint twcc_ext_id { get; set; }
                }
                [CCode (cheader_filename = "gst/rtp/rtp.h", has_type_id = false)]
                [Compact]
@@ -316,6 +319,9 @@ namespace Gst {
                public static uint32 buffer_default_clock_rate (uint8 payload_type);
                [CCode (cheader_filename = "gst/rtp/rtp.h")]
                public static uint64 buffer_ext_timestamp (ref uint64 exttimestamp, uint32 timestamp);
+               [CCode (cheader_filename = "gst/rtp/rtp.h")]
+               [Version (since = "1.18")]
+               public static bool buffer_get_extension_onebyte_header_from_bytes (GLib.Bytes bytes, uint16 bit_pattern, uint8 id, uint nth, [CCode (array_length_cname = "size", array_length_pos = 5.1, array_length_type = "guint")] out unowned uint8[] data);
                [CCode (cheader_filename = "gst/rtp/rtp.h", cname = "gst_buffer_get_rtp_source_meta")]
                [Version (since = "1.16")]
                public static unowned Gst.RTP.SourceMeta? buffer_get_rtp_source_meta (Gst.Buffer buffer);