summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-webrtc-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-08-21 16:27:14 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-08-21 16:28:29 +0200
commit417ff6c2040be42d17ff71f5c3849741c1d5de17 (patch)
treee5ca440948b729c78adbaedc743c743b66dc37eb /vapi/gstreamer-webrtc-1.0.vapi
parent0491b3c0e48a673fbaf5458f7c684d6e6a92d976 (diff)
downloadvala-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.vapi5
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]