summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-01 15:55:35 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-09-01 16:39:11 +0200
commit82aafab3cc46145c1593fae10898d5ab8994a6b4 (patch)
tree41589c7e939b2d4ee9eb8e0d62d516d4f77548b2 /vapi
parent3d5b0b41e6c7bc74672c8f49fa792070f0a63d4c (diff)
downloadvala-82aafab3cc46145c1593fae10898d5ab8994a6b4.tar.gz
gstreamer: Update from 1.17.0+ git master
Diffstat (limited to 'vapi')
-rw-r--r--vapi/gstreamer-rtsp-server-1.0.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/gstreamer-rtsp-server-1.0.vapi b/vapi/gstreamer-rtsp-server-1.0.vapi
index c09136e24..e38d5992b 100644
--- a/vapi/gstreamer-rtsp-server-1.0.vapi
+++ b/vapi/gstreamer-rtsp-server-1.0.vapi
@@ -221,6 +221,8 @@ namespace Gst {
[NoWrapper]
public virtual bool handle_message (Gst.Message message);
public virtual bool handle_sdp (Gst.SDP.Message sdp);
+ [Version (since = "1.18")]
+ public bool has_completed_sender ();
[Version (since = "1.16")]
public bool is_bind_mcast_address ();
public bool is_eos_shutdown ();