From: Rico Tzschichholz Date: Sun, 23 Sep 2018 10:30:17 +0000 (+0200) Subject: gstreamer: Update from 1.15+ git master X-Git-Tag: 0.43.1~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4400d1a2c842e881392475654f5da16a70da1b5;p=thirdparty%2Fvala.git gstreamer: Update from 1.15+ git master --- diff --git a/vapi/gstreamer-webrtc-1.0.vapi b/vapi/gstreamer-webrtc-1.0.vapi index 511381e8c..bda7c17de 100644 --- a/vapi/gstreamer-webrtc-1.0.vapi +++ b/vapi/gstreamer-webrtc-1.0.vapi @@ -118,6 +118,14 @@ namespace Gst { CONNECTING, CONNECTED } + [CCode (cheader_filename = "gst/webrtc/webrtc.h", cprefix = "GST_WEBRTC_DATA_CHANNEL_STATE_", type_id = "gst_webrtc_data_channel_state_get_type ()")] + public enum WebRTCDataChannelState { + NEW, + CONNECTING, + OPEN, + CLOSING, + CLOSED + } [CCode (cheader_filename = "gst/webrtc/webrtc.h", cprefix = "GST_WEBRTC_FEC_TYPE_", type_id = "gst_webrtc_fec_type_get_type ()")] public enum WebRTCFECType { NONE, @@ -158,6 +166,13 @@ namespace Gst { FAILED, CLOSED } + [CCode (cheader_filename = "gst/webrtc/webrtc.h", cprefix = "GST_WEBRTC_PRIORITY_TYPE_", type_id = "gst_webrtc_priority_type_get_type ()")] + public enum WebRTCPriorityType { + VERY_LOW, + LOW, + MEDIUM, + HIGH + } [CCode (cheader_filename = "gst/webrtc/webrtc.h", cprefix = "GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_", type_id = "gst_webrtc_rtp_transceiver_direction_get_type ()")] public enum WebRTCRTPTransceiverDirection { NONE, @@ -166,6 +181,13 @@ namespace Gst { RECVONLY, SENDRECV } + [CCode (cheader_filename = "gst/webrtc/webrtc.h", cprefix = "GST_WEBRTC_SCTP_TRANSPORT_STATE_", type_id = "gst_webrtc_sctp_transport_state_get_type ()")] + public enum WebRTCSCTPTransportState { + NEW, + CONNECTING, + CONNECTED, + CLOSED + } [CCode (cheader_filename = "gst/webrtc/webrtc.h", cprefix = "GST_WEBRTC_SDP_TYPE_", type_id = "gst_webrtc_sdp_type_get_type ()")] public enum WebRTCSDPType { OFFER,