diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-08-21 16:27:14 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-08-21 16:28:29 +0200 |
commit | 417ff6c2040be42d17ff71f5c3849741c1d5de17 (patch) | |
tree | e5ca440948b729c78adbaedc743c743b66dc37eb /vapi/gstreamer-webrtc-1.0.vapi | |
parent | 0491b3c0e48a673fbaf5458f7c684d6e6a92d976 (diff) | |
download | vala-417ff6c2040be42d17ff71f5c3849741c1d5de17.tar.gz |
gstreamer: Update from 1.17.0+ git master
Diffstat (limited to 'vapi/gstreamer-webrtc-1.0.vapi')
-rw-r--r-- | vapi/gstreamer-webrtc-1.0.vapi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vapi/gstreamer-webrtc-1.0.vapi b/vapi/gstreamer-webrtc-1.0.vapi index ea8fbb4cc..ad22c5a15 100644 --- a/vapi/gstreamer-webrtc-1.0.vapi +++ b/vapi/gstreamer-webrtc-1.0.vapi @@ -80,13 +80,14 @@ namespace Gst { public weak void* _padding[4]; public weak Gst.Caps codec_preferences; public Gst.WebRTCRTPTransceiverDirection current_direction; - public Gst.WebRTCRTPTransceiverDirection direction; public weak string mid; public uint mline; public bool stopped; [CCode (has_construct_function = false)] protected WebRTCRTPTransceiver (); - public virtual void set_direction (Gst.WebRTCRTPTransceiverDirection direction); + [NoAccessorMethod] + [Version (since = "1.18")] + public Gst.WebRTCRTPTransceiverDirection direction { get; set; } [NoAccessorMethod] public uint mlineindex { get; construct; } [NoAccessorMethod] |