]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.15+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 13 Jun 2018 13:33:52 +0000 (15:33 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 13 Jun 2018 13:33:52 +0000 (15:33 +0200)
vapi/gstreamer-1.0.vapi
vapi/gstreamer-sdp-1.0.vapi
vapi/gstreamer-webrtc-1.0.vapi

index 398f4b47231ea8c68e6e1f99ca20c41097d819f4..73469299254dcb0cc60fde0b806ff3329ca1d00f 100644 (file)
@@ -2027,10 +2027,14 @@ namespace Gst {
                public bool add_fd (Gst.PollFD fd);
                public bool fd_can_read (Gst.PollFD fd);
                public bool fd_can_write (Gst.PollFD fd);
+               [Version (since = "1.16")]
+               public bool fd_ctl_pri (Gst.PollFD fd, bool active);
                public bool fd_ctl_read (Gst.PollFD fd, bool active);
                public bool fd_ctl_write (Gst.PollFD fd, bool active);
                public bool fd_has_closed (Gst.PollFD fd);
                public bool fd_has_error (Gst.PollFD fd);
+               [Version (since = "1.16")]
+               public bool fd_has_pri (Gst.PollFD fd);
                public void fd_ignored (Gst.PollFD fd);
                public void free ();
                public void get_read_gpollfd (GLib.PollFD fd);
index 5cd4b14519a4b96f3a6c9af4d4a4e4f7f65b4fef..30f5e0da70c7577686071439e5fef2cb7a91bf9c 100644 (file)
@@ -582,6 +582,9 @@ namespace Gst {
                [CCode (cheader_filename = "gst/sdp/sdp.h")]
                public static Gst.SDP.Result message_new (out Gst.SDP.Message msg);
                [CCode (cheader_filename = "gst/sdp/sdp.h")]
+               [Version (since = "1.16")]
+               public static Gst.SDP.Result message_new_from_text (string text, out Gst.SDP.Message msg);
+               [CCode (cheader_filename = "gst/sdp/sdp.h")]
                public static Gst.SDP.Result message_parse_buffer ([CCode (array_length_cname = "size", array_length_pos = 1.5, array_length_type = "guint")] uint8[] data, Gst.SDP.Message msg);
                [CCode (cheader_filename = "gst/sdp/sdp.h")]
                public static Gst.SDP.Result message_parse_uri (string uri, Gst.SDP.Message msg);
index e405adcf9c2eef3282a6c3484209cc4a73f63353..511381e8c3834b1ee75afe2a5caa3017e86a756d 100644 (file)
@@ -99,7 +99,7 @@ namespace Gst {
                public weak Gst.SDP.Message sdp;
                public Gst.WebRTCSDPType type;
                [CCode (has_construct_function = false)]
-               public WebRTCSessionDescription (Gst.WebRTCSDPType type, Gst.SDP.Message sdp);
+               public WebRTCSessionDescription (Gst.WebRTCSDPType type, owned Gst.SDP.Message sdp);
                public Gst.WebRTCSessionDescription copy ();
                public void free ();
        }