summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-rtsp-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-05-01 16:35:53 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-05-01 16:38:25 +0200
commit6d63ab105ea6dc3d31d4a25eeb60e3db29685778 (patch)
treed5659ec86d39eb1c211ba5b2124c5b773be8a8da /vapi/gstreamer-rtsp-1.0.vapi
parentb9085f2a309b7920dee2ae771d06b592bc5395ea (diff)
downloadvala-6d63ab105ea6dc3d31d4a25eeb60e3db29685778.tar.gz
gstreamer: Update from 1.17.0+ git master
Diffstat (limited to 'vapi/gstreamer-rtsp-1.0.vapi')
-rw-r--r--vapi/gstreamer-rtsp-1.0.vapi3
1 files changed, 3 insertions, 0 deletions
diff --git a/vapi/gstreamer-rtsp-1.0.vapi b/vapi/gstreamer-rtsp-1.0.vapi
index ced743eda..cf2522ede 100644
--- a/vapi/gstreamer-rtsp-1.0.vapi
+++ b/vapi/gstreamer-rtsp-1.0.vapi
@@ -27,6 +27,7 @@ namespace Gst {
public void clear_auth_params ();
public Gst.RTSP.Result close ();
public Gst.RTSP.Result connect (GLib.TimeVal timeout);
+ [Version (since = "1.8")]
public Gst.RTSP.Result connect_with_response (GLib.TimeVal timeout, Gst.RTSP.Message response);
public Gst.RTSP.Result do_tunnel (Gst.RTSP.Connection conn2);
public Gst.RTSP.Result flush (bool flush);
@@ -58,6 +59,8 @@ namespace Gst {
public void set_accept_certificate_func (owned Gst.RTSP.ConnectionAcceptCertificateFunc func);
public Gst.RTSP.Result set_auth (Gst.RTSP.AuthMethod method, string user, string pass);
public void set_auth_param (string param, string value);
+ [Version (since = "1.18")]
+ public void set_content_length_limit (uint limit);
public void set_http_mode (bool enable);
public void set_ip (string ip);
public Gst.RTSP.Result set_proxy (string host, uint port);