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);
[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);
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 ();
}