2018-05-17 16:15:46 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- This file was automatically generated from C sources - DO NOT EDIT!
|
|
|
|
To affect the contents of this file, edit the original C definitions,
|
|
|
|
and/or use gtk-doc annotations. -->
|
|
|
|
<repository version="1.2"
|
|
|
|
xmlns="http://www.gtk.org/introspection/core/1.0"
|
|
|
|
xmlns:c="http://www.gtk.org/introspection/c/1.0"
|
|
|
|
xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
|
|
|
|
<include name="Gio" version="2.0"/>
|
|
|
|
<include name="Gst" version="1.0"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<include name="GstBase" version="1.0"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<include name="GstSdp" version="1.0"/>
|
|
|
|
<package name="gstreamer-rtsp-1.0"/>
|
|
|
|
<c:include name="gst/rtsp/rtsp.h"/>
|
|
|
|
<namespace name="GstRtsp"
|
|
|
|
version="1.0"
|
|
|
|
shared-library="libgstrtsp-1.0.so.0"
|
|
|
|
c:identifier-prefixes="Gst"
|
|
|
|
c:symbol-prefixes="gst">
|
2020-06-17 18:36:28 +00:00
|
|
|
<function-macro name="IS_RTSP_EXTENSION"
|
|
|
|
c:identifier="GST_IS_RTSP_EXTENSION"
|
|
|
|
introspectable="0">
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="37"/>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="obj">
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function-macro>
|
2018-05-17 16:15:46 +00:00
|
|
|
<record name="RTSPAuthCredential"
|
|
|
|
c:type="GstRTSPAuthCredential"
|
2020-10-16 20:12:36 +00:00
|
|
|
version="1.12"
|
2018-05-17 16:15:46 +00:00
|
|
|
glib:type-name="GstRTSPAuthCredential"
|
|
|
|
glib:get-type="gst_rtsp_auth_credential_get_type"
|
|
|
|
c:symbol-prefix="rtsp_auth_credential">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="284">RTSP Authentication credentials</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="303"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="scheme" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="286">a #GstRTSPAuthMethod</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPAuthMethod" c:type="GstRTSPAuthMethod"/>
|
|
|
|
</field>
|
|
|
|
<field name="params" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="287">A NULL-terminated array of #GstRTSPAuthParam</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPAuthParam" c:type="GstRTSPAuthParam**"/>
|
|
|
|
</field>
|
|
|
|
<field name="authorization" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="288">The authorization for the basic schem</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
<enumeration name="RTSPAuthMethod"
|
|
|
|
glib:type-name="GstRTSPAuthMethod"
|
|
|
|
glib:get-type="gst_rtsp_auth_method_get_type"
|
|
|
|
c:type="GstRTSPAuthMethod">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="209">Authentication methods, ordered by strength</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="none"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_AUTH_NONE"
|
|
|
|
glib:nick="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="211">no authentication</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="basic"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_AUTH_BASIC"
|
|
|
|
glib:nick="basic">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="212">basic authentication</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="digest"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_AUTH_DIGEST"
|
|
|
|
glib:nick="digest">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="213">digest authentication</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<record name="RTSPAuthParam"
|
|
|
|
c:type="GstRTSPAuthParam"
|
2020-10-16 20:12:36 +00:00
|
|
|
version="1.12"
|
2018-05-17 16:15:46 +00:00
|
|
|
glib:type-name="GstRTSPAuthParam"
|
|
|
|
glib:get-type="gst_rtsp_auth_param_get_type"
|
|
|
|
c:symbol-prefix="rtsp_auth_param">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="305">RTSP Authentication parameter</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="317"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="name" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="307">The name of the parameter</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="value" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="308">The value of the parameter</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<method name="copy" c:identifier="gst_rtsp_auth_param_copy">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="320"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
|
|
|
<type name="RTSPAuthParam" c:type="GstRTSPAuthParam*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="param" transfer-ownership="none">
|
|
|
|
<type name="RTSPAuthParam" c:type="GstRTSPAuthParam*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="free" c:identifier="gst_rtsp_auth_param_free">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="322"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="param" transfer-ownership="none">
|
|
|
|
<type name="RTSPAuthParam" c:type="GstRTSPAuthParam*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
</record>
|
|
|
|
<record name="RTSPConnection" c:type="GstRTSPConnection" disguised="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="43">This object manages the RTSP connection to the server. It provides function
|
2018-05-17 16:15:46 +00:00
|
|
|
to receive and send bytes and messages.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="61"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="clear_auth_params"
|
|
|
|
c:identifier="gst_rtsp_connection_clear_auth_params">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3157">Clear the list of authentication directives stored in @conn.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="184"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3159">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="close" c:identifier="gst_rtsp_connection_close">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2756">Close the connected @conn. After this call, the connection is in the same
|
2018-05-17 16:15:46 +00:00
|
|
|
state as when it was first created.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="85"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2763">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2758">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="connect"
|
|
|
|
c:identifier="gst_rtsp_connection_connect"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4813">Attempt to connect to the url of @conn made with
|
2018-05-17 16:15:46 +00:00
|
|
|
gst_rtsp_connection_create(). If @timeout is %NULL this function can block
|
|
|
|
forever. If @timeout contains a valid timeout, this function will return
|
|
|
|
#GST_RTSP_ETIMEOUT after the timeout expired.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="345"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4825">#GST_RTSP_OK when a connection could be made.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4815">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4816">a GTimeVal timeout</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="connect_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_connect_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1150">Attempt to connect to the url of @conn made with
|
|
|
|
gst_rtsp_connection_create(). If @timeout is 0 this function can block
|
|
|
|
forever. If @timeout contains a valid timeout, this function will return
|
|
|
|
#GST_RTSP_ETIMEOUT after the timeout expired.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="79"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1162">#GST_RTSP_OK when a connection could be made.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1152">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1153">a timeout in microseconds</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="connect_with_response"
|
2020-06-17 18:36:28 +00:00
|
|
|
c:identifier="gst_rtsp_connection_connect_with_response"
|
|
|
|
version="1.8"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4835">Attempt to connect to the url of @conn made with
|
2018-05-17 16:15:46 +00:00
|
|
|
gst_rtsp_connection_create(). If @timeout is %NULL this function can block
|
|
|
|
forever. If @timeout contains a valid timeout, this function will return
|
|
|
|
#GST_RTSP_ETIMEOUT after the timeout expired. If @conn is set to tunneled,
|
|
|
|
@response will contain a response to the tunneling request messages.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="348"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4849">#GST_RTSP_OK when a connection could be made.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4837">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4838">a GTimeVal timeout</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="response" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4839">a #GstRTSPMessage</doc>
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="connect_with_response_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_connect_with_response_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="957">Attempt to connect to the url of @conn made with
|
|
|
|
gst_rtsp_connection_create(). If @timeout is 0 this function can block
|
|
|
|
forever. If @timeout contains a valid timeout, this function will return
|
|
|
|
#GST_RTSP_ETIMEOUT after the timeout expired. If @conn is set to tunneled,
|
|
|
|
@response will contain a response to the tunneling request messages.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="82"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="971">#GST_RTSP_OK when a connection could be made.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="959">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="960">a timeout in microseconds</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="response" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="961">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="do_tunnel" c:identifier="gst_rtsp_connection_do_tunnel">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3444">If @conn received the first tunnel connection and @conn2 received
|
2018-05-17 16:15:46 +00:00
|
|
|
the second tunnel connection, link the two connections together so that
|
|
|
|
@conn manages the tunneled connection.
|
|
|
|
|
|
|
|
After this call, @conn2 cannot be used anymore and must be freed with
|
|
|
|
gst_rtsp_connection_free().
|
|
|
|
|
|
|
|
If @conn2 is %NULL then only the base64 decoding context will be setup for
|
|
|
|
@conn.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="230"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3459">return GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3446">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="conn2" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3447">a #GstRTSPConnection or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="flush" c:identifier="gst_rtsp_connection_flush">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3003">Start or stop the flushing action on @conn. When flushing, all current
|
2018-05-17 16:15:46 +00:00
|
|
|
and future actions on @conn will return #GST_RTSP_EINTR until the connection
|
|
|
|
is set to non-flushing mode again.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="164"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3012">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3005">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="flush" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3006">start or stop the flush</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="free" c:identifier="gst_rtsp_connection_free">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2816">Close and free @conn.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="88"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2822">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2818">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_ip" c:identifier="gst_rtsp_connection_get_ip">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3305">Retrieve the IP address of the other end of @conn.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="203"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3311">The IP address as a string. this value remains valid until the
|
2018-05-17 16:15:46 +00:00
|
|
|
connection is closed.</doc>
|
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3307">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_read_socket"
|
|
|
|
c:identifier="gst_rtsp_connection_get_read_socket">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3338">Get the file descriptor for reading.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="209"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3344">the file descriptor used for reading or %NULL on
|
2018-05-17 16:15:46 +00:00
|
|
|
error. The file descriptor remains valid until the connection is closed.</doc>
|
|
|
|
<type name="Gio.Socket" c:type="GSocket*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3340">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_remember_session_id"
|
|
|
|
c:identifier="gst_rtsp_connection_get_remember_session_id">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="236"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3555">%TRUE if the #GstRTSPConnection remembers the session id in the
|
2018-05-17 16:15:46 +00:00
|
|
|
last response to set it on any further request.</doc>
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3553">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_tls"
|
|
|
|
c:identifier="gst_rtsp_connection_get_tls"
|
|
|
|
version="1.2"
|
|
|
|
throws="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="545">Get the TLS connection of @conn.
|
2018-05-17 16:15:46 +00:00
|
|
|
|
|
|
|
For client side this will return the #GTlsClientConnection when connected
|
|
|
|
over TLS.
|
|
|
|
|
|
|
|
For server side connections, this function will create a GTlsServerConnection
|
|
|
|
when called the first time and will return that same connection on subsequent
|
|
|
|
calls. The server is then responsible for configuring the TLS connection.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="93"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="559">the TLS connection for @conn.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.TlsConnection" c:type="GTlsConnection*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="547">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_tls_database"
|
|
|
|
c:identifier="gst_rtsp_connection_get_tls_database"
|
|
|
|
version="1.4">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="666">Gets the anchor certificate authorities database that will be used
|
2018-05-17 16:15:46 +00:00
|
|
|
after a server certificate can't be verified with the default
|
|
|
|
certificate database.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="105"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="674">the anchor certificate authorities database, or NULL if no
|
2018-05-17 16:15:46 +00:00
|
|
|
database has been previously set. Use g_object_unref() to release the
|
|
|
|
certificate database.</doc>
|
|
|
|
<type name="Gio.TlsDatabase" c:type="GTlsDatabase*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="668">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_tls_interaction"
|
|
|
|
c:identifier="gst_rtsp_connection_get_tls_interaction"
|
|
|
|
version="1.6">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="722">Gets a #GTlsInteraction object to be used when the connection or certificate
|
2018-05-17 16:15:46 +00:00
|
|
|
database need to interact with the user. This will be used to prompt the
|
|
|
|
user for passwords where necessary.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="111"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="730">a reference on the #GTlsInteraction. Use
|
2018-05-17 16:15:46 +00:00
|
|
|
g_object_unref() to release.</doc>
|
|
|
|
<type name="Gio.TlsInteraction" c:type="GTlsInteraction*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="724">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_tls_validation_flags"
|
|
|
|
c:identifier="gst_rtsp_connection_get_tls_validation_flags"
|
|
|
|
version="1.2.1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="618">Gets the TLS validation flags used to verify the peer certificate
|
2018-05-17 16:15:46 +00:00
|
|
|
when a TLS connection is established.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="99"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="625">the validationg flags.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.TlsCertificateFlags" c:type="GTlsCertificateFlags"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="620">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_tunnelid"
|
|
|
|
c:identifier="gst_rtsp_connection_get_tunnelid">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3425">Get the tunnel session id the connection.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="227"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3431">returns a non-empty string if @conn is being tunneled over HTTP.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3427">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_url" c:identifier="gst_rtsp_connection_get_url">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3288">Retrieve the URL of the other end of @conn.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="200"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3294">The URL. This value remains valid until the
|
2018-05-17 16:15:46 +00:00
|
|
|
connection is freed.</doc>
|
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3290">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_write_socket"
|
|
|
|
c:identifier="gst_rtsp_connection_get_write_socket">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3356">Get the file descriptor for writing.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="212"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3362">the file descriptor used for writing or NULL on
|
2018-05-17 16:15:46 +00:00
|
|
|
error. The file descriptor remains valid until the connection is closed.</doc>
|
|
|
|
<type name="Gio.Socket" c:type="GSocket*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3358">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="is_tunneled"
|
|
|
|
c:identifier="gst_rtsp_connection_is_tunneled">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3409">Get the tunneling state of the connection.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="224"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3415">if @conn is using HTTP tunneling.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3411">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="const GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="next_timeout"
|
2020-06-17 18:36:28 +00:00
|
|
|
c:identifier="gst_rtsp_connection_next_timeout"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="5011">Calculate the next timeout for @conn, storing the result in @timeout.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="377"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="5018">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="5013">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="5014">a timeout</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="next_timeout_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_next_timeout_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2937">Calculate the next timeout for @conn</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="156"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2943">#the next timeout in microseconds</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2939">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="poll"
|
|
|
|
c:identifier="gst_rtsp_connection_poll"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4983">Wait up to the specified @timeout for the connection to become available for
|
2018-05-17 16:15:46 +00:00
|
|
|
at least one of the operations specified in @events. When the function returns
|
|
|
|
with #GST_RTSP_OK, @revents will contain a bitmask of available operations on
|
|
|
|
@conn.
|
|
|
|
|
|
|
|
@timeout can be %NULL, in which case this function might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="373"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4999">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4985">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="events" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4986">a bitmask of #GstRTSPEvent flags to check</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPEvent" c:type="GstRTSPEvent"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="revents" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4987">location for result flags</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPEvent" c:type="GstRTSPEvent*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4988">a timeout</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="poll_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_poll_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2853">Wait up to the specified @timeout for the connection to become available for
|
|
|
|
at least one of the operations specified in @events. When the function returns
|
|
|
|
with #GST_RTSP_OK, @revents will contain a bitmask of available operations on
|
|
|
|
@conn.
|
|
|
|
|
|
|
|
@timeout can be 0, in which case this function might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="150"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2869">#GST_RTSP_OK on success.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2855">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="events" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2856">a bitmask of #GstRTSPEvent flags to check</doc>
|
|
|
|
<type name="RTSPEvent" c:type="GstRTSPEvent"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="revents" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2857">location for result flags</doc>
|
|
|
|
<type name="RTSPEvent" c:type="GstRTSPEvent*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2858">a timeout in microseconds</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="read"
|
|
|
|
c:identifier="gst_rtsp_connection_read"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4862">Attempt to read @size bytes into @data from the connected @conn, blocking up to
|
2018-05-17 16:15:46 +00:00
|
|
|
the specified @timeout. @timeout can be %NULL, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="352"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4875">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4864">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4865">the data to read</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint8" c:type="guint8*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4866">the size of @data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4867">a timeout value or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="read_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_read_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2587">Attempt to read @size bytes into @data from the connected @conn, blocking up to
|
|
|
|
the specified @timeout. @timeout can be 0, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="126"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2600">#GST_RTSP_OK on success.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2589">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2590">the data to read</doc>
|
|
|
|
<type name="guint8" c:type="guint8*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2591">the size of @data</doc>
|
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2592">a timeout value in microseconds</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="receive"
|
|
|
|
c:identifier="gst_rtsp_connection_receive"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4960">Attempt to read into @message from the connected @conn, blocking up to
|
2018-05-17 16:15:46 +00:00
|
|
|
the specified @timeout. @timeout can be %NULL, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="369"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4972">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4962">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="message" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4963">the message to read</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4964">a timeout value or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="receive_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_receive_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2669">Attempt to read into @message from the connected @conn, blocking up to
|
|
|
|
the specified @timeout. @timeout can be 0, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="144"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2681">#GST_RTSP_OK on success.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2671">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="message" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2672">the message to read</doc>
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2673">a timeout value or 0</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="reset_timeout"
|
|
|
|
c:identifier="gst_rtsp_connection_reset_timeout">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2985">Reset the timeout of @conn.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="159"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2991">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="2987">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="send"
|
|
|
|
c:identifier="gst_rtsp_connection_send"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4911">Attempt to send @message to the connected @conn, blocking up to
|
2018-05-17 16:15:46 +00:00
|
|
|
the specified @timeout. @timeout can be %NULL, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="361"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4923">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4913">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="message" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4914">the message to send</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4915">a timeout value or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2019-02-25 14:33:39 +00:00
|
|
|
<method name="send_messages"
|
|
|
|
c:identifier="gst_rtsp_connection_send_messages"
|
2020-06-17 18:36:28 +00:00
|
|
|
version="1.16"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4934">Attempt to send @messages to the connected @conn, blocking up to
|
2019-02-25 14:33:39 +00:00
|
|
|
the specified @timeout. @timeout can be %NULL, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="365"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4947">#GST_RTSP_OK on success.</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4936">a #GstRTSPConnection</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="messages" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4937">the messages to send</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<array length="1" zero-terminated="0" c:type="GstRTSPMessage*">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage"/>
|
|
|
|
</array>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="n_messages" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4938">the number of messages to send</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4939">a timeout value or %NULL</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="send_messages_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_send_messages_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1813">Attempt to send @messages to the connected @conn, blocking up to
|
|
|
|
the specified @timeout. @timeout can be 0, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="140"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1826">#GST_RTSP_OK on Since.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1815">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="messages" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1816">the messages to send</doc>
|
|
|
|
<array length="1" zero-terminated="0" c:type="GstRTSPMessage*">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage"/>
|
|
|
|
</array>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="n_messages" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1817">the number of messages to send</doc>
|
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1818">a timeout value in microseconds</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="send_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_send_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1787">Attempt to send @message to the connected @conn, blocking up to
|
|
|
|
the specified @timeout. @timeout can be 0, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="136"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1799">#GST_RTSP_OK on success.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1789">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="message" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1790">the message to send</doc>
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1791">a timeout value in microseconds</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="set_accept_certificate_func"
|
|
|
|
c:identifier="gst_rtsp_connection_set_accept_certificate_func"
|
|
|
|
version="1.14">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="748">Sets a custom accept-certificate function for checking certificates for
|
2018-05-17 16:15:46 +00:00
|
|
|
validity. This will directly map to #GTlsConnection 's "accept-certificate"
|
|
|
|
signal and be performed after the default checks of #GstRTSPConnection
|
|
|
|
(checking against the #GTlsDatabase with the given #GTlsCertificateFlags)
|
|
|
|
have failed. If no #GTlsDatabase is set on this connection, only @func will
|
|
|
|
be called.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="118"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="750">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="func"
|
|
|
|
transfer-ownership="none"
|
|
|
|
scope="notified"
|
|
|
|
closure="1"
|
|
|
|
destroy="2">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="751">a #GstRTSPConnectionAcceptCertificateFunc to check certificates</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnectionAcceptCertificateFunc"
|
|
|
|
c:type="GstRTSPConnectionAcceptCertificateFunc"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="753">User data passed to @func</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="destroy_notify"
|
|
|
|
transfer-ownership="none"
|
|
|
|
scope="async">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="752">#GDestroyNotify for @user_data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_auth" c:identifier="gst_rtsp_connection_set_auth">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3052">Configure @conn for authentication mode @method with @user and @pass as the
|
2018-05-17 16:15:46 +00:00
|
|
|
user and password respectively.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="175"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3062">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3054">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="method" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3055">authentication method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPAuthMethod" c:type="GstRTSPAuthMethod"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3056">the user</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="pass" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3057">the password</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_auth_param"
|
|
|
|
c:identifier="gst_rtsp_connection_set_auth_param">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3131">Setup @conn with authentication directives. This is not necessary for
|
2018-05-17 16:15:46 +00:00
|
|
|
methods #GST_RTSP_AUTH_NONE and #GST_RTSP_AUTH_BASIC. For
|
|
|
|
#GST_RTSP_AUTH_DIGEST, directives should be taken from the digest challenge
|
|
|
|
in the WWW-Authenticate response header and can include realm, domain,
|
|
|
|
nonce, opaque, stale, algorithm, qop as per RFC2617.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="179"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3133">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="param" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3134">authentication directive</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="value" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3135">value</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="set_content_length_limit"
|
|
|
|
c:identifier="gst_rtsp_connection_set_content_length_limit"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3268">Configure @conn to use the specified Content-Length limit.
|
|
|
|
Both requests and responses are validated. If content-length is
|
|
|
|
exceeded, ENOMEM error will be returned.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="194"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3270">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="limit" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3271">Content-Length limit</doc>
|
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="set_http_mode"
|
|
|
|
c:identifier="gst_rtsp_connection_set_http_mode">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3374">By setting the HTTP mode to %TRUE the message parsing will support HTTP
|
2018-05-17 16:15:46 +00:00
|
|
|
messages in addition to the RTSP messages. It will also disable the
|
|
|
|
automatic handling of setting up an HTTP tunnel.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="215"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3376">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="enable" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3377">%TRUE to enable manual HTTP mode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_ip" c:identifier="gst_rtsp_connection_set_ip">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3322">Set the IP address of the server.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="206"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3324">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="ip" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3325">an ip address</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_proxy" c:identifier="gst_rtsp_connection_set_proxy">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3029">Set the proxy host and port.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="169"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3037">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3031">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="host" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3032">the proxy host</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="port" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3033">the proxy port</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_qos_dscp"
|
|
|
|
c:identifier="gst_rtsp_connection_set_qos_dscp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3243">Configure @conn to use the specified DSCP value.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="189"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3250">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3245">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="qos_dscp" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3246">DSCP value</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_remember_session_id"
|
|
|
|
c:identifier="gst_rtsp_connection_set_remember_session_id">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3531">Sets if the #GstRTSPConnection should remember the session id from the last
|
2018-05-17 16:15:46 +00:00
|
|
|
response received and force it onto any further requests.
|
|
|
|
|
|
|
|
The default value is %TRUE</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="233"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3533">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="remember" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3534">%TRUE if the connection should remember the session id</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_tls_database"
|
|
|
|
c:identifier="gst_rtsp_connection_set_tls_database"
|
|
|
|
version="1.4">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="637">Sets the anchor certificate authorities database. This certificate
|
2018-05-17 16:15:46 +00:00
|
|
|
database will be used to verify the server's certificate in case it
|
|
|
|
can't be verified with the default certificate database first.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="102"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="639">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="database" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="640">a #GTlsDatabase</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.TlsDatabase" c:type="GTlsDatabase*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_tls_interaction"
|
|
|
|
c:identifier="gst_rtsp_connection_set_tls_interaction"
|
|
|
|
version="1.6">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="693">Sets a #GTlsInteraction object to be used when the connection or certificate
|
2018-05-17 16:15:46 +00:00
|
|
|
database need to interact with the user. This will be used to prompt the
|
|
|
|
user for passwords where necessary.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="108"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="695">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="interaction" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="696">a #GTlsInteraction</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.TlsInteraction" c:type="GTlsInteraction*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_tls_validation_flags"
|
|
|
|
c:identifier="gst_rtsp_connection_set_tls_validation_flags"
|
|
|
|
version="1.2.1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="590">Sets the TLS validation flags to be used to verify the peer
|
2018-05-17 16:15:46 +00:00
|
|
|
certificate when a TLS connection is established.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="96"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="598">TRUE if the validation flags are set correctly, or FALSE if
|
2018-05-17 16:15:46 +00:00
|
|
|
@conn is NULL or is not a TLS connection.</doc>
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="592">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="flags" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="593">the validation flags.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.TlsCertificateFlags"
|
|
|
|
c:type="GTlsCertificateFlags"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_tunneled"
|
|
|
|
c:identifier="gst_rtsp_connection_set_tunneled">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3391">Set the HTTP tunneling state of the connection. This must be configured before
|
2018-05-17 16:15:46 +00:00
|
|
|
the @conn is connected.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="221"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3393">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="tunneled" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="3394">the new state</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="write"
|
|
|
|
c:identifier="gst_rtsp_connection_write"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4886">Attempt to write @size bytes of @data to the connected @conn, blocking up to
|
2018-05-17 16:15:46 +00:00
|
|
|
the specified @timeout. @timeout can be %NULL, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="357"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4899">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4888">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4889">the data to write</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint8" c:type="const guint8*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4890">the size of @data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4891">a timeout value or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="write_usec"
|
|
|
|
c:identifier="gst_rtsp_connection_write_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1611">Attempt to write @size bytes of @data to the connected @conn, blocking up to
|
|
|
|
the specified @timeout. @timeout can be 0, in which case this function
|
|
|
|
might block forever.
|
|
|
|
|
|
|
|
This function can be cancelled with gst_rtsp_connection_flush().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="130"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1624">#GST_RTSP_OK on success.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="conn" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1613">a #GstRTSPConnection</doc>
|
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1614">the data to write</doc>
|
|
|
|
<type name="guint8" c:type="const guint8*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1615">the size of @data</doc>
|
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="1616">a timeout value or 0</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<function name="accept" c:identifier="gst_rtsp_connection_accept">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="485">Accept a new connection on @socket and create a new #GstRTSPConnection for
|
2018-05-17 16:15:46 +00:00
|
|
|
handling communication on new socket.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="76"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="494">#GST_RTSP_OK when @conn contains a valid connection.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="socket" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="487">a socket</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.Socket" c:type="GSocket*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="conn"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="488">storage for a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="cancellable"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="489">a #GCancellable to cancel the operation</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.Cancellable" c:type="GCancellable*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="create" c:identifier="gst_rtsp_connection_create">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="329">Create a newly allocated #GstRTSPConnection from @url and store it in @conn.
|
2018-05-17 16:15:46 +00:00
|
|
|
The connection will not yet attempt to connect to @url, use
|
|
|
|
gst_rtsp_connection_connect().
|
|
|
|
|
|
|
|
A copy of @url will be made.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="66"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="340">#GST_RTSP_OK when @conn contains a valid connection.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="url" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="331">a #GstRTSPUrl</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="conn"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="332">storage for a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="create_from_socket"
|
|
|
|
c:identifier="gst_rtsp_connection_create_from_socket">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="408">Create a new #GstRTSPConnection for handling communication on the existing
|
2018-05-17 16:15:46 +00:00
|
|
|
socket @socket. The @initial_buffer contains zero terminated data already
|
|
|
|
read from @socket which should be used before starting to read new data.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="69"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="420">#GST_RTSP_OK when @conn contains a valid connection.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="socket" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="410">a #GSocket</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.Socket" c:type="GSocket*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="ip" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="411">the IP address of the other end</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="port" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="412">the port used by the other end</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint16" c:type="guint16"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="initial_buffer" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="413">data already read from @fd</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="conn"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="414">storage for a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
</record>
|
|
|
|
<callback name="RTSPConnectionAcceptCertificateFunc"
|
|
|
|
c:type="GstRTSPConnectionAcceptCertificateFunc">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="113"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="conn" transfer-ownership="none">
|
|
|
|
<type name="Gio.TlsConnection" c:type="GTlsConnection*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="peer_cert" transfer-ownership="none">
|
|
|
|
<type name="Gio.TlsCertificate" c:type="GTlsCertificate*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="errors" transfer-ownership="none">
|
|
|
|
<type name="Gio.TlsCertificateFlags" c:type="GTlsCertificateFlags"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="3">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
<bitfield name="RTSPEvent"
|
|
|
|
glib:type-name="GstRTSPEvent"
|
|
|
|
glib:get-type="gst_rtsp_event_get_type"
|
|
|
|
c:type="GstRTSPEvent">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="111">The possible events for the connection.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="read"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_EV_READ"
|
|
|
|
glib:nick="read">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="113">connection is readable</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="write"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_EV_WRITE"
|
|
|
|
glib:nick="write">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="114">connection is writable</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</bitfield>
|
|
|
|
<interface name="RTSPExtension"
|
|
|
|
c:symbol-prefix="rtsp_extension"
|
|
|
|
c:type="GstRTSPExtension"
|
|
|
|
glib:type-name="GstRTSPExtension"
|
|
|
|
glib:get-type="gst_rtsp_extension_get_type"
|
|
|
|
glib:type-struct="RTSPExtensionInterface">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspextension.c"
|
|
|
|
line="22">This interface is implemented e.g. by the Windows Media Streaming RTSP
|
2018-05-17 16:15:46 +00:00
|
|
|
exentension (rtspwms) and the RealMedia RTSP extension (rtspreal).</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="77"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<virtual-method name="after_send" invoker="after_send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="58"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="before_send" invoker="before_send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="57"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="configure_stream" invoker="configure_stream">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="63"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="caps" transfer-ownership="none">
|
|
|
|
<type name="Gst.Caps" c:type="GstCaps*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="detect_server" invoker="detect_server">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="55"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="get_transports" invoker="get_transports">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="65"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="protocols" transfer-ownership="none">
|
|
|
|
<type name="RTSPLowerTrans" c:type="GstRTSPLowerTrans"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="transport" transfer-ownership="none">
|
|
|
|
<type name="utf8" c:type="gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="parse_sdp" invoker="parse_sdp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="60"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="sdp" transfer-ownership="none">
|
|
|
|
<type name="GstSdp.SDPMessage" c:type="GstSDPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="s" transfer-ownership="none">
|
|
|
|
<type name="Gst.Structure" c:type="GstStructure*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="receive_request" invoker="receive_request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="73"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="send" invoker="send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="70"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="setup_media" invoker="setup_media">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="61"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="media" transfer-ownership="none">
|
|
|
|
<type name="GstSdp.SDPMedia" c:type="GstSDPMedia*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<virtual-method name="stream_select" invoker="stream_select">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="67"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="url" transfer-ownership="none">
|
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</virtual-method>
|
|
|
|
<method name="after_send" c:identifier="gst_rtsp_extension_after_send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="91"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="before_send" c:identifier="gst_rtsp_extension_before_send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="88"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="configure_stream"
|
|
|
|
c:identifier="gst_rtsp_extension_configure_stream">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="102"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="caps" transfer-ownership="none">
|
|
|
|
<type name="Gst.Caps" c:type="GstCaps*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="detect_server"
|
|
|
|
c:identifier="gst_rtsp_extension_detect_server">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="85"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_transports"
|
|
|
|
c:identifier="gst_rtsp_extension_get_transports">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="105"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="protocols" transfer-ownership="none">
|
|
|
|
<type name="RTSPLowerTrans" c:type="GstRTSPLowerTrans"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="transport" transfer-ownership="none">
|
|
|
|
<type name="utf8" c:type="gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="parse_sdp" c:identifier="gst_rtsp_extension_parse_sdp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="95"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="sdp" transfer-ownership="none">
|
|
|
|
<type name="GstSdp.SDPMessage" c:type="GstSDPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="s" transfer-ownership="none">
|
|
|
|
<type name="Gst.Structure" c:type="GstStructure*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="receive_request"
|
|
|
|
c:identifier="gst_rtsp_extension_receive_request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="112"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="send" c:identifier="gst_rtsp_extension_send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="117"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="setup_media" c:identifier="gst_rtsp_extension_setup_media">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="99"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="media" transfer-ownership="none">
|
|
|
|
<type name="GstSdp.SDPMedia" c:type="GstSDPMedia*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="stream_select"
|
|
|
|
c:identifier="gst_rtsp_extension_stream_select">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="109"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="url" transfer-ownership="none">
|
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<glib:signal name="send" when="last">
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="object"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="p0"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</glib:signal>
|
|
|
|
</interface>
|
|
|
|
<record name="RTSPExtensionInterface"
|
|
|
|
c:type="GstRTSPExtensionInterface"
|
|
|
|
glib:is-gtype-struct-for="RTSPExtension">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="43">An interface representing RTSP extensions.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="77"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="parent">
|
|
|
|
<type name="GObject.TypeInterface" c:type="GTypeInterface"/>
|
|
|
|
</field>
|
|
|
|
<field name="detect_server">
|
|
|
|
<callback name="detect_server">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="55"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="before_send">
|
|
|
|
<callback name="before_send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="57"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="after_send">
|
|
|
|
<callback name="after_send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="58"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="parse_sdp">
|
|
|
|
<callback name="parse_sdp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="60"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="sdp" transfer-ownership="none">
|
|
|
|
<type name="GstSdp.SDPMessage" c:type="GstSDPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="s" transfer-ownership="none">
|
|
|
|
<type name="Gst.Structure" c:type="GstStructure*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="setup_media">
|
|
|
|
<callback name="setup_media">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="61"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="media" transfer-ownership="none">
|
|
|
|
<type name="GstSdp.SDPMedia" c:type="GstSDPMedia*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="configure_stream">
|
|
|
|
<callback name="configure_stream">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="63"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="caps" transfer-ownership="none">
|
|
|
|
<type name="Gst.Caps" c:type="GstCaps*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="get_transports">
|
|
|
|
<callback name="get_transports">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="65"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="protocols" transfer-ownership="none">
|
|
|
|
<type name="RTSPLowerTrans" c:type="GstRTSPLowerTrans"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="transport" transfer-ownership="none">
|
|
|
|
<type name="utf8" c:type="gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="stream_select">
|
|
|
|
<callback name="stream_select">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="67"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="url" transfer-ownership="none">
|
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="send">
|
|
|
|
<callback name="send">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="70"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="resp" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="receive_request">
|
|
|
|
<callback name="receive_request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="73"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="ext" transfer-ownership="none">
|
|
|
|
<type name="RTSPExtension" c:type="GstRTSPExtension*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="req" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="_gst_reserved" readable="0" private="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<array zero-terminated="0" fixed-size="4">
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</array>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
<enumeration name="RTSPFamily"
|
|
|
|
glib:type-name="GstRTSPFamily"
|
|
|
|
glib:get-type="gst_rtsp_family_get_type"
|
|
|
|
c:type="GstRTSPFamily">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="123">The possible network families.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="none"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_FAM_NONE"
|
|
|
|
glib:nick="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="125">unknown network family</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="inet"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_FAM_INET"
|
|
|
|
glib:nick="inet">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="126">internet</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="inet6"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_FAM_INET6"
|
|
|
|
glib:nick="inet6">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="127">internet V6</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<enumeration name="RTSPHeaderField"
|
|
|
|
glib:type-name="GstRTSPHeaderField"
|
|
|
|
glib:get-type="gst_rtsp_header_field_get_type"
|
|
|
|
c:type="GstRTSPHeaderField">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="230">Enumeration of rtsp header fields</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="invalid"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_HDR_INVALID"
|
|
|
|
glib:nick="invalid">
|
|
|
|
</member>
|
|
|
|
<member name="accept"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_HDR_ACCEPT"
|
|
|
|
glib:nick="accept">
|
|
|
|
</member>
|
|
|
|
<member name="accept_encoding"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_HDR_ACCEPT_ENCODING"
|
|
|
|
glib:nick="accept-encoding">
|
|
|
|
</member>
|
|
|
|
<member name="accept_language"
|
|
|
|
value="3"
|
|
|
|
c:identifier="GST_RTSP_HDR_ACCEPT_LANGUAGE"
|
|
|
|
glib:nick="accept-language">
|
|
|
|
</member>
|
|
|
|
<member name="allow"
|
|
|
|
value="4"
|
|
|
|
c:identifier="GST_RTSP_HDR_ALLOW"
|
|
|
|
glib:nick="allow">
|
|
|
|
</member>
|
|
|
|
<member name="authorization"
|
|
|
|
value="5"
|
|
|
|
c:identifier="GST_RTSP_HDR_AUTHORIZATION"
|
|
|
|
glib:nick="authorization">
|
|
|
|
</member>
|
|
|
|
<member name="bandwidth"
|
|
|
|
value="6"
|
|
|
|
c:identifier="GST_RTSP_HDR_BANDWIDTH"
|
|
|
|
glib:nick="bandwidth">
|
|
|
|
</member>
|
|
|
|
<member name="blocksize"
|
|
|
|
value="7"
|
|
|
|
c:identifier="GST_RTSP_HDR_BLOCKSIZE"
|
|
|
|
glib:nick="blocksize">
|
|
|
|
</member>
|
|
|
|
<member name="cache_control"
|
|
|
|
value="8"
|
|
|
|
c:identifier="GST_RTSP_HDR_CACHE_CONTROL"
|
|
|
|
glib:nick="cache-control">
|
|
|
|
</member>
|
|
|
|
<member name="conference"
|
|
|
|
value="9"
|
|
|
|
c:identifier="GST_RTSP_HDR_CONFERENCE"
|
|
|
|
glib:nick="conference">
|
|
|
|
</member>
|
|
|
|
<member name="connection"
|
|
|
|
value="10"
|
|
|
|
c:identifier="GST_RTSP_HDR_CONNECTION"
|
|
|
|
glib:nick="connection">
|
|
|
|
</member>
|
|
|
|
<member name="content_base"
|
|
|
|
value="11"
|
|
|
|
c:identifier="GST_RTSP_HDR_CONTENT_BASE"
|
|
|
|
glib:nick="content-base">
|
|
|
|
</member>
|
|
|
|
<member name="content_encoding"
|
|
|
|
value="12"
|
|
|
|
c:identifier="GST_RTSP_HDR_CONTENT_ENCODING"
|
|
|
|
glib:nick="content-encoding">
|
|
|
|
</member>
|
|
|
|
<member name="content_language"
|
|
|
|
value="13"
|
|
|
|
c:identifier="GST_RTSP_HDR_CONTENT_LANGUAGE"
|
|
|
|
glib:nick="content-language">
|
|
|
|
</member>
|
|
|
|
<member name="content_length"
|
|
|
|
value="14"
|
|
|
|
c:identifier="GST_RTSP_HDR_CONTENT_LENGTH"
|
|
|
|
glib:nick="content-length">
|
|
|
|
</member>
|
|
|
|
<member name="content_location"
|
|
|
|
value="15"
|
|
|
|
c:identifier="GST_RTSP_HDR_CONTENT_LOCATION"
|
|
|
|
glib:nick="content-location">
|
|
|
|
</member>
|
|
|
|
<member name="content_type"
|
|
|
|
value="16"
|
|
|
|
c:identifier="GST_RTSP_HDR_CONTENT_TYPE"
|
|
|
|
glib:nick="content-type">
|
|
|
|
</member>
|
|
|
|
<member name="cseq"
|
|
|
|
value="17"
|
|
|
|
c:identifier="GST_RTSP_HDR_CSEQ"
|
|
|
|
glib:nick="cseq">
|
|
|
|
</member>
|
|
|
|
<member name="date"
|
|
|
|
value="18"
|
|
|
|
c:identifier="GST_RTSP_HDR_DATE"
|
|
|
|
glib:nick="date">
|
|
|
|
</member>
|
|
|
|
<member name="expires"
|
|
|
|
value="19"
|
|
|
|
c:identifier="GST_RTSP_HDR_EXPIRES"
|
|
|
|
glib:nick="expires">
|
|
|
|
</member>
|
|
|
|
<member name="from"
|
|
|
|
value="20"
|
|
|
|
c:identifier="GST_RTSP_HDR_FROM"
|
|
|
|
glib:nick="from">
|
|
|
|
</member>
|
|
|
|
<member name="if_modified_since"
|
|
|
|
value="21"
|
|
|
|
c:identifier="GST_RTSP_HDR_IF_MODIFIED_SINCE"
|
|
|
|
glib:nick="if-modified-since">
|
|
|
|
</member>
|
|
|
|
<member name="last_modified"
|
|
|
|
value="22"
|
|
|
|
c:identifier="GST_RTSP_HDR_LAST_MODIFIED"
|
|
|
|
glib:nick="last-modified">
|
|
|
|
</member>
|
|
|
|
<member name="proxy_authenticate"
|
|
|
|
value="23"
|
|
|
|
c:identifier="GST_RTSP_HDR_PROXY_AUTHENTICATE"
|
|
|
|
glib:nick="proxy-authenticate">
|
|
|
|
</member>
|
|
|
|
<member name="proxy_require"
|
|
|
|
value="24"
|
|
|
|
c:identifier="GST_RTSP_HDR_PROXY_REQUIRE"
|
|
|
|
glib:nick="proxy-require">
|
|
|
|
</member>
|
|
|
|
<member name="public"
|
|
|
|
value="25"
|
|
|
|
c:identifier="GST_RTSP_HDR_PUBLIC"
|
|
|
|
glib:nick="public">
|
|
|
|
</member>
|
|
|
|
<member name="range"
|
|
|
|
value="26"
|
|
|
|
c:identifier="GST_RTSP_HDR_RANGE"
|
|
|
|
glib:nick="range">
|
|
|
|
</member>
|
|
|
|
<member name="referer"
|
|
|
|
value="27"
|
|
|
|
c:identifier="GST_RTSP_HDR_REFERER"
|
|
|
|
glib:nick="referer">
|
|
|
|
</member>
|
|
|
|
<member name="require"
|
|
|
|
value="28"
|
|
|
|
c:identifier="GST_RTSP_HDR_REQUIRE"
|
|
|
|
glib:nick="require">
|
|
|
|
</member>
|
|
|
|
<member name="retry_after"
|
|
|
|
value="29"
|
|
|
|
c:identifier="GST_RTSP_HDR_RETRY_AFTER"
|
|
|
|
glib:nick="retry-after">
|
|
|
|
</member>
|
|
|
|
<member name="rtp_info"
|
|
|
|
value="30"
|
|
|
|
c:identifier="GST_RTSP_HDR_RTP_INFO"
|
|
|
|
glib:nick="rtp-info">
|
|
|
|
</member>
|
|
|
|
<member name="scale"
|
|
|
|
value="31"
|
|
|
|
c:identifier="GST_RTSP_HDR_SCALE"
|
|
|
|
glib:nick="scale">
|
|
|
|
</member>
|
|
|
|
<member name="session"
|
|
|
|
value="32"
|
|
|
|
c:identifier="GST_RTSP_HDR_SESSION"
|
|
|
|
glib:nick="session">
|
|
|
|
</member>
|
|
|
|
<member name="server"
|
|
|
|
value="33"
|
|
|
|
c:identifier="GST_RTSP_HDR_SERVER"
|
|
|
|
glib:nick="server">
|
|
|
|
</member>
|
|
|
|
<member name="speed"
|
|
|
|
value="34"
|
|
|
|
c:identifier="GST_RTSP_HDR_SPEED"
|
|
|
|
glib:nick="speed">
|
|
|
|
</member>
|
|
|
|
<member name="transport"
|
|
|
|
value="35"
|
|
|
|
c:identifier="GST_RTSP_HDR_TRANSPORT"
|
|
|
|
glib:nick="transport">
|
|
|
|
</member>
|
|
|
|
<member name="unsupported"
|
|
|
|
value="36"
|
|
|
|
c:identifier="GST_RTSP_HDR_UNSUPPORTED"
|
|
|
|
glib:nick="unsupported">
|
|
|
|
</member>
|
|
|
|
<member name="user_agent"
|
|
|
|
value="37"
|
|
|
|
c:identifier="GST_RTSP_HDR_USER_AGENT"
|
|
|
|
glib:nick="user-agent">
|
|
|
|
</member>
|
|
|
|
<member name="via"
|
|
|
|
value="38"
|
|
|
|
c:identifier="GST_RTSP_HDR_VIA"
|
|
|
|
glib:nick="via">
|
|
|
|
</member>
|
|
|
|
<member name="www_authenticate"
|
|
|
|
value="39"
|
|
|
|
c:identifier="GST_RTSP_HDR_WWW_AUTHENTICATE"
|
|
|
|
glib:nick="www-authenticate">
|
|
|
|
</member>
|
|
|
|
<member name="client_challenge"
|
|
|
|
value="40"
|
|
|
|
c:identifier="GST_RTSP_HDR_CLIENT_CHALLENGE"
|
|
|
|
glib:nick="client-challenge">
|
|
|
|
</member>
|
|
|
|
<member name="real_challenge1"
|
|
|
|
value="41"
|
|
|
|
c:identifier="GST_RTSP_HDR_REAL_CHALLENGE1"
|
|
|
|
glib:nick="real-challenge1">
|
|
|
|
</member>
|
|
|
|
<member name="real_challenge2"
|
|
|
|
value="42"
|
|
|
|
c:identifier="GST_RTSP_HDR_REAL_CHALLENGE2"
|
|
|
|
glib:nick="real-challenge2">
|
|
|
|
</member>
|
|
|
|
<member name="real_challenge3"
|
|
|
|
value="43"
|
|
|
|
c:identifier="GST_RTSP_HDR_REAL_CHALLENGE3"
|
|
|
|
glib:nick="real-challenge3">
|
|
|
|
</member>
|
|
|
|
<member name="subscribe"
|
|
|
|
value="44"
|
|
|
|
c:identifier="GST_RTSP_HDR_SUBSCRIBE"
|
|
|
|
glib:nick="subscribe">
|
|
|
|
</member>
|
|
|
|
<member name="alert"
|
|
|
|
value="45"
|
|
|
|
c:identifier="GST_RTSP_HDR_ALERT"
|
|
|
|
glib:nick="alert">
|
|
|
|
</member>
|
|
|
|
<member name="client_id"
|
|
|
|
value="46"
|
|
|
|
c:identifier="GST_RTSP_HDR_CLIENT_ID"
|
|
|
|
glib:nick="client-id">
|
|
|
|
</member>
|
|
|
|
<member name="company_id"
|
|
|
|
value="47"
|
|
|
|
c:identifier="GST_RTSP_HDR_COMPANY_ID"
|
|
|
|
glib:nick="company-id">
|
|
|
|
</member>
|
|
|
|
<member name="guid"
|
|
|
|
value="48"
|
|
|
|
c:identifier="GST_RTSP_HDR_GUID"
|
|
|
|
glib:nick="guid">
|
|
|
|
</member>
|
|
|
|
<member name="region_data"
|
|
|
|
value="49"
|
|
|
|
c:identifier="GST_RTSP_HDR_REGION_DATA"
|
|
|
|
glib:nick="region-data">
|
|
|
|
</member>
|
|
|
|
<member name="max_asm_width"
|
|
|
|
value="50"
|
|
|
|
c:identifier="GST_RTSP_HDR_MAX_ASM_WIDTH"
|
|
|
|
glib:nick="max-asm-width">
|
|
|
|
</member>
|
|
|
|
<member name="language"
|
|
|
|
value="51"
|
|
|
|
c:identifier="GST_RTSP_HDR_LANGUAGE"
|
|
|
|
glib:nick="language">
|
|
|
|
</member>
|
|
|
|
<member name="player_start_time"
|
|
|
|
value="52"
|
|
|
|
c:identifier="GST_RTSP_HDR_PLAYER_START_TIME"
|
|
|
|
glib:nick="player-start-time">
|
|
|
|
</member>
|
|
|
|
<member name="location"
|
|
|
|
value="53"
|
|
|
|
c:identifier="GST_RTSP_HDR_LOCATION"
|
|
|
|
glib:nick="location">
|
|
|
|
</member>
|
|
|
|
<member name="etag"
|
|
|
|
value="54"
|
|
|
|
c:identifier="GST_RTSP_HDR_ETAG"
|
|
|
|
glib:nick="etag">
|
|
|
|
</member>
|
|
|
|
<member name="if_match"
|
|
|
|
value="55"
|
|
|
|
c:identifier="GST_RTSP_HDR_IF_MATCH"
|
|
|
|
glib:nick="if-match">
|
|
|
|
</member>
|
|
|
|
<member name="accept_charset"
|
|
|
|
value="56"
|
|
|
|
c:identifier="GST_RTSP_HDR_ACCEPT_CHARSET"
|
|
|
|
glib:nick="accept-charset">
|
|
|
|
</member>
|
|
|
|
<member name="supported"
|
|
|
|
value="57"
|
|
|
|
c:identifier="GST_RTSP_HDR_SUPPORTED"
|
|
|
|
glib:nick="supported">
|
|
|
|
</member>
|
|
|
|
<member name="vary"
|
|
|
|
value="58"
|
|
|
|
c:identifier="GST_RTSP_HDR_VARY"
|
|
|
|
glib:nick="vary">
|
|
|
|
</member>
|
|
|
|
<member name="x_accelerate_streaming"
|
|
|
|
value="59"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_ACCELERATE_STREAMING"
|
|
|
|
glib:nick="x-accelerate-streaming">
|
|
|
|
</member>
|
|
|
|
<member name="x_accept_authent"
|
|
|
|
value="60"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_ACCEPT_AUTHENT"
|
|
|
|
glib:nick="x-accept-authent">
|
|
|
|
</member>
|
|
|
|
<member name="x_accept_proxy_authent"
|
|
|
|
value="61"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_ACCEPT_PROXY_AUTHENT"
|
|
|
|
glib:nick="x-accept-proxy-authent">
|
|
|
|
</member>
|
|
|
|
<member name="x_broadcast_id"
|
|
|
|
value="62"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_BROADCAST_ID"
|
|
|
|
glib:nick="x-broadcast-id">
|
|
|
|
</member>
|
|
|
|
<member name="x_burst_streaming"
|
|
|
|
value="63"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_BURST_STREAMING"
|
|
|
|
glib:nick="x-burst-streaming">
|
|
|
|
</member>
|
|
|
|
<member name="x_notice"
|
|
|
|
value="64"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_NOTICE"
|
|
|
|
glib:nick="x-notice">
|
|
|
|
</member>
|
|
|
|
<member name="x_player_lag_time"
|
|
|
|
value="65"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_PLAYER_LAG_TIME"
|
|
|
|
glib:nick="x-player-lag-time">
|
|
|
|
</member>
|
|
|
|
<member name="x_playlist"
|
|
|
|
value="66"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_PLAYLIST"
|
|
|
|
glib:nick="x-playlist">
|
|
|
|
</member>
|
|
|
|
<member name="x_playlist_change_notice"
|
|
|
|
value="67"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_PLAYLIST_CHANGE_NOTICE"
|
|
|
|
glib:nick="x-playlist-change-notice">
|
|
|
|
</member>
|
|
|
|
<member name="x_playlist_gen_id"
|
|
|
|
value="68"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_PLAYLIST_GEN_ID"
|
|
|
|
glib:nick="x-playlist-gen-id">
|
|
|
|
</member>
|
|
|
|
<member name="x_playlist_seek_id"
|
|
|
|
value="69"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_PLAYLIST_SEEK_ID"
|
|
|
|
glib:nick="x-playlist-seek-id">
|
|
|
|
</member>
|
|
|
|
<member name="x_proxy_client_agent"
|
|
|
|
value="70"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_PROXY_CLIENT_AGENT"
|
|
|
|
glib:nick="x-proxy-client-agent">
|
|
|
|
</member>
|
|
|
|
<member name="x_proxy_client_verb"
|
|
|
|
value="71"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_PROXY_CLIENT_VERB"
|
|
|
|
glib:nick="x-proxy-client-verb">
|
|
|
|
</member>
|
|
|
|
<member name="x_receding_playlistchange"
|
|
|
|
value="72"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_RECEDING_PLAYLISTCHANGE"
|
|
|
|
glib:nick="x-receding-playlistchange">
|
|
|
|
</member>
|
|
|
|
<member name="x_rtp_info"
|
|
|
|
value="73"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_RTP_INFO"
|
|
|
|
glib:nick="x-rtp-info">
|
|
|
|
</member>
|
|
|
|
<member name="x_startupprofile"
|
|
|
|
value="74"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_STARTUPPROFILE"
|
|
|
|
glib:nick="x-startupprofile">
|
|
|
|
</member>
|
|
|
|
<member name="timestamp"
|
|
|
|
value="75"
|
|
|
|
c:identifier="GST_RTSP_HDR_TIMESTAMP"
|
|
|
|
glib:nick="timestamp">
|
|
|
|
</member>
|
|
|
|
<member name="authentication_info"
|
|
|
|
value="76"
|
|
|
|
c:identifier="GST_RTSP_HDR_AUTHENTICATION_INFO"
|
|
|
|
glib:nick="authentication-info">
|
|
|
|
</member>
|
|
|
|
<member name="host"
|
|
|
|
value="77"
|
|
|
|
c:identifier="GST_RTSP_HDR_HOST"
|
|
|
|
glib:nick="host">
|
|
|
|
</member>
|
|
|
|
<member name="pragma"
|
|
|
|
value="78"
|
|
|
|
c:identifier="GST_RTSP_HDR_PRAGMA"
|
|
|
|
glib:nick="pragma">
|
|
|
|
</member>
|
|
|
|
<member name="x_server_ip_address"
|
|
|
|
value="79"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_SERVER_IP_ADDRESS"
|
|
|
|
glib:nick="x-server-ip-address">
|
|
|
|
</member>
|
|
|
|
<member name="x_sessioncookie"
|
|
|
|
value="80"
|
|
|
|
c:identifier="GST_RTSP_HDR_X_SESSIONCOOKIE"
|
|
|
|
glib:nick="x-sessioncookie">
|
|
|
|
</member>
|
|
|
|
<member name="rtcp_interval"
|
|
|
|
value="81"
|
|
|
|
c:identifier="GST_RTSP_HDR_RTCP_INTERVAL"
|
|
|
|
glib:nick="rtcp-interval">
|
|
|
|
</member>
|
|
|
|
<member name="keymgmt"
|
|
|
|
value="82"
|
|
|
|
c:identifier="GST_RTSP_HDR_KEYMGMT"
|
|
|
|
glib:nick="keymgmt">
|
|
|
|
</member>
|
|
|
|
<member name="pipelined_requests"
|
|
|
|
value="83"
|
|
|
|
c:identifier="GST_RTSP_HDR_PIPELINED_REQUESTS"
|
|
|
|
glib:nick="pipelined-requests">
|
|
|
|
</member>
|
|
|
|
<member name="media_properties"
|
|
|
|
value="84"
|
|
|
|
c:identifier="GST_RTSP_HDR_MEDIA_PROPERTIES"
|
|
|
|
glib:nick="media-properties">
|
|
|
|
</member>
|
|
|
|
<member name="seek_style"
|
|
|
|
value="85"
|
|
|
|
c:identifier="GST_RTSP_HDR_SEEK_STYLE"
|
|
|
|
glib:nick="seek-style">
|
|
|
|
</member>
|
|
|
|
<member name="accept_ranges"
|
|
|
|
value="86"
|
|
|
|
c:identifier="GST_RTSP_HDR_ACCEPT_RANGES"
|
|
|
|
glib:nick="accept-ranges">
|
|
|
|
</member>
|
2019-04-19 01:00:33 +00:00
|
|
|
<member name="frames"
|
2018-05-17 16:15:46 +00:00
|
|
|
value="87"
|
2019-04-19 01:00:33 +00:00
|
|
|
c:identifier="GST_RTSP_HDR_FRAMES"
|
|
|
|
glib:nick="frames">
|
|
|
|
</member>
|
|
|
|
<member name="rate_control"
|
|
|
|
value="88"
|
|
|
|
c:identifier="GST_RTSP_HDR_RATE_CONTROL"
|
|
|
|
glib:nick="rate-control">
|
|
|
|
</member>
|
|
|
|
<member name="last"
|
|
|
|
value="89"
|
2018-05-17 16:15:46 +00:00
|
|
|
c:identifier="GST_RTSP_HDR_LAST"
|
|
|
|
glib:nick="last">
|
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<bitfield name="RTSPLowerTrans"
|
|
|
|
glib:type-name="GstRTSPLowerTrans"
|
|
|
|
glib:get-type="gst_rtsp_lower_trans_get_type"
|
|
|
|
c:type="GstRTSPLowerTrans">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="86">The different transport methods.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="unknown"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_LOWER_TRANS_UNKNOWN"
|
|
|
|
glib:nick="unknown">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="88">invalid transport flag</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="udp"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_LOWER_TRANS_UDP"
|
|
|
|
glib:nick="udp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="89">stream data over UDP</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="udp_mcast"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_LOWER_TRANS_UDP_MCAST"
|
|
|
|
glib:nick="udp-mcast">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="90">stream data over UDP multicast</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="tcp"
|
|
|
|
value="4"
|
|
|
|
c:identifier="GST_RTSP_LOWER_TRANS_TCP"
|
|
|
|
glib:nick="tcp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="91">stream data over TCP</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="http"
|
|
|
|
value="16"
|
|
|
|
c:identifier="GST_RTSP_LOWER_TRANS_HTTP"
|
|
|
|
glib:nick="http">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="92">stream data tunneled over HTTP.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="tls"
|
|
|
|
value="32"
|
|
|
|
c:identifier="GST_RTSP_LOWER_TRANS_TLS"
|
|
|
|
glib:nick="tls">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="93">encrypt TCP and HTTP with TLS</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</bitfield>
|
|
|
|
<record name="RTSPMessage"
|
|
|
|
c:type="GstRTSPMessage"
|
|
|
|
glib:type-name="GstRTSPMessage"
|
|
|
|
glib:get-type="gst_rtsp_msg_get_type"
|
|
|
|
c:symbol-prefix="rtsp_msg">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="45">Provides methods for creating and parsing request, response and data messages.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="109"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="type" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="76">the message type</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMsgType" c:type="GstRTSPMsgType"/>
|
|
|
|
</field>
|
|
|
|
<union name="type_data" c:type="type_data">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="99"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<record name="request" c:type="request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="90"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="method" writable="1">
|
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod"/>
|
|
|
|
</field>
|
|
|
|
<field name="uri" writable="1">
|
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="version" writable="1">
|
|
|
|
<type name="RTSPVersion" c:type="GstRTSPVersion"/>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
<record name="response" c:type="response">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="95"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="code" writable="1">
|
|
|
|
<type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
|
|
|
|
</field>
|
|
|
|
<field name="reason" writable="1">
|
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="version" writable="1">
|
|
|
|
<type name="RTSPVersion" c:type="GstRTSPVersion"/>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
<record name="data" c:type="data">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="98"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="channel" writable="1">
|
|
|
|
<type name="guint8" c:type="guint8"/>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
</union>
|
|
|
|
<field name="hdr_fields" readable="0" private="1">
|
|
|
|
<array name="GLib.Array" c:type="GArray*">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</array>
|
|
|
|
</field>
|
|
|
|
<field name="body" readable="0" private="1">
|
|
|
|
<type name="guint8" c:type="guint8*"/>
|
|
|
|
</field>
|
|
|
|
<field name="body_size" readable="0" private="1">
|
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</field>
|
2019-02-25 14:33:39 +00:00
|
|
|
<field name="body_buffer" readable="0" private="1">
|
|
|
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
|
|
|
</field>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="_gst_reserved" readable="0" private="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<array zero-terminated="0" fixed-size="3">
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</array>
|
|
|
|
</field>
|
|
|
|
<method name="add_header" c:identifier="gst_rtsp_message_add_header">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="628">Add a header with key @field and @value to @msg. This function takes a copy
|
2018-05-17 16:15:46 +00:00
|
|
|
of @value.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="193"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="637">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="630">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="field" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="631">a #GstRTSPHeaderField</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="value" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="632">the value of the header</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="add_header_by_name"
|
|
|
|
c:identifier="gst_rtsp_message_add_header_by_name"
|
|
|
|
version="1.6">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="722">Add a header with key @header and @value to @msg. This function takes a copy
|
2018-05-17 16:15:46 +00:00
|
|
|
of @value.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="214"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="731">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="724">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="header" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="725">header string</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="value" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="726">the value of the header</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="append_headers"
|
|
|
|
c:identifier="gst_rtsp_message_append_headers">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="895">Append the currently configured headers in @msg to the #GString @str suitable
|
2018-05-17 16:15:46 +00:00
|
|
|
for transmission.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="237"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="903">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="897">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="str" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="898">a string</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.String" c:type="GString*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="copy" c:identifier="gst_rtsp_message_copy" version="1.14">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="539">Allocate a new copy of @msg and store the result in @copy. The value in
|
2018-05-17 16:15:46 +00:00
|
|
|
@copy should be release with gst_rtsp_message_free function.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="132"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="547">a #GstRTSPResult</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="541">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="copy"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="542">pointer to new #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="dump" c:identifier="gst_rtsp_message_dump">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1193">Dump the contents of @msg to stdout.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="343"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1199">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1195">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="free" c:identifier="gst_rtsp_message_free">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="517">Free the memory used by @msg.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="130"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="523">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="519">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_body" c:identifier="gst_rtsp_message_get_body">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="975">Get the body of @msg. @data remains valid for as long as @msg is valid and
|
2019-02-25 14:33:39 +00:00
|
|
|
unchanged.
|
|
|
|
|
|
|
|
If the message body was set as a #GstBuffer before this will cause the data
|
|
|
|
to be copied and stored in the message. The #GstBuffer will no longer be
|
|
|
|
kept in the message.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="253"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="988">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="977">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="978">location for the data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<array length="1" zero-terminated="0" c:type="guint8**">
|
|
|
|
<type name="guint8" c:type="guint8*"/>
|
|
|
|
</array>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="979">location for the size of @data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2019-02-25 14:33:39 +00:00
|
|
|
<method name="get_body_buffer"
|
|
|
|
c:identifier="gst_rtsp_message_get_body_buffer"
|
|
|
|
version="1.16">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1099">Get the body of @msg. @buffer remains valid for as long as @msg is valid and
|
2019-02-25 14:33:39 +00:00
|
|
|
unchanged.
|
|
|
|
|
|
|
|
If body data was set from raw memory instead of a #GstBuffer this function
|
|
|
|
will always return %NULL. The caller can check if there is a body buffer by
|
|
|
|
calling gst_rtsp_message_has_body_buffer().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="271"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1111">#GST_RTSP_OK.</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1101">a #GstRTSPMessage</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="buffer"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1102">location for the buffer</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="get_header" c:identifier="gst_rtsp_message_get_header">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="683">Get the @indx header value with key @field from @msg. The result in @value
|
2018-05-17 16:15:46 +00:00
|
|
|
stays valid as long as it remains present in @msg.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="208"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="693">#GST_RTSP_OK when @field was found, #GST_RTSP_ENOTIMPL if the key
|
2018-05-17 16:15:46 +00:00
|
|
|
was not found.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="685">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="field" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="686">a #GstRTSPHeaderField</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="value"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="687">pointer to hold the result</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="indx" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="688">the index of the header</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gint" c:type="gint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_header_by_name"
|
|
|
|
c:identifier="gst_rtsp_message_get_header_by_name"
|
|
|
|
version="1.6">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="857">Get the @index header value with key @header from @msg. The result in @value
|
2018-05-17 16:15:46 +00:00
|
|
|
stays valid as long as it remains present in @msg.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="229"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="867">#GST_RTSP_OK when @field was found, #GST_RTSP_ENOTIMPL if the key
|
2018-05-17 16:15:46 +00:00
|
|
|
was not found.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="859">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="header" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="860">a #GstRTSPHeaderField</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="value"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="861">pointer to hold the result</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="index" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="862">the index of the header</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gint" c:type="gint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_type" c:identifier="gst_rtsp_message_get_type">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="159">Get the message type of @msg.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="136"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="165">the message type.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMsgType" c:type="GstRTSPMsgType"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="161">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2019-02-25 14:33:39 +00:00
|
|
|
<method name="has_body_buffer"
|
|
|
|
c:identifier="gst_rtsp_message_has_body_buffer"
|
|
|
|
version="1.16">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1160">Checks if @msg has a body and the body is stored as #GstBuffer.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="279"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1166">%TRUE if @msg has a body and it's stored as #GstBuffer, %FALSE
|
2019-02-25 14:33:39 +00:00
|
|
|
otherwise.</doc>
|
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1162">a #GstRTSPMessage</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="init" c:identifier="gst_rtsp_message_init">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="137">Initialize @msg. This function is mostly used when @msg is allocated on the
|
2018-05-17 16:15:46 +00:00
|
|
|
stack. The reverse operation of this is gst_rtsp_message_unset().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="124"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="144">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="139">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="init_data" c:identifier="gst_rtsp_message_init_data">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="422">Initialize a new data #GstRTSPMessage for @channel.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="183"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="429">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="424">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="channel" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="425">a channel</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint8" c:type="guint8"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="init_request" c:identifier="gst_rtsp_message_init_request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="202">Initialize @msg as a request message with @method and @uri. To clear @msg
|
2018-05-17 16:15:46 +00:00
|
|
|
again, use gst_rtsp_message_unset().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="146"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="211">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="204">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="method" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="205">the request method to use</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="uri" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="206">the uri of the request</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="init_response"
|
|
|
|
c:identifier="gst_rtsp_message_init_response">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="296">Initialize @msg with @code and @reason.
|
2018-05-17 16:15:46 +00:00
|
|
|
|
|
|
|
When @reason is %NULL, the default reason for @code will be used.
|
|
|
|
|
|
|
|
When @request is not %NULL, the relevant headers will be copied to the new
|
|
|
|
response message.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="165"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="310">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="298">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="code" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="299">the status code</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="reason"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="300">the status reason or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="request"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="301">the request that triggered the response or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="parse_auth_credentials"
|
|
|
|
c:identifier="gst_rtsp_message_parse_auth_credentials"
|
|
|
|
version="1.12">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1441">Parses the credentials given in a WWW-Authenticate or Authorization header.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="325"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1448">
|
2018-05-17 16:15:46 +00:00
|
|
|
%NULL-terminated array of GstRTSPAuthCredential or %NULL.</doc>
|
|
|
|
<array c:type="GstRTSPAuthCredential**">
|
|
|
|
<type name="RTSPAuthCredential" c:type="GstRTSPAuthCredential*"/>
|
|
|
|
</array>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1443">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="field" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1444">a #GstRTSPHeaderField</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="parse_data" c:identifier="gst_rtsp_message_parse_data">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="444">Parse the data message @msg and store the channel in @channel.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="187"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="451">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="446">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="channel"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="447">location to hold the channel</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint8" c:type="guint8*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="parse_request"
|
|
|
|
c:identifier="gst_rtsp_message_parse_request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="231">Parse the request message @msg and store the values @method, @uri and
|
2018-05-17 16:15:46 +00:00
|
|
|
@version. The result locations can be %NULL if one is not interested in its
|
|
|
|
value.
|
|
|
|
|
|
|
|
@uri remains valid for as long as @msg is valid and unchanged.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="151"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="244">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="233">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="method"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="234">location to hold the method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="uri"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="235">location to hold the uri</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="version"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="236">location to hold the version</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPVersion" c:type="GstRTSPVersion*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="parse_response"
|
|
|
|
c:identifier="gst_rtsp_message_parse_response">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="365">Parse the response message @msg and store the values @code, @reason and
|
2018-05-17 16:15:46 +00:00
|
|
|
@version. The result locations can be %NULL if one is not interested in its
|
|
|
|
value.
|
|
|
|
|
|
|
|
@reason remains valid for as long as @msg is valid and unchanged.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="171"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="378">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="367">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="code"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="368">location to hold the status code</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPStatusCode" c:type="GstRTSPStatusCode*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="reason"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="369">location to hold the status reason</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="version"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="370">location to hold the version</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPVersion" c:type="GstRTSPVersion*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="remove_header"
|
|
|
|
c:identifier="gst_rtsp_message_remove_header">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="646">Remove the @indx header with key @field from @msg. If @indx equals -1, all
|
2018-05-17 16:15:46 +00:00
|
|
|
headers will be removed.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="203"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="655">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="648">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="field" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="649">a #GstRTSPHeaderField</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="indx" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="650">the index of the header</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gint" c:type="gint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="remove_header_by_name"
|
|
|
|
c:identifier="gst_rtsp_message_remove_header_by_name"
|
|
|
|
version="1.6">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="817">Remove the @index header with key @header from @msg. If @index equals -1,
|
2018-05-17 16:15:46 +00:00
|
|
|
all matching headers will be removed.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="224"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="826">a #GstRTSPResult</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="819">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="header" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="820">the header string</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="index" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="821">the index of the header</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gint" c:type="gint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_body" c:identifier="gst_rtsp_message_set_body">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="929">Set the body of @msg to a copy of @data. Any existing body or body buffer
|
2019-02-25 14:33:39 +00:00
|
|
|
will be replaced by the new body.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="243"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="938">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="931">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="932">the data</doc>
|
2019-04-19 01:00:33 +00:00
|
|
|
<array length="1" zero-terminated="0" c:type="const guint8*">
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint8" c:type="guint8"/>
|
|
|
|
</array>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="933">the size of @data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2019-02-25 14:33:39 +00:00
|
|
|
<method name="set_body_buffer"
|
|
|
|
c:identifier="gst_rtsp_message_set_body_buffer"
|
|
|
|
version="1.16">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1051">Set the body of @msg to @buffer. Any existing body or body buffer
|
2019-02-25 14:33:39 +00:00
|
|
|
will be replaced by the new body.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="263"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1059">#GST_RTSP_OK.</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1053">a #GstRTSPMessage</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="buffer" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1054">a #GstBuffer</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="steal_body" c:identifier="gst_rtsp_message_steal_body">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1014">Take the body of @msg and store it in @data and @size. After this method,
|
2018-05-17 16:15:46 +00:00
|
|
|
the body and size of @msg will be set to %NULL and 0 respectively.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="258"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1023">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1016">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1017">location for the data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<array length="1" zero-terminated="0" c:type="guint8**">
|
|
|
|
<type name="guint8" c:type="guint8*"/>
|
|
|
|
</array>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1018">location for the size of @data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2019-02-25 14:33:39 +00:00
|
|
|
<method name="steal_body_buffer"
|
|
|
|
c:identifier="gst_rtsp_message_steal_body_buffer"
|
|
|
|
version="1.16">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1127">Take the body of @msg and store it in @buffer. After this method,
|
2019-02-25 14:33:39 +00:00
|
|
|
the body and size of @msg will be set to %NULL and 0 respectively.
|
|
|
|
|
|
|
|
If body data was set from raw memory instead of a #GstBuffer this function
|
|
|
|
will always return %NULL. The caller can check if there is a body buffer by
|
|
|
|
calling gst_rtsp_message_has_body_buffer().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="275"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1139">#GST_RTSP_OK.</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1129">a #GstRTSPMessage</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="buffer"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1130">location for the buffer</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="Gst.Buffer" c:type="GstBuffer**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="take_body" c:identifier="gst_rtsp_message_take_body">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="949">Set the body of @msg to @data and @size. This method takes ownership of
|
2019-02-25 14:33:39 +00:00
|
|
|
@data. Any existing body or body buffer will be replaced by the new body.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="248"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="958">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="951">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data" transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="952">the data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<array length="1" zero-terminated="0" c:type="guint8*">
|
|
|
|
<type name="guint8" c:type="guint8"/>
|
|
|
|
</array>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="953">the size of @data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2019-02-25 14:33:39 +00:00
|
|
|
<method name="take_body_buffer"
|
|
|
|
c:identifier="gst_rtsp_message_take_body_buffer"
|
|
|
|
version="1.16">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1072">Set the body of @msg to @buffer. This method takes ownership of @buffer.
|
2019-02-25 14:33:39 +00:00
|
|
|
Any existing body or body buffer will be replaced by the new body.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="267"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1080">#GST_RTSP_OK.</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1074">a #GstRTSPMessage</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="buffer" transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1075">a #GstBuffer</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="Gst.Buffer" c:type="GstBuffer*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="take_header" c:identifier="gst_rtsp_message_take_header">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="599">Add a header with key @field and @value to @msg. This function takes
|
2018-05-17 16:15:46 +00:00
|
|
|
ownership of @value.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="198"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="608">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="601">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="field" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="602">a #GstRTSPHeaderField</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="value" transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="603">the value of the header</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="take_header_by_name"
|
|
|
|
c:identifier="gst_rtsp_message_take_header_by_name"
|
|
|
|
version="1.6">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="752">Add a header with key @header and @value to @msg. This function takes
|
2018-05-17 16:15:46 +00:00
|
|
|
ownership of @value, but not of @header.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="219"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="761">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="754">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="header" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="755">a header string</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="value" transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="756">the value of the header</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="unset" c:identifier="gst_rtsp_message_unset">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="465">Unset the contents of @msg so that it becomes an uninitialized
|
2018-05-17 16:15:46 +00:00
|
|
|
#GstRTSPMessage again. This function is mostly used in combination with
|
|
|
|
gst_rtsp_message_init_request(), gst_rtsp_message_init_response() and
|
|
|
|
gst_rtsp_message_init_data() on stack allocated #GstRTSPMessage structures.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="127"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="474">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="msg" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="467">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
</record>
|
|
|
|
<bitfield name="RTSPMethod"
|
|
|
|
glib:type-name="GstRTSPMethod"
|
|
|
|
glib:get-type="gst_rtsp_method_get_type"
|
|
|
|
c:type="GstRTSPMethod">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="173">The different supported RTSP methods.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="invalid"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_INVALID"
|
|
|
|
glib:nick="invalid">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="175">invalid method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="describe"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_DESCRIBE"
|
|
|
|
glib:nick="describe">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="176">the DESCRIBE method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="announce"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_ANNOUNCE"
|
|
|
|
glib:nick="announce">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="177">the ANNOUNCE method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="get_parameter"
|
|
|
|
value="4"
|
|
|
|
c:identifier="GST_RTSP_GET_PARAMETER"
|
|
|
|
glib:nick="get-parameter">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="178">the GET_PARAMETER method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="options"
|
|
|
|
value="8"
|
|
|
|
c:identifier="GST_RTSP_OPTIONS"
|
|
|
|
glib:nick="options">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="179">the OPTIONS method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="pause"
|
|
|
|
value="16"
|
|
|
|
c:identifier="GST_RTSP_PAUSE"
|
|
|
|
glib:nick="pause">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="180">the PAUSE method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="play"
|
|
|
|
value="32"
|
|
|
|
c:identifier="GST_RTSP_PLAY"
|
|
|
|
glib:nick="play">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="181">the PLAY method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="record"
|
|
|
|
value="64"
|
|
|
|
c:identifier="GST_RTSP_RECORD"
|
|
|
|
glib:nick="record">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="182">the RECORD method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="redirect"
|
|
|
|
value="128"
|
|
|
|
c:identifier="GST_RTSP_REDIRECT"
|
|
|
|
glib:nick="redirect">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="183">the REDIRECT method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="setup"
|
|
|
|
value="256"
|
|
|
|
c:identifier="GST_RTSP_SETUP"
|
|
|
|
glib:nick="setup">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="184">the SETUP method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="set_parameter"
|
|
|
|
value="512"
|
|
|
|
c:identifier="GST_RTSP_SET_PARAMETER"
|
|
|
|
glib:nick="set-parameter">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="185">the SET_PARAMETER method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="teardown"
|
|
|
|
value="1024"
|
|
|
|
c:identifier="GST_RTSP_TEARDOWN"
|
|
|
|
glib:nick="teardown">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="186">the TEARDOWN method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="get"
|
|
|
|
value="2048"
|
|
|
|
c:identifier="GST_RTSP_GET"
|
|
|
|
glib:nick="get">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="187">the GET method (HTTP).</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="post"
|
|
|
|
value="4096"
|
|
|
|
c:identifier="GST_RTSP_POST"
|
|
|
|
glib:nick="post">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="188">the POST method (HTTP).</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<function name="as_text" c:identifier="gst_rtsp_method_as_text">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="310">Convert @method to a string.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="409"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="316">a string representation of @method.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="method" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="312">a #GstRTSPMethod</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
</bitfield>
|
|
|
|
<enumeration name="RTSPMsgType"
|
|
|
|
glib:type-name="GstRTSPMsgType"
|
|
|
|
glib:get-type="gst_rtsp_msg_type_get_type"
|
|
|
|
c:type="GstRTSPMsgType">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="51">The type of a message.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="invalid"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_MESSAGE_INVALID"
|
|
|
|
glib:nick="invalid">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="53">invalid message type</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="request"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_MESSAGE_REQUEST"
|
|
|
|
glib:nick="request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="54">RTSP request message</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="response"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_MESSAGE_RESPONSE"
|
|
|
|
glib:nick="response">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="55">RTSP response message</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="http_request"
|
|
|
|
value="3"
|
|
|
|
c:identifier="GST_RTSP_MESSAGE_HTTP_REQUEST"
|
|
|
|
glib:nick="http-request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="56">HTTP request message.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="http_response"
|
|
|
|
value="4"
|
|
|
|
c:identifier="GST_RTSP_MESSAGE_HTTP_RESPONSE"
|
|
|
|
glib:nick="http-response">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="57">HTTP response message.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="data"
|
|
|
|
value="5"
|
|
|
|
c:identifier="GST_RTSP_MESSAGE_DATA"
|
|
|
|
glib:nick="data">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="58">data message</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<bitfield name="RTSPProfile"
|
|
|
|
glib:type-name="GstRTSPProfile"
|
|
|
|
glib:get-type="gst_rtsp_profile_get_type"
|
|
|
|
c:type="GstRTSPProfile">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="66">The transfer profile to use.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="unknown"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_PROFILE_UNKNOWN"
|
|
|
|
glib:nick="unknown">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="68">invalid profile</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="avp"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_PROFILE_AVP"
|
|
|
|
glib:nick="avp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="69">the Audio/Visual profile (RFC 3551)</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="savp"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_PROFILE_SAVP"
|
|
|
|
glib:nick="savp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="70">the secure Audio/Visual profile (RFC 3711)</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="avpf"
|
|
|
|
value="4"
|
|
|
|
c:identifier="GST_RTSP_PROFILE_AVPF"
|
|
|
|
glib:nick="avpf">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="71">the Audio/Visual profile with feedback (RFC 4585)</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="savpf"
|
|
|
|
value="8"
|
|
|
|
c:identifier="GST_RTSP_PROFILE_SAVPF"
|
|
|
|
glib:nick="savpf">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="72">the secure Audio/Visual profile with feedback (RFC 5124)</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</bitfield>
|
|
|
|
<record name="RTSPRange" c:type="GstRTSPRange">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="43">Provides helper functions to deal with time ranges.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="120"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="min" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="111">minimum value of the range</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gint" c:type="gint"/>
|
|
|
|
</field>
|
|
|
|
<field name="max" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="112">maximum value of the range</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gint" c:type="gint"/>
|
|
|
|
</field>
|
|
|
|
<function name="convert_units"
|
|
|
|
c:identifier="gst_rtsp_range_convert_units">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="664">Converts the range in-place between different types of units.
|
2018-05-17 16:15:46 +00:00
|
|
|
Ranges containing the special value #GST_RTSP_TIME_NOW can not be
|
|
|
|
converted as these are only valid for #GST_RTSP_RANGE_NPT.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="159"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="673">%TRUE if the range could be converted</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="range" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="666">a #GstRTSPTimeRange</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="GstRTSPTimeRange*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="unit" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="667">the unit to convert the range into</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPRangeUnit" c:type="GstRTSPRangeUnit"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="free" c:identifier="gst_rtsp_range_free">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="472">Free the memory allocated by @range.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="152"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="range" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="474">a #GstRTSPTimeRange</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="GstRTSPTimeRange*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="get_times"
|
|
|
|
c:identifier="gst_rtsp_range_get_times"
|
|
|
|
version="1.2">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="565">Retrieve the minimum and maximum values from @range converted to
|
2018-05-17 16:15:46 +00:00
|
|
|
#GstClockTime in @min and @max.
|
|
|
|
|
|
|
|
A value of %GST_CLOCK_TIME_NONE will be used to signal #GST_RTSP_TIME_NOW
|
|
|
|
and #GST_RTSP_TIME_END for @min and @max respectively.
|
|
|
|
|
|
|
|
UTC times will be converted to nanoseconds since 1900.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="155"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="579">%TRUE on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="range" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="567">a #GstRTSPTimeRange</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="const GstRTSPTimeRange*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="min"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="568">result minimum #GstClockTime</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gst.ClockTime" c:type="GstClockTime*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="max"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="569">result maximum #GstClockTime</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gst.ClockTime" c:type="GstClockTime*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="parse" c:identifier="gst_rtsp_range_parse">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="257">Parse @rangestr to a #GstRTSPTimeRange.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="146"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="264">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="rangestr" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="259">a range string to parse</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="range"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="260">location to hold the #GstRTSPTimeRange result</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="GstRTSPTimeRange**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="to_string" c:identifier="gst_rtsp_range_to_string">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="421">Convert @range into a string representation.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="149"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="427">The string representation of @range. g_free() after usage.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="range" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="423">a #GstRTSPTimeRange</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="const GstRTSPTimeRange*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
</record>
|
|
|
|
<enumeration name="RTSPRangeUnit"
|
|
|
|
glib:type-name="GstRTSPRangeUnit"
|
|
|
|
glib:get-type="gst_rtsp_range_unit_get_type"
|
|
|
|
c:type="GstRTSPRangeUnit">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="53">Different possible time range units.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="smpte"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_RANGE_SMPTE"
|
|
|
|
glib:nick="smpte">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="55">SMPTE timecode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="smpte_30_drop"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_RANGE_SMPTE_30_DROP"
|
|
|
|
glib:nick="smpte-30-drop">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="56">29.97 frames per second</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="smpte_25"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_RANGE_SMPTE_25"
|
|
|
|
glib:nick="smpte-25">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="57">25 frames per second</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="npt"
|
|
|
|
value="3"
|
|
|
|
c:identifier="GST_RTSP_RANGE_NPT"
|
|
|
|
glib:nick="npt">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="58">Normal play time</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="clock"
|
|
|
|
value="4"
|
|
|
|
c:identifier="GST_RTSP_RANGE_CLOCK"
|
|
|
|
glib:nick="clock">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="59">Absolute time expressed as ISO 8601 timestamps</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<enumeration name="RTSPResult"
|
|
|
|
glib:type-name="GstRTSPResult"
|
|
|
|
glib:get-type="gst_rtsp_result_get_type"
|
|
|
|
c:type="GstRTSPResult">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="65">Result codes from the RTSP functions.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="ok" value="0" c:identifier="GST_RTSP_OK" glib:nick="ok">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="67">no error</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="error"
|
|
|
|
value="-1"
|
|
|
|
c:identifier="GST_RTSP_ERROR"
|
|
|
|
glib:nick="error">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="68">some unspecified error occurred</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="einval"
|
|
|
|
value="-2"
|
|
|
|
c:identifier="GST_RTSP_EINVAL"
|
|
|
|
glib:nick="einval">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="69">invalid arguments were provided to a function</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="eintr"
|
|
|
|
value="-3"
|
|
|
|
c:identifier="GST_RTSP_EINTR"
|
|
|
|
glib:nick="eintr">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="70">an operation was canceled</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="enomem"
|
|
|
|
value="-4"
|
|
|
|
c:identifier="GST_RTSP_ENOMEM"
|
|
|
|
glib:nick="enomem">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="71">no memory was available for the operation</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="eresolv"
|
|
|
|
value="-5"
|
|
|
|
c:identifier="GST_RTSP_ERESOLV"
|
|
|
|
glib:nick="eresolv">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="72">a host resolve error occurred</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="enotimpl"
|
|
|
|
value="-6"
|
|
|
|
c:identifier="GST_RTSP_ENOTIMPL"
|
|
|
|
glib:nick="enotimpl">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="73">function not implemented</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="esys"
|
|
|
|
value="-7"
|
|
|
|
c:identifier="GST_RTSP_ESYS"
|
|
|
|
glib:nick="esys">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="74">a system error occurred, errno contains more details</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="eparse"
|
|
|
|
value="-8"
|
|
|
|
c:identifier="GST_RTSP_EPARSE"
|
|
|
|
glib:nick="eparse">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="75">a parsing error occurred</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="ewsastart"
|
|
|
|
value="-9"
|
|
|
|
c:identifier="GST_RTSP_EWSASTART"
|
|
|
|
glib:nick="ewsastart">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="76">windows networking could not start</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="ewsaversion"
|
|
|
|
value="-10"
|
|
|
|
c:identifier="GST_RTSP_EWSAVERSION"
|
|
|
|
glib:nick="ewsaversion">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="77">windows networking stack has wrong version</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="eeof"
|
|
|
|
value="-11"
|
|
|
|
c:identifier="GST_RTSP_EEOF"
|
|
|
|
glib:nick="eeof">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="78">end-of-file was reached</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="enet"
|
|
|
|
value="-12"
|
|
|
|
c:identifier="GST_RTSP_ENET"
|
|
|
|
glib:nick="enet">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="79">a network problem occurred, h_errno contains more details</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="enotip"
|
|
|
|
value="-13"
|
|
|
|
c:identifier="GST_RTSP_ENOTIP"
|
|
|
|
glib:nick="enotip">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="80">the host is not an IP host</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="etimeout"
|
|
|
|
value="-14"
|
|
|
|
c:identifier="GST_RTSP_ETIMEOUT"
|
|
|
|
glib:nick="etimeout">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="81">a timeout occurred</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="etget"
|
|
|
|
value="-15"
|
|
|
|
c:identifier="GST_RTSP_ETGET"
|
|
|
|
glib:nick="etget">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="82">the tunnel GET request has been performed</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="etpost"
|
|
|
|
value="-16"
|
|
|
|
c:identifier="GST_RTSP_ETPOST"
|
|
|
|
glib:nick="etpost">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="83">the tunnel POST request has been performed</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="elast"
|
|
|
|
value="-17"
|
|
|
|
c:identifier="GST_RTSP_ELAST"
|
|
|
|
glib:nick="elast">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="84">last error</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<enumeration name="RTSPState"
|
|
|
|
glib:type-name="GstRTSPState"
|
|
|
|
glib:get-type="gst_rtsp_state_get_type"
|
|
|
|
c:type="GstRTSPState">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="137">The different RTSP states.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="invalid"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_STATE_INVALID"
|
|
|
|
glib:nick="invalid">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="139">invalid state</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="init"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_STATE_INIT"
|
|
|
|
glib:nick="init">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="140">initializing</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="ready"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_STATE_READY"
|
|
|
|
glib:nick="ready">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="141">ready for operation</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="seeking"
|
|
|
|
value="3"
|
|
|
|
c:identifier="GST_RTSP_STATE_SEEKING"
|
|
|
|
glib:nick="seeking">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="142">seeking in progress</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="playing"
|
|
|
|
value="4"
|
|
|
|
c:identifier="GST_RTSP_STATE_PLAYING"
|
|
|
|
glib:nick="playing">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="143">playing</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="recording"
|
|
|
|
value="5"
|
|
|
|
c:identifier="GST_RTSP_STATE_RECORDING"
|
|
|
|
glib:nick="recording">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="144">recording</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<enumeration name="RTSPStatusCode"
|
|
|
|
glib:type-name="GstRTSPStatusCode"
|
|
|
|
glib:get-type="gst_rtsp_status_code_get_type"
|
|
|
|
c:type="GstRTSPStatusCode">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="351">Enumeration of rtsp status codes</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="invalid"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_STS_INVALID"
|
|
|
|
glib:nick="invalid">
|
|
|
|
</member>
|
|
|
|
<member name="continue"
|
|
|
|
value="100"
|
|
|
|
c:identifier="GST_RTSP_STS_CONTINUE"
|
|
|
|
glib:nick="continue">
|
|
|
|
</member>
|
|
|
|
<member name="ok"
|
|
|
|
value="200"
|
|
|
|
c:identifier="GST_RTSP_STS_OK"
|
|
|
|
glib:nick="ok">
|
|
|
|
</member>
|
|
|
|
<member name="created"
|
|
|
|
value="201"
|
|
|
|
c:identifier="GST_RTSP_STS_CREATED"
|
|
|
|
glib:nick="created">
|
|
|
|
</member>
|
|
|
|
<member name="low_on_storage"
|
|
|
|
value="250"
|
|
|
|
c:identifier="GST_RTSP_STS_LOW_ON_STORAGE"
|
|
|
|
glib:nick="low-on-storage">
|
|
|
|
</member>
|
|
|
|
<member name="multiple_choices"
|
|
|
|
value="300"
|
|
|
|
c:identifier="GST_RTSP_STS_MULTIPLE_CHOICES"
|
|
|
|
glib:nick="multiple-choices">
|
|
|
|
</member>
|
|
|
|
<member name="moved_permanently"
|
|
|
|
value="301"
|
|
|
|
c:identifier="GST_RTSP_STS_MOVED_PERMANENTLY"
|
|
|
|
glib:nick="moved-permanently">
|
|
|
|
</member>
|
|
|
|
<member name="move_temporarily"
|
|
|
|
value="302"
|
|
|
|
c:identifier="GST_RTSP_STS_MOVE_TEMPORARILY"
|
|
|
|
glib:nick="move-temporarily">
|
|
|
|
</member>
|
|
|
|
<member name="see_other"
|
|
|
|
value="303"
|
|
|
|
c:identifier="GST_RTSP_STS_SEE_OTHER"
|
|
|
|
glib:nick="see-other">
|
|
|
|
</member>
|
|
|
|
<member name="not_modified"
|
|
|
|
value="304"
|
|
|
|
c:identifier="GST_RTSP_STS_NOT_MODIFIED"
|
|
|
|
glib:nick="not-modified">
|
|
|
|
</member>
|
|
|
|
<member name="use_proxy"
|
|
|
|
value="305"
|
|
|
|
c:identifier="GST_RTSP_STS_USE_PROXY"
|
|
|
|
glib:nick="use-proxy">
|
|
|
|
</member>
|
|
|
|
<member name="bad_request"
|
|
|
|
value="400"
|
|
|
|
c:identifier="GST_RTSP_STS_BAD_REQUEST"
|
|
|
|
glib:nick="bad-request">
|
|
|
|
</member>
|
|
|
|
<member name="unauthorized"
|
|
|
|
value="401"
|
|
|
|
c:identifier="GST_RTSP_STS_UNAUTHORIZED"
|
|
|
|
glib:nick="unauthorized">
|
|
|
|
</member>
|
|
|
|
<member name="payment_required"
|
|
|
|
value="402"
|
|
|
|
c:identifier="GST_RTSP_STS_PAYMENT_REQUIRED"
|
|
|
|
glib:nick="payment-required">
|
|
|
|
</member>
|
|
|
|
<member name="forbidden"
|
|
|
|
value="403"
|
|
|
|
c:identifier="GST_RTSP_STS_FORBIDDEN"
|
|
|
|
glib:nick="forbidden">
|
|
|
|
</member>
|
|
|
|
<member name="not_found"
|
|
|
|
value="404"
|
|
|
|
c:identifier="GST_RTSP_STS_NOT_FOUND"
|
|
|
|
glib:nick="not-found">
|
|
|
|
</member>
|
|
|
|
<member name="method_not_allowed"
|
|
|
|
value="405"
|
|
|
|
c:identifier="GST_RTSP_STS_METHOD_NOT_ALLOWED"
|
|
|
|
glib:nick="method-not-allowed">
|
|
|
|
</member>
|
|
|
|
<member name="not_acceptable"
|
|
|
|
value="406"
|
|
|
|
c:identifier="GST_RTSP_STS_NOT_ACCEPTABLE"
|
|
|
|
glib:nick="not-acceptable">
|
|
|
|
</member>
|
|
|
|
<member name="proxy_auth_required"
|
|
|
|
value="407"
|
|
|
|
c:identifier="GST_RTSP_STS_PROXY_AUTH_REQUIRED"
|
|
|
|
glib:nick="proxy-auth-required">
|
|
|
|
</member>
|
|
|
|
<member name="request_timeout"
|
|
|
|
value="408"
|
|
|
|
c:identifier="GST_RTSP_STS_REQUEST_TIMEOUT"
|
|
|
|
glib:nick="request-timeout">
|
|
|
|
</member>
|
|
|
|
<member name="gone"
|
|
|
|
value="410"
|
|
|
|
c:identifier="GST_RTSP_STS_GONE"
|
|
|
|
glib:nick="gone">
|
|
|
|
</member>
|
|
|
|
<member name="length_required"
|
|
|
|
value="411"
|
|
|
|
c:identifier="GST_RTSP_STS_LENGTH_REQUIRED"
|
|
|
|
glib:nick="length-required">
|
|
|
|
</member>
|
|
|
|
<member name="precondition_failed"
|
|
|
|
value="412"
|
|
|
|
c:identifier="GST_RTSP_STS_PRECONDITION_FAILED"
|
|
|
|
glib:nick="precondition-failed">
|
|
|
|
</member>
|
|
|
|
<member name="request_entity_too_large"
|
|
|
|
value="413"
|
|
|
|
c:identifier="GST_RTSP_STS_REQUEST_ENTITY_TOO_LARGE"
|
|
|
|
glib:nick="request-entity-too-large">
|
|
|
|
</member>
|
|
|
|
<member name="request_uri_too_large"
|
|
|
|
value="414"
|
|
|
|
c:identifier="GST_RTSP_STS_REQUEST_URI_TOO_LARGE"
|
|
|
|
glib:nick="request-uri-too-large">
|
|
|
|
</member>
|
|
|
|
<member name="unsupported_media_type"
|
|
|
|
value="415"
|
|
|
|
c:identifier="GST_RTSP_STS_UNSUPPORTED_MEDIA_TYPE"
|
|
|
|
glib:nick="unsupported-media-type">
|
|
|
|
</member>
|
|
|
|
<member name="parameter_not_understood"
|
|
|
|
value="451"
|
|
|
|
c:identifier="GST_RTSP_STS_PARAMETER_NOT_UNDERSTOOD"
|
|
|
|
glib:nick="parameter-not-understood">
|
|
|
|
</member>
|
|
|
|
<member name="conference_not_found"
|
|
|
|
value="452"
|
|
|
|
c:identifier="GST_RTSP_STS_CONFERENCE_NOT_FOUND"
|
|
|
|
glib:nick="conference-not-found">
|
|
|
|
</member>
|
|
|
|
<member name="not_enough_bandwidth"
|
|
|
|
value="453"
|
|
|
|
c:identifier="GST_RTSP_STS_NOT_ENOUGH_BANDWIDTH"
|
|
|
|
glib:nick="not-enough-bandwidth">
|
|
|
|
</member>
|
|
|
|
<member name="session_not_found"
|
|
|
|
value="454"
|
|
|
|
c:identifier="GST_RTSP_STS_SESSION_NOT_FOUND"
|
|
|
|
glib:nick="session-not-found">
|
|
|
|
</member>
|
|
|
|
<member name="method_not_valid_in_this_state"
|
|
|
|
value="455"
|
|
|
|
c:identifier="GST_RTSP_STS_METHOD_NOT_VALID_IN_THIS_STATE"
|
|
|
|
glib:nick="method-not-valid-in-this-state">
|
|
|
|
</member>
|
|
|
|
<member name="header_field_not_valid_for_resource"
|
|
|
|
value="456"
|
|
|
|
c:identifier="GST_RTSP_STS_HEADER_FIELD_NOT_VALID_FOR_RESOURCE"
|
|
|
|
glib:nick="header-field-not-valid-for-resource">
|
|
|
|
</member>
|
|
|
|
<member name="invalid_range"
|
|
|
|
value="457"
|
|
|
|
c:identifier="GST_RTSP_STS_INVALID_RANGE"
|
|
|
|
glib:nick="invalid-range">
|
|
|
|
</member>
|
|
|
|
<member name="parameter_is_readonly"
|
|
|
|
value="458"
|
|
|
|
c:identifier="GST_RTSP_STS_PARAMETER_IS_READONLY"
|
|
|
|
glib:nick="parameter-is-readonly">
|
|
|
|
</member>
|
|
|
|
<member name="aggregate_operation_not_allowed"
|
|
|
|
value="459"
|
|
|
|
c:identifier="GST_RTSP_STS_AGGREGATE_OPERATION_NOT_ALLOWED"
|
|
|
|
glib:nick="aggregate-operation-not-allowed">
|
|
|
|
</member>
|
|
|
|
<member name="only_aggregate_operation_allowed"
|
|
|
|
value="460"
|
|
|
|
c:identifier="GST_RTSP_STS_ONLY_AGGREGATE_OPERATION_ALLOWED"
|
|
|
|
glib:nick="only-aggregate-operation-allowed">
|
|
|
|
</member>
|
|
|
|
<member name="unsupported_transport"
|
|
|
|
value="461"
|
|
|
|
c:identifier="GST_RTSP_STS_UNSUPPORTED_TRANSPORT"
|
|
|
|
glib:nick="unsupported-transport">
|
|
|
|
</member>
|
|
|
|
<member name="destination_unreachable"
|
|
|
|
value="462"
|
|
|
|
c:identifier="GST_RTSP_STS_DESTINATION_UNREACHABLE"
|
|
|
|
glib:nick="destination-unreachable">
|
|
|
|
</member>
|
|
|
|
<member name="key_management_failure"
|
|
|
|
value="463"
|
|
|
|
c:identifier="GST_RTSP_STS_KEY_MANAGEMENT_FAILURE"
|
|
|
|
glib:nick="key-management-failure">
|
|
|
|
</member>
|
|
|
|
<member name="internal_server_error"
|
|
|
|
value="500"
|
|
|
|
c:identifier="GST_RTSP_STS_INTERNAL_SERVER_ERROR"
|
|
|
|
glib:nick="internal-server-error">
|
|
|
|
</member>
|
|
|
|
<member name="not_implemented"
|
|
|
|
value="501"
|
|
|
|
c:identifier="GST_RTSP_STS_NOT_IMPLEMENTED"
|
|
|
|
glib:nick="not-implemented">
|
|
|
|
</member>
|
|
|
|
<member name="bad_gateway"
|
|
|
|
value="502"
|
|
|
|
c:identifier="GST_RTSP_STS_BAD_GATEWAY"
|
|
|
|
glib:nick="bad-gateway">
|
|
|
|
</member>
|
|
|
|
<member name="service_unavailable"
|
|
|
|
value="503"
|
|
|
|
c:identifier="GST_RTSP_STS_SERVICE_UNAVAILABLE"
|
|
|
|
glib:nick="service-unavailable">
|
|
|
|
</member>
|
|
|
|
<member name="gateway_timeout"
|
|
|
|
value="504"
|
|
|
|
c:identifier="GST_RTSP_STS_GATEWAY_TIMEOUT"
|
|
|
|
glib:nick="gateway-timeout">
|
|
|
|
</member>
|
|
|
|
<member name="rtsp_version_not_supported"
|
|
|
|
value="505"
|
|
|
|
c:identifier="GST_RTSP_STS_RTSP_VERSION_NOT_SUPPORTED"
|
|
|
|
glib:nick="rtsp-version-not-supported">
|
|
|
|
</member>
|
|
|
|
<member name="option_not_supported"
|
|
|
|
value="551"
|
|
|
|
c:identifier="GST_RTSP_STS_OPTION_NOT_SUPPORTED"
|
|
|
|
glib:nick="option-not-supported">
|
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<record name="RTSPTime" c:type="GstRTSPTime">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="94">A time indication.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h" line="105"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="type" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="96">the time of the time</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeType" c:type="GstRTSPTimeType"/>
|
|
|
|
</field>
|
|
|
|
<field name="seconds" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="97">seconds when @type is GST_RTSP_TIME_SECONDS,
|
2018-05-17 16:15:46 +00:00
|
|
|
GST_RTSP_TIME_UTC and GST_RTSP_TIME_FRAMES</doc>
|
|
|
|
<type name="gdouble" c:type="gdouble"/>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
<record name="RTSPTime2" c:type="GstRTSPTime2" version="1.2">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="107">Extra fields for a time indication.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h" line="124"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="frames" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="109">frames and subframes when type in GstRTSPTime is
|
2018-05-17 16:15:46 +00:00
|
|
|
GST_RTSP_TIME_FRAMES</doc>
|
|
|
|
<type name="gdouble" c:type="gdouble"/>
|
|
|
|
</field>
|
|
|
|
<field name="year" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="111">year when type is GST_RTSP_TIME_UTC</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</field>
|
|
|
|
<field name="month" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="112">month when type is GST_RTSP_TIME_UTC</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</field>
|
|
|
|
<field name="day" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="113">day when type is GST_RTSP_TIME_UTC</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
<record name="RTSPTimeRange" c:type="GstRTSPTimeRange">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="126">A time range.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h" line="143"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="unit" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="128">the time units used</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPRangeUnit" c:type="GstRTSPRangeUnit"/>
|
|
|
|
</field>
|
|
|
|
<field name="min" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="129">the minimum interval</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTime" c:type="GstRTSPTime"/>
|
|
|
|
</field>
|
|
|
|
<field name="max" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="130">the maximum interval</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTime" c:type="GstRTSPTime"/>
|
|
|
|
</field>
|
|
|
|
<field name="min2" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="131">extra fields in the minimum interval (Since: 1.2)</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTime2" c:type="GstRTSPTime2"/>
|
|
|
|
</field>
|
|
|
|
<field name="max2" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="132">extra fields in the maximum interval (Since: 1.2)</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTime2" c:type="GstRTSPTime2"/>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
<enumeration name="RTSPTimeType"
|
|
|
|
glib:type-name="GstRTSPTimeType"
|
|
|
|
glib:get-type="gst_rtsp_time_type_get_type"
|
|
|
|
c:type="GstRTSPTimeType">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="76">Possible time types.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="seconds"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_TIME_SECONDS"
|
|
|
|
glib:nick="seconds">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="78">seconds</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="now"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_TIME_NOW"
|
|
|
|
glib:nick="now">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="79">now</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="end"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_TIME_END"
|
|
|
|
glib:nick="end">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="80">end</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="frames"
|
|
|
|
value="3"
|
|
|
|
c:identifier="GST_RTSP_TIME_FRAMES"
|
|
|
|
glib:nick="frames">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="81">frames and subframes</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="utc"
|
|
|
|
value="4"
|
|
|
|
c:identifier="GST_RTSP_TIME_UTC"
|
|
|
|
glib:nick="utc">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.h"
|
|
|
|
line="82">UTC time</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</enumeration>
|
|
|
|
<bitfield name="RTSPTransMode"
|
|
|
|
glib:type-name="GstRTSPTransMode"
|
|
|
|
glib:get-type="gst_rtsp_trans_mode_get_type"
|
|
|
|
c:type="GstRTSPTransMode">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="52">The transfer mode to use.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="unknown"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_TRANS_UNKNOWN"
|
|
|
|
glib:nick="unknown">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="54">invalid tansport mode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="rtp"
|
|
|
|
value="1"
|
|
|
|
c:identifier="GST_RTSP_TRANS_RTP"
|
|
|
|
glib:nick="rtp">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="55">transfer RTP data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="rdt"
|
|
|
|
value="2"
|
|
|
|
c:identifier="GST_RTSP_TRANS_RDT"
|
|
|
|
glib:nick="rdt">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="56">transfer RDT (RealMedia) data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
</bitfield>
|
|
|
|
<record name="RTSPTransport" c:type="GstRTSPTransport">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="44">Provides helper functions to deal with RTSP transport strings.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="172"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="trans" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="124">the transport mode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
|
|
|
|
</field>
|
|
|
|
<field name="profile" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="125">the tansport profile</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPProfile" c:type="GstRTSPProfile"/>
|
|
|
|
</field>
|
|
|
|
<field name="lower_transport" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="126">the lower transport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPLowerTrans" c:type="GstRTSPLowerTrans"/>
|
|
|
|
</field>
|
|
|
|
<field name="destination" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="127">the destination ip/hostname</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="source" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="128">the source ip/hostname</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="layers" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="129">the number of layers</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</field>
|
|
|
|
<field name="mode_play" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="130">if play mode was selected</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</field>
|
|
|
|
<field name="mode_record" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="131">if record mode was selected</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</field>
|
|
|
|
<field name="append" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="132">is append mode was selected</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</field>
|
|
|
|
<field name="interleaved" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="133">the interleave range</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPRange" c:type="GstRTSPRange"/>
|
|
|
|
</field>
|
|
|
|
<field name="ttl" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="134">the time to live for multicast UDP</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</field>
|
|
|
|
<field name="port" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="135">the port pair for multicast sessions</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPRange" c:type="GstRTSPRange"/>
|
|
|
|
</field>
|
|
|
|
<field name="client_port" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="136">the client port pair for receiving data. For TCP
|
2018-05-17 16:15:46 +00:00
|
|
|
based transports, applications can use this field to store the
|
|
|
|
sender and receiver ports of the client.</doc>
|
|
|
|
<type name="RTSPRange" c:type="GstRTSPRange"/>
|
|
|
|
</field>
|
|
|
|
<field name="server_port" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="139">the server port pair for receiving data. For TCP
|
2018-05-17 16:15:46 +00:00
|
|
|
based transports, applications can use this field to store the
|
|
|
|
sender and receiver ports of the server.</doc>
|
|
|
|
<type name="RTSPRange" c:type="GstRTSPRange"/>
|
|
|
|
</field>
|
|
|
|
<field name="ssrc" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="142">the ssrc that the sender/receiver will use</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</field>
|
|
|
|
<field name="_gst_reserved" readable="0" private="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<array zero-terminated="0" fixed-size="4">
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</array>
|
|
|
|
</field>
|
|
|
|
<method name="as_text" c:identifier="gst_rtsp_transport_as_text">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="588">Convert @transport into a string that can be used to signal the transport in
|
2018-05-17 16:15:46 +00:00
|
|
|
an RTSP SETUP response.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="184"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="595">a string describing the RTSP transport or %NULL when the transport
|
2018-05-17 16:15:46 +00:00
|
|
|
is invalid.</doc>
|
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="transport" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="590">a #GstRTSPTransport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransport" c:type="GstRTSPTransport*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="free" c:identifier="gst_rtsp_transport_free">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
2020-10-16 19:37:35 +00:00
|
|
|
line="759">Free the memory used by @transport.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="197"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
2020-10-16 19:37:35 +00:00
|
|
|
line="765">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="transport" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
2020-10-16 19:37:35 +00:00
|
|
|
line="761">a #GstRTSPTransport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransport" c:type="GstRTSPTransport*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_media_type"
|
|
|
|
c:identifier="gst_rtsp_transport_get_media_type"
|
|
|
|
version="1.4">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="236">Get the media type of @transport. This media type is typically
|
2018-05-17 16:15:46 +00:00
|
|
|
used to generate #GstCaps events.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="193"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="246">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="transport" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="238">a #GstRTSPTransport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransport" c:type="GstRTSPTransport*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="media_type"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="239">media type of @transport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="init" c:identifier="gst_rtsp_transport_init">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="169">Initialize @transport so that it can be used.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="178"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="175">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="transport" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="171">a #GstRTSPTransport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransport" c:type="GstRTSPTransport*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<function name="get_manager"
|
|
|
|
c:identifier="gst_rtsp_transport_get_manager">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="279">Get the #GstElement that can handle the buffers transported over @trans.
|
2018-05-17 16:15:46 +00:00
|
|
|
|
|
|
|
It is possible that there are several managers available, use @option to
|
|
|
|
selected one.
|
|
|
|
|
|
|
|
@manager will contain an element name or %NULL when no manager is
|
|
|
|
needed/available for @trans.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="190"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="293">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="trans" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="281">a #GstRTSPTransMode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="manager"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="282">location to hold the result</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="option" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="283">option index.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="get_mime"
|
|
|
|
c:identifier="gst_rtsp_transport_get_mime"
|
|
|
|
deprecated="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="205">Get the mime type of the transport mode @trans. This mime type is typically
|
2018-05-17 16:15:46 +00:00
|
|
|
used to generate #GstCaps events.</doc>
|
|
|
|
<doc-deprecated xml:space="preserve">This functions only deals with the GstRTSPTransMode and only
|
|
|
|
returns the mime type for #GST_RTSP_PROFILE_AVP. Use
|
|
|
|
gst_rtsp_transport_get_media_type() instead.</doc-deprecated>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="187"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="217">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="trans" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="207">a #GstRTSPTransMode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="mime" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="208">location to hold the result</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="new" c:identifier="gst_rtsp_transport_new">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="146">Allocate a new initialized #GstRTSPTransport. Use gst_rtsp_transport_free()
|
2018-05-17 16:15:46 +00:00
|
|
|
after usage.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="175"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="153">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="transport" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="148">location to hold the new #GstRTSPTransport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransport" c:type="GstRTSPTransport**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="parse" c:identifier="gst_rtsp_transport_parse">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="433">Parse the RTSP transport string @str into @transport.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="181"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="440">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="str" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="435">a transport string</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="transport" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="436">a #GstRTSPTransport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransport" c:type="GstRTSPTransport*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
</record>
|
|
|
|
<record name="RTSPUrl"
|
|
|
|
c:type="GstRTSPUrl"
|
|
|
|
glib:type-name="GstRTSPUrl"
|
|
|
|
glib:get-type="gst_rtsp_url_get_type"
|
|
|
|
c:symbol-prefix="rtsp_url">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="43">Provides helper functions to handle RTSP urls.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="87"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="transports" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="67">the transports allowed</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPLowerTrans" c:type="GstRTSPLowerTrans"/>
|
|
|
|
</field>
|
|
|
|
<field name="family" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="68">the family</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPFamily" c:type="GstRTSPFamily"/>
|
|
|
|
</field>
|
|
|
|
<field name="user" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="69">the user</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="passwd" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="70">the password</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="host" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="71">the host</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="port" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="72">the port</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint16" c:type="guint16"/>
|
|
|
|
</field>
|
|
|
|
<field name="abspath" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="73">the absolute path</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<field name="query" writable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="74">additional query parameters</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</field>
|
|
|
|
<method name="copy" c:identifier="gst_rtsp_url_copy">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="219">Make a copy of @url.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="96"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="225">a copy of @url. Free with gst_rtsp_url_free () after usage.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="url" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="221">a #GstRTSPUrl</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="decode_path_components"
|
|
|
|
c:identifier="gst_rtsp_url_decode_path_components">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="434">Splits the path of @url on '/' boundaries, decoding the resulting components,
|
2018-05-17 16:15:46 +00:00
|
|
|
|
|
|
|
The decoding performed by this routine is "URI decoding", as defined in RFC
|
|
|
|
3986, commonly known as percent-decoding. For example, a string "foo\%2fbar"
|
|
|
|
will decode to "foo/bar" -- the \%2f being replaced by the corresponding byte
|
|
|
|
with hex value 0x2f. Note that there is no guarantee that the resulting byte
|
|
|
|
sequence is valid in any given encoding. As a special case, \%00 is not
|
|
|
|
unescaped to NUL, as that would prematurely terminate the string.
|
|
|
|
|
|
|
|
Also note that since paths usually start with a slash, the first component
|
|
|
|
will usually be the empty string.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="109"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="450">%NULL-terminated array of URL components. Free with
|
2018-05-17 16:15:46 +00:00
|
|
|
g_strfreev() when no longer needed.</doc>
|
|
|
|
<array c:type="gchar**">
|
|
|
|
<type name="utf8"/>
|
|
|
|
</array>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="url" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="436">a #GstRTSPUrl</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="free" c:identifier="gst_rtsp_url_free">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="248">Free the memory used by @url.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="99"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="url" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="250">a #GstRTSPUrl</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_port" c:identifier="gst_rtsp_url_get_port">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="287">Get the port number of @url.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="115"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="294">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="url" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="289">a #GstRTSPUrl</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="port"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="290">location to hold the port</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint16" c:type="guint16*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_request_uri"
|
|
|
|
c:identifier="gst_rtsp_url_get_request_uri">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="311">Get a newly allocated string describing the request URI for @url.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="102"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="317">a string with the request URI. g_free() after usage.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="url" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="313">a #GstRTSPUrl</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="get_request_uri_with_control"
|
|
|
|
c:identifier="gst_rtsp_url_get_request_uri_with_control"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="326">Get a newly allocated string describing the request URI for @url
|
|
|
|
combined with the control path for @control_path</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="105"/>
|
|
|
|
<return-value transfer-ownership="full">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="334">a string with the request URI combined with the control path.
|
|
|
|
g_free() after usage.</doc>
|
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="url" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="328">a #GstRTSPUrl</doc>
|
|
|
|
<type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="control_path" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="329">an RTSP aggregate control path</doc>
|
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="set_port" c:identifier="gst_rtsp_url_set_port">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="268">Set the port number in @url to @port.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="112"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="275">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="url" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="270">a #GstRTSPUrl</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="port" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="271">the port</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint16" c:type="guint16"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<function name="parse" c:identifier="gst_rtsp_url_parse">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="90">Parse the RTSP @urlstr into a newly allocated #GstRTSPUrl. Free after usage
|
2018-05-17 16:15:46 +00:00
|
|
|
with gst_rtsp_url_free().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="93"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="98">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="urlstr" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="92">the url string to parse</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="url"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="93">location to hold the result.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
</record>
|
|
|
|
<enumeration name="RTSPVersion"
|
|
|
|
glib:type-name="GstRTSPVersion"
|
|
|
|
glib:get-type="gst_rtsp_version_get_type"
|
|
|
|
c:type="GstRTSPVersion">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="157">The supported RTSP versions.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<member name="invalid"
|
|
|
|
value="0"
|
|
|
|
c:identifier="GST_RTSP_VERSION_INVALID"
|
|
|
|
glib:nick="invalid">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="159">unknown/invalid version</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="1_0"
|
|
|
|
value="16"
|
|
|
|
c:identifier="GST_RTSP_VERSION_1_0"
|
|
|
|
glib:nick="1-0">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="160">version 1.0</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="1_1"
|
|
|
|
value="17"
|
|
|
|
c:identifier="GST_RTSP_VERSION_1_1"
|
|
|
|
glib:nick="1-1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="161">version 1.1.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<member name="2_0"
|
|
|
|
value="32"
|
|
|
|
c:identifier="GST_RTSP_VERSION_2_0"
|
|
|
|
glib:nick="2-0">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="162">version 2.0.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
</member>
|
|
|
|
<function name="as_text" c:identifier="gst_rtsp_version_as_text">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="334">Convert @version to a string.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="412"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="340">a string representation of @version.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="version" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="336">a #GstRTSPVersion</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPVersion" c:type="GstRTSPVersion"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
</enumeration>
|
|
|
|
<record name="RTSPWatch" c:type="GstRTSPWatch" disguised="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="240">Opaque RTSP watch object that can be used for asynchronous RTSP
|
2018-05-17 16:15:46 +00:00
|
|
|
operations.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="246"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="attach" c:identifier="gst_rtsp_watch_attach">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4277">Adds a #GstRTSPWatch to a context so that it will be executed within that context.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="304"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4284">the ID (greater than 0) for the watch within the GMainContext.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4279">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="context" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4280">a GMainContext (if NULL, the default context will be used)</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.MainContext" c:type="GMainContext*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="get_send_backlog"
|
|
|
|
c:identifier="gst_rtsp_watch_get_send_backlog"
|
|
|
|
version="1.2">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4340">Get the maximum amount of bytes and messages that will be queued in @watch.
|
2018-05-17 16:15:46 +00:00
|
|
|
See gst_rtsp_watch_set_send_backlog().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="312"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4342">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="bytes"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4343">maximum bytes</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gsize" c:type="gsize*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="messages"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4344">maximum messages</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="reset" c:identifier="gst_rtsp_watch_reset">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4221">Reset @watch, this is usually called after gst_rtsp_connection_do_tunnel()
|
2018-05-17 16:15:46 +00:00
|
|
|
when the file descriptors of the connection might have changed.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="298"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4223">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="send_message" c:identifier="gst_rtsp_watch_send_message">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4640">Send a @message using the connection of the @watch. If it cannot be sent
|
2018-05-17 16:15:46 +00:00
|
|
|
immediately, it will be queued for transmission in @watch. The contents of
|
|
|
|
@message will then be serialized and transmitted when the connection of the
|
|
|
|
@watch becomes writable. In case the @message is queued, the ID returned in
|
|
|
|
@id will be non-zero and used as the ID argument in the message_sent
|
|
|
|
callback.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="321"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4653">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4642">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="message" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4643">a #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="id"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4644">location for a message ID or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2019-02-25 14:33:39 +00:00
|
|
|
<method name="send_messages"
|
|
|
|
c:identifier="gst_rtsp_watch_send_messages"
|
|
|
|
version="1.16">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4665">Sends @messages using the connection of the @watch. If they cannot be sent
|
2019-02-25 14:33:39 +00:00
|
|
|
immediately, they will be queued for transmission in @watch. The contents of
|
|
|
|
@messages will then be serialized and transmitted when the connection of the
|
|
|
|
@watch becomes writable. In case the @messages are queued, the ID returned in
|
|
|
|
@id will be non-zero and used as the ID argument in the message_sent
|
|
|
|
callback once the last message is sent. The callback will only be called
|
|
|
|
once for the last message.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="326"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4680">#GST_RTSP_OK on success.</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4667">a #GstRTSPWatch</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="messages" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4668">the messages to send</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<array length="1" zero-terminated="0" c:type="GstRTSPMessage*">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage"/>
|
|
|
|
</array>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="n_messages" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4669">the number of messages to send</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="id"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4670">location for a message ID or %NULL</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="guint" c:type="guint*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="set_flushing"
|
|
|
|
c:identifier="gst_rtsp_watch_set_flushing"
|
|
|
|
version="1.4">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4779">When @flushing is %TRUE, abort a call to gst_rtsp_watch_wait_backlog()
|
2018-05-17 16:15:46 +00:00
|
|
|
and make sure gst_rtsp_watch_write_data() returns immediately with
|
|
|
|
#GST_RTSP_EINTR. And empty the queue.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="336"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4781">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="flushing" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4782">new flushing state</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="set_send_backlog"
|
|
|
|
c:identifier="gst_rtsp_watch_set_send_backlog"
|
|
|
|
version="1.2">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4309">Set the maximum amount of bytes and messages that will be queued in @watch.
|
2018-05-17 16:15:46 +00:00
|
|
|
When the maximum amounts are exceeded, gst_rtsp_watch_write_data() and
|
|
|
|
gst_rtsp_watch_send_message() will return #GST_RTSP_ENOMEM.
|
|
|
|
|
|
|
|
A value of 0 for @bytes or @messages means no limits.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="308"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4311">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="bytes" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4312">maximum bytes</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gsize" c:type="gsize"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="messages" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4313">maximum messages</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="unref" c:identifier="gst_rtsp_watch_unref">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4294">Decreases the reference count of @watch by one. If the resulting reference
|
2018-05-17 16:15:46 +00:00
|
|
|
count is zero the watch and associated memory will be destroyed.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="301"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4296">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<method name="wait_backlog"
|
|
|
|
c:identifier="gst_rtsp_watch_wait_backlog"
|
2020-06-17 18:36:28 +00:00
|
|
|
version="1.4"
|
|
|
|
deprecated="1"
|
|
|
|
deprecated-version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="5038">Wait until there is place in the backlog queue, @timeout is reached
|
2018-05-17 16:15:46 +00:00
|
|
|
or @watch is set to flushing.
|
|
|
|
|
|
|
|
If @timeout is %NULL this function can block forever. If @timeout
|
|
|
|
contains a valid timeout, this function will return %GST_RTSP_ETIMEOUT
|
|
|
|
after the timeout expired.
|
|
|
|
|
|
|
|
The typically use of this function is when gst_rtsp_watch_write_data
|
|
|
|
returns %GST_RTSP_ENOMEM. The caller then calls this function to wait for
|
|
|
|
free space in the backlog queue and try again.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="380"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="5054">%GST_RTSP_OK when if there is room in queue.
|
2018-05-17 16:15:46 +00:00
|
|
|
%GST_RTSP_ETIMEOUT when @timeout was reached.
|
|
|
|
%GST_RTSP_EINTR when @watch is flushing
|
|
|
|
%GST_RTSP_EINVAL when called with invalid parameters.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="5040">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="5041">a GTimeVal timeout</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.TimeVal" c:type="GTimeVal*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2020-06-17 18:36:28 +00:00
|
|
|
<method name="wait_backlog_usec"
|
|
|
|
c:identifier="gst_rtsp_watch_wait_backlog_usec"
|
|
|
|
version="1.18">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4714">Wait until there is place in the backlog queue, @timeout is reached
|
|
|
|
or @watch is set to flushing.
|
|
|
|
|
|
|
|
If @timeout is 0 this function can block forever. If @timeout
|
|
|
|
contains a valid timeout, this function will return %GST_RTSP_ETIMEOUT
|
|
|
|
after the timeout expired.
|
|
|
|
|
|
|
|
The typically use of this function is when gst_rtsp_watch_write_data
|
|
|
|
returns %GST_RTSP_ENOMEM. The caller then calls this function to wait for
|
|
|
|
free space in the backlog queue and try again.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="332"/>
|
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4730">%GST_RTSP_OK when if there is room in queue.
|
|
|
|
%GST_RTSP_ETIMEOUT when @timeout was reached.
|
|
|
|
%GST_RTSP_EINTR when @watch is flushing
|
|
|
|
%GST_RTSP_EINVAL when called with invalid parameters.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4716">a #GstRTSPWatch</doc>
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="timeout" transfer-ownership="none">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4717">a timeout in microseconds</doc>
|
|
|
|
<type name="gint64" c:type="gint64"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
2018-05-17 16:15:46 +00:00
|
|
|
<method name="write_data" c:identifier="gst_rtsp_watch_write_data">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4602">Write @data using the connection of the @watch. If it cannot be sent
|
2018-05-17 16:15:46 +00:00
|
|
|
immediately, it will be queued for transmission in @watch. The contents of
|
|
|
|
@message will then be serialized and transmitted when the connection of the
|
|
|
|
@watch becomes writable. In case the @message is queued, the ID returned in
|
|
|
|
@id will be non-zero and used as the ID argument in the message_sent
|
|
|
|
callback.
|
|
|
|
|
|
|
|
This function will take ownership of @data and g_free() it after use.
|
|
|
|
|
|
|
|
If the amount of queued data exceeds the limits set with
|
|
|
|
gst_rtsp_watch_set_send_backlog(), this function will return
|
|
|
|
#GST_RTSP_ENOMEM.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="316"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4622">#GST_RTSP_OK on success. #GST_RTSP_ENOMEM when the backlog limits
|
2018-05-17 16:15:46 +00:00
|
|
|
are reached. #GST_RTSP_EINTR when @watch was flushing.</doc>
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<instance-parameter name="watch" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4604">a #GstRTSPWatch</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</instance-parameter>
|
|
|
|
<parameter name="data" transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4605">the data to queue</doc>
|
2019-04-19 01:00:33 +00:00
|
|
|
<array length="1" zero-terminated="0" c:type="const guint8*">
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint8" c:type="guint8"/>
|
|
|
|
</array>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="size" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4606">the size of @data</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="id"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full"
|
|
|
|
optional="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4607">location for a message ID or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</method>
|
|
|
|
<function name="new"
|
|
|
|
c:identifier="gst_rtsp_watch_new"
|
|
|
|
introspectable="0">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4170">Create a watch object for @conn. The functions provided in @funcs will be
|
2018-05-17 16:15:46 +00:00
|
|
|
called with @user_data when activity happened on the watch.
|
|
|
|
|
|
|
|
The new watch is usually created so that it can be attached to a
|
|
|
|
maincontext with gst_rtsp_watch_attach().
|
|
|
|
|
|
|
|
@conn must exist for the entire lifetime of the watch.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="292"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value>
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4185">a #GstRTSPWatch that can be used for asynchronous RTSP
|
2018-05-17 16:15:46 +00:00
|
|
|
communication. Free with gst_rtsp_watch_unref () after usage.</doc>
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4172">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="funcs" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4173">watch functions</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatchFuncs" c:type="GstRTSPWatchFuncs*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4174">user data to pass to @funcs</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="notify" transfer-ownership="none" scope="async">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4175">notify when @user_data is not referenced anymore</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
</record>
|
|
|
|
<record name="RTSPWatchFuncs" c:type="GstRTSPWatchFuncs">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="248">Callback functions from a #GstRTSPWatch.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="289"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<field name="message_received">
|
|
|
|
<callback name="message_received">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="269"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="message" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="2">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="message_sent">
|
|
|
|
<callback name="message_sent">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="271"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="id" transfer-ownership="none">
|
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="2">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="closed">
|
|
|
|
<callback name="closed">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="273"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="1">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="error">
|
|
|
|
<callback name="error">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="274"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="result" transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="2">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="tunnel_start">
|
|
|
|
<callback name="tunnel_start">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="276"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="1">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="tunnel_complete">
|
|
|
|
<callback name="tunnel_complete">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="277"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="1">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="error_full">
|
|
|
|
<callback name="error_full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="278"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="result" transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="message" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="id" transfer-ownership="none">
|
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="4">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="tunnel_lost">
|
|
|
|
<callback name="tunnel_lost">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="281"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="1">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="tunnel_http_response">
|
|
|
|
<callback name="tunnel_http_response">
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="282"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="watch" transfer-ownership="none">
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="request" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="response" transfer-ownership="none">
|
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1"
|
|
|
|
closure="3">
|
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</callback>
|
|
|
|
</field>
|
|
|
|
<field name="_gst_reserved" readable="0" private="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<array zero-terminated="0" fixed-size="3">
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</array>
|
|
|
|
</field>
|
|
|
|
</record>
|
2020-06-17 18:36:28 +00:00
|
|
|
<function-macro name="RTSP_CHECK"
|
|
|
|
c:identifier="GST_RTSP_CHECK"
|
|
|
|
introspectable="0">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="51">Macro that checks the return value of @stmt and jumps to @label when it does
|
|
|
|
not equal #GST_RTSP_OK.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="59"/>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="stmt">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="53">a statement</doc>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="label">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.h"
|
|
|
|
line="54">a label</doc>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function-macro>
|
2018-05-17 16:15:46 +00:00
|
|
|
<constant name="RTSP_DEFAULT_PORT"
|
|
|
|
value="554"
|
|
|
|
c:type="GST_RTSP_DEFAULT_PORT">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.h"
|
|
|
|
line="54">The default RTSP port to connect to.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="59"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gint" c:type="gint"/>
|
|
|
|
</constant>
|
2020-06-17 18:36:28 +00:00
|
|
|
<function-macro name="RTSP_DEPRECATED_FOR"
|
|
|
|
c:identifier="GST_RTSP_DEPRECATED_FOR"
|
|
|
|
introspectable="0">
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/rtsp-prelude.h" line="35"/>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="f">
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function-macro>
|
|
|
|
<function-macro name="RTSP_EXTENSION"
|
|
|
|
c:identifier="GST_RTSP_EXTENSION"
|
|
|
|
introspectable="0">
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="35"/>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="obj">
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function-macro>
|
|
|
|
<function-macro name="RTSP_EXTENSION_GET_INTERFACE"
|
|
|
|
c:identifier="GST_RTSP_EXTENSION_GET_INTERFACE"
|
|
|
|
introspectable="0">
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspextension.h"
|
|
|
|
line="39"/>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="inst">
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function-macro>
|
|
|
|
<function-macro name="RTSP_MESSAGE"
|
|
|
|
c:identifier="GST_RTSP_MESSAGE"
|
|
|
|
introspectable="0">
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="116"/>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="object">
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function-macro>
|
|
|
|
<function-macro name="RTSP_MESSAGE_CAST"
|
|
|
|
c:identifier="GST_RTSP_MESSAGE_CAST"
|
|
|
|
introspectable="0">
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="115"/>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="object">
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function-macro>
|
2020-11-04 22:21:01 +00:00
|
|
|
<docsection name="gstrtspdefs">
|
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="43">Provides common defines for the RTSP library.</doc>
|
|
|
|
</docsection>
|
2018-05-17 16:15:46 +00:00
|
|
|
<function name="rtsp_auth_credentials_free"
|
|
|
|
c:identifier="gst_rtsp_auth_credentials_free"
|
|
|
|
version="1.12">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1543">Free a %NULL-terminated array of credentials returned from
|
2018-05-17 16:15:46 +00:00
|
|
|
gst_rtsp_message_parse_auth_credentials().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
2020-10-16 20:12:36 +00:00
|
|
|
line="328"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="credentials" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="1545">a %NULL-terminated array of #GstRTSPAuthCredential</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPAuthCredential" c:type="GstRTSPAuthCredential**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_connection_accept"
|
|
|
|
c:identifier="gst_rtsp_connection_accept"
|
|
|
|
moved-to="RTSPConnection.accept">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="485">Accept a new connection on @socket and create a new #GstRTSPConnection for
|
2018-05-17 16:15:46 +00:00
|
|
|
handling communication on new socket.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="76"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="494">#GST_RTSP_OK when @conn contains a valid connection.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="socket" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="487">a socket</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.Socket" c:type="GSocket*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="conn"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="488">storage for a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="cancellable"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="489">a #GCancellable to cancel the operation</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.Cancellable" c:type="GCancellable*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_connection_create"
|
|
|
|
c:identifier="gst_rtsp_connection_create"
|
|
|
|
moved-to="RTSPConnection.create">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="329">Create a newly allocated #GstRTSPConnection from @url and store it in @conn.
|
2018-05-17 16:15:46 +00:00
|
|
|
The connection will not yet attempt to connect to @url, use
|
|
|
|
gst_rtsp_connection_connect().
|
|
|
|
|
|
|
|
A copy of @url will be made.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="66"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="340">#GST_RTSP_OK when @conn contains a valid connection.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="url" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="331">a #GstRTSPUrl</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="const GstRTSPUrl*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="conn"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="332">storage for a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_connection_create_from_socket"
|
|
|
|
c:identifier="gst_rtsp_connection_create_from_socket"
|
|
|
|
moved-to="RTSPConnection.create_from_socket">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="408">Create a new #GstRTSPConnection for handling communication on the existing
|
2018-05-17 16:15:46 +00:00
|
|
|
socket @socket. The @initial_buffer contains zero terminated data already
|
|
|
|
read from @socket which should be used before starting to read new data.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="69"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="420">#GST_RTSP_OK when @conn contains a valid connection.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="socket" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="410">a #GSocket</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gio.Socket" c:type="GSocket*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="ip" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="411">the IP address of the other end</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="port" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="412">the port used by the other end</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint16" c:type="guint16"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="initial_buffer" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="413">data already read from @fd</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="conn"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="414">storage for a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_find_header_field"
|
|
|
|
c:identifier="gst_rtsp_find_header_field">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="397">Convert @header to a #GstRTSPHeaderField.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="427"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="403">a #GstRTSPHeaderField for @header or #GST_RTSP_HDR_INVALID if the
|
2018-05-17 16:15:46 +00:00
|
|
|
header field is unknown.</doc>
|
|
|
|
<type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="header" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="399">a header string</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_find_method" c:identifier="gst_rtsp_find_method">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="419">Convert @method to a #GstRTSPMethod.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="430"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="425">a #GstRTSPMethod for @method or #GST_RTSP_INVALID if the
|
2018-05-17 16:15:46 +00:00
|
|
|
method is unknown.</doc>
|
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="method" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="421">a method</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_generate_digest_auth_response"
|
|
|
|
c:identifier="gst_rtsp_generate_digest_auth_response"
|
|
|
|
version="1.12">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="603">Calculates the digest auth response from the values given by the server and
|
2018-05-17 16:15:46 +00:00
|
|
|
the username and password. See RFC2069 for details.
|
|
|
|
|
|
|
|
Currently only supported algorithm "md5".</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="436"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="618">Authentication response or %NULL if unsupported</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="algorithm"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="605">Hash algorithm to use, or %NULL for MD5</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="method" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="606">Request method, e.g. PLAY</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="realm" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="607">Realm</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="username" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="608">Username</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="password" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="609">Password</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="uri" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="610">Original request URI</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="nonce" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="611">Nonce</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
2019-02-25 14:33:39 +00:00
|
|
|
<function name="rtsp_generate_digest_auth_response_from_md5"
|
|
|
|
c:identifier="gst_rtsp_generate_digest_auth_response_from_md5"
|
|
|
|
version="1.16">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="644">Calculates the digest auth response from the values given by the server and
|
2019-02-25 14:33:39 +00:00
|
|
|
the md5sum. See RFC2069 for details.
|
|
|
|
|
|
|
|
This function is useful when the passwords are not stored in clear text,
|
|
|
|
but instead in the same format as the .htdigest file.
|
|
|
|
|
|
|
|
Currently only supported algorithm "md5".</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="445"/>
|
2019-02-25 14:33:39 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="660">Authentication response or %NULL if unsupported</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="algorithm"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="646">Hash algorithm to use, or %NULL for MD5</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="method" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="647">Request method, e.g. PLAY</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="md5" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="648">The md5 sum of username:realm:password</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="uri" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="649">Original request URI</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="nonce" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="650">Nonce</doc>
|
2019-02-25 14:33:39 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
2018-05-17 16:15:46 +00:00
|
|
|
<function name="rtsp_header_allow_multiple"
|
|
|
|
c:identifier="gst_rtsp_header_allow_multiple">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="526">Check whether @field may appear multiple times in a message.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="433"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="532">%TRUE if multiple headers are allowed.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="field" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="528">a #GstRTSPHeaderField</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_header_as_text"
|
|
|
|
c:identifier="gst_rtsp_header_as_text">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="361">Convert @field to a string.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="415"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="367">a string representation of @field.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="field" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="363">a #GstRTSPHeaderField</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPHeaderField" c:type="GstRTSPHeaderField"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_message_new" c:identifier="gst_rtsp_message_new">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="115">Create a new initialized #GstRTSPMessage. Free with gst_rtsp_message_free().</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="121"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="121">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="msg"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="117">a location for the new #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_message_new_data"
|
|
|
|
c:identifier="gst_rtsp_message_new_data">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="398">Create a new data #GstRTSPMessage with @channel and store the
|
2018-05-17 16:15:46 +00:00
|
|
|
result message in @msg. Free with gst_rtsp_message_free().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="179"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="406">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="msg"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="400">a location for the new #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="channel" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="401">the channel</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint8" c:type="guint8"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_message_new_request"
|
|
|
|
c:identifier="gst_rtsp_message_new_request">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="175">Create a new #GstRTSPMessage with @method and @uri and store the result
|
2018-05-17 16:15:46 +00:00
|
|
|
request message in @msg. Free with gst_rtsp_message_free().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="141"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="184">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="msg"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="177">a location for the new #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="method" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="178">the request method to use</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="uri" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="179">the uri of the request</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_message_new_response"
|
|
|
|
c:identifier="gst_rtsp_message_new_response">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="264">Create a new response #GstRTSPMessage with @code and @reason and store the
|
2018-05-17 16:15:46 +00:00
|
|
|
result message in @msg. Free with gst_rtsp_message_free().
|
|
|
|
|
|
|
|
When @reason is %NULL, the default reason for @code will be used.
|
|
|
|
|
|
|
|
When @request is not %NULL, the relevant headers will be copied to the new
|
|
|
|
response message.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspmessage.h"
|
|
|
|
line="159"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="279">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="msg"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="266">a location for the new #GstRTSPMessage</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="GstRTSPMessage**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="code" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="267">the status code</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="reason"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="268">the status reason or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="request"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspmessage.c"
|
|
|
|
line="269">the request that triggered the response or %NULL</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMessage" c:type="const GstRTSPMessage*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_method_as_text"
|
|
|
|
c:identifier="gst_rtsp_method_as_text"
|
|
|
|
moved-to="RTSPMethod.as_text">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="310">Convert @method to a string.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="409"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="316">a string representation of @method.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="method" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="312">a #GstRTSPMethod</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_options_as_text"
|
|
|
|
c:identifier="gst_rtsp_options_as_text">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="441">Convert @options to a string.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="421"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="447">a new string of @options. g_free() after usage.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="options" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="443">one or more #GstRTSPMethod</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_options_from_text"
|
|
|
|
c:identifier="gst_rtsp_options_from_text"
|
|
|
|
version="1.2">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="486">Convert the comma separated list @options to a #GstRTSPMethod bitwise or
|
2018-05-17 16:15:46 +00:00
|
|
|
of methods. This functions is the reverse of gst_rtsp_options_as_text().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="424"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="493">a #GstRTSPMethod</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPMethod" c:type="GstRTSPMethod"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="options" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="488">a comma separated list of options</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_range_convert_units"
|
|
|
|
c:identifier="gst_rtsp_range_convert_units"
|
|
|
|
moved-to="RTSPRange.convert_units">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="664">Converts the range in-place between different types of units.
|
2018-05-17 16:15:46 +00:00
|
|
|
Ranges containing the special value #GST_RTSP_TIME_NOW can not be
|
|
|
|
converted as these are only valid for #GST_RTSP_RANGE_NPT.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h" line="159"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="673">%TRUE if the range could be converted</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="range" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="666">a #GstRTSPTimeRange</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="GstRTSPTimeRange*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="unit" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="667">the unit to convert the range into</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPRangeUnit" c:type="GstRTSPRangeUnit"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_range_free"
|
|
|
|
c:identifier="gst_rtsp_range_free"
|
|
|
|
moved-to="RTSPRange.free">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="472">Free the memory allocated by @range.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h" line="152"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
|
|
|
<type name="none" c:type="void"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="range" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="474">a #GstRTSPTimeRange</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="GstRTSPTimeRange*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_range_get_times"
|
|
|
|
c:identifier="gst_rtsp_range_get_times"
|
|
|
|
moved-to="RTSPRange.get_times"
|
|
|
|
version="1.2">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="565">Retrieve the minimum and maximum values from @range converted to
|
2018-05-17 16:15:46 +00:00
|
|
|
#GstClockTime in @min and @max.
|
|
|
|
|
|
|
|
A value of %GST_CLOCK_TIME_NONE will be used to signal #GST_RTSP_TIME_NOW
|
|
|
|
and #GST_RTSP_TIME_END for @min and @max respectively.
|
|
|
|
|
|
|
|
UTC times will be converted to nanoseconds since 1900.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h" line="155"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="579">%TRUE on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gboolean" c:type="gboolean"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="range" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="567">a #GstRTSPTimeRange</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="const GstRTSPTimeRange*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="min"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="568">result minimum #GstClockTime</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gst.ClockTime" c:type="GstClockTime*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="max"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="569">result maximum #GstClockTime</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="Gst.ClockTime" c:type="GstClockTime*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_range_parse"
|
|
|
|
c:identifier="gst_rtsp_range_parse"
|
|
|
|
moved-to="RTSPRange.parse">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="257">Parse @rangestr to a #GstRTSPTimeRange.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h" line="146"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="264">#GST_RTSP_OK on success.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="rangestr" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="259">a range string to parse</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="range"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="260">location to hold the #GstRTSPTimeRange result</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="GstRTSPTimeRange**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_range_to_string"
|
|
|
|
c:identifier="gst_rtsp_range_to_string"
|
|
|
|
moved-to="RTSPRange.to_string">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="421">Convert @range into a string representation.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsprange.h" line="149"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="427">The string representation of @range. g_free() after usage.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="range" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsprange.c"
|
|
|
|
line="423">a #GstRTSPTimeRange</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTimeRange" c:type="const GstRTSPTimeRange*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_status_as_text"
|
|
|
|
c:identifier="gst_rtsp_status_as_text">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="378">Convert @code to a string.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="418"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="384">a string representation of @code.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="code" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="380">a #GstRTSPStatusCode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPStatusCode" c:type="GstRTSPStatusCode"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_strresult" c:identifier="gst_rtsp_strresult">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="258">Convert @result in a human readable string.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="406"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="264">a newly allocated string. g_free() after usage.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="result" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="260">a #GstRTSPResult</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_transport_get_manager"
|
|
|
|
c:identifier="gst_rtsp_transport_get_manager"
|
|
|
|
moved-to="RTSPTransport.get_manager">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="279">Get the #GstElement that can handle the buffers transported over @trans.
|
2018-05-17 16:15:46 +00:00
|
|
|
|
|
|
|
It is possible that there are several managers available, use @option to
|
|
|
|
selected one.
|
|
|
|
|
|
|
|
@manager will contain an element name or %NULL when no manager is
|
|
|
|
needed/available for @trans.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="190"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="293">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="trans" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="281">a #GstRTSPTransMode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="manager"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="282">location to hold the result</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="option" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="283">option index.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="guint" c:type="guint"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_transport_get_mime"
|
|
|
|
c:identifier="gst_rtsp_transport_get_mime"
|
|
|
|
moved-to="RTSPTransport.get_mime"
|
|
|
|
deprecated="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="205">Get the mime type of the transport mode @trans. This mime type is typically
|
2018-05-17 16:15:46 +00:00
|
|
|
used to generate #GstCaps events.</doc>
|
|
|
|
<doc-deprecated xml:space="preserve">This functions only deals with the GstRTSPTransMode and only
|
|
|
|
returns the mime type for #GST_RTSP_PROFILE_AVP. Use
|
|
|
|
gst_rtsp_transport_get_media_type() instead.</doc-deprecated>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="187"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="217">#GST_RTSP_OK.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="trans" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="207">a #GstRTSPTransMode</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransMode" c:type="GstRTSPTransMode"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="mime" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="208">location to hold the result</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_transport_new"
|
|
|
|
c:identifier="gst_rtsp_transport_new"
|
|
|
|
moved-to="RTSPTransport.new">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="146">Allocate a new initialized #GstRTSPTransport. Use gst_rtsp_transport_free()
|
2018-05-17 16:15:46 +00:00
|
|
|
after usage.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="175"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="153">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="transport" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="148">location to hold the new #GstRTSPTransport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransport" c:type="GstRTSPTransport**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_transport_parse"
|
|
|
|
c:identifier="gst_rtsp_transport_parse"
|
|
|
|
moved-to="RTSPTransport.parse">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="433">Parse the RTSP transport string @str into @transport.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtsptransport.h"
|
|
|
|
line="181"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="440">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="str" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="435">a transport string</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="transport" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtsptransport.c"
|
|
|
|
line="436">a #GstRTSPTransport</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPTransport" c:type="GstRTSPTransport*"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_url_parse"
|
|
|
|
c:identifier="gst_rtsp_url_parse"
|
|
|
|
moved-to="RTSPUrl.parse">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="90">Parse the RTSP @urlstr into a newly allocated #GstRTSPUrl. Free after usage
|
2018-05-17 16:15:46 +00:00
|
|
|
with gst_rtsp_url_free().</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspurl.h" line="93"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="98">a #GstRTSPResult.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPResult" c:type="GstRTSPResult"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="urlstr" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="92">the url string to parse</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="url"
|
|
|
|
direction="out"
|
|
|
|
caller-allocates="0"
|
|
|
|
transfer-ownership="full">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspurl.c"
|
|
|
|
line="93">location to hold the result.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPUrl" c:type="GstRTSPUrl**"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_version_as_text"
|
|
|
|
c:identifier="gst_rtsp_version_as_text"
|
|
|
|
moved-to="RTSPVersion.as_text">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="334">Convert @version to a string.</doc>
|
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspdefs.h" line="412"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="340">a string representation of @version.</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="utf8" c:type="const gchar*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="version" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspdefs.c"
|
|
|
|
line="336">a #GstRTSPVersion</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPVersion" c:type="GstRTSPVersion"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
<function name="rtsp_watch_new"
|
|
|
|
c:identifier="gst_rtsp_watch_new"
|
|
|
|
moved-to="RTSPWatch.new"
|
|
|
|
introspectable="0">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4170">Create a watch object for @conn. The functions provided in @funcs will be
|
2018-05-17 16:15:46 +00:00
|
|
|
called with @user_data when activity happened on the watch.
|
|
|
|
|
|
|
|
The new watch is usually created so that it can be attached to a
|
|
|
|
maincontext with gst_rtsp_watch_attach().
|
|
|
|
|
|
|
|
@conn must exist for the entire lifetime of the watch.</doc>
|
2020-06-17 18:36:28 +00:00
|
|
|
<source-position filename="gst-libs/gst/rtsp/gstrtspconnection.h"
|
|
|
|
line="292"/>
|
2018-05-17 16:15:46 +00:00
|
|
|
<return-value>
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4185">a #GstRTSPWatch that can be used for asynchronous RTSP
|
2018-05-17 16:15:46 +00:00
|
|
|
communication. Free with gst_rtsp_watch_unref () after usage.</doc>
|
|
|
|
<type name="RTSPWatch" c:type="GstRTSPWatch*"/>
|
|
|
|
</return-value>
|
|
|
|
<parameters>
|
|
|
|
<parameter name="conn" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4172">a #GstRTSPConnection</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPConnection" c:type="GstRTSPConnection*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="funcs" transfer-ownership="none">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4173">watch functions</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="RTSPWatchFuncs" c:type="GstRTSPWatchFuncs*"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="user_data"
|
|
|
|
transfer-ownership="none"
|
|
|
|
nullable="1"
|
|
|
|
allow-none="1">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4174">user data to pass to @funcs</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="gpointer" c:type="gpointer"/>
|
|
|
|
</parameter>
|
|
|
|
<parameter name="notify" transfer-ownership="none" scope="async">
|
2020-06-17 18:36:28 +00:00
|
|
|
<doc xml:space="preserve"
|
|
|
|
filename="gst-libs/gst/rtsp/gstrtspconnection.c"
|
|
|
|
line="4175">notify when @user_data is not referenced anymore</doc>
|
2018-05-17 16:15:46 +00:00
|
|
|
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
|
|
|
|
</parameter>
|
|
|
|
</parameters>
|
|
|
|
</function>
|
|
|
|
</namespace>
|
|
|
|
</repository>
|