]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.15+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 23 Sep 2018 10:30:17 +0000 (12:30 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 23 Sep 2018 10:30:17 +0000 (12:30 +0200)
vapi/gstreamer-webrtc-1.0.vapi

index 511381e8c3834b1ee75afe2a5caa3017e86a756d..bda7c17deb06db71c8825813b8d39c53033c7781 100644 (file)
@@ -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,