summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-03-02 16:03:49 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-03-02 16:03:49 +0100
commitfbc4f2d4fe7daefb4dc53ec25e85aa31cc00a5fb (patch)
treed840b1319bc7c6716043be72dc7fd4922ff199d7 /docs
parent40db590e716b5bec91b8edd006df125063871bb8 (diff)
RTSP: add support for Quicktime tunneled RTSP
Add support for tunneling RTSP over HTTP. Fix documentation some more. See also #573173. API: RTSP:gst_rtsp_connection_is_tunneled() API: RTSP:gst_rtsp_connection_set_tunneled()
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-base-libs-sections.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt
index 6c0b7501..56fedfaf 100644
--- a/docs/libs/gst-plugins-base-libs-sections.txt
+++ b/docs/libs/gst-plugins-base-libs-sections.txt
@@ -1210,14 +1210,30 @@ gst_rtsp_connection_accept
gst_rtsp_connection_connect
gst_rtsp_connection_close
gst_rtsp_connection_free
+
gst_rtsp_connection_read
gst_rtsp_connection_write
+gst_rtsp_connection_poll
+
gst_rtsp_connection_send
gst_rtsp_connection_receive
+
gst_rtsp_connection_next_timeout
gst_rtsp_connection_reset_timeout
+
gst_rtsp_connection_flush
+
gst_rtsp_connection_set_auth
+gst_rtsp_connection_set_auth_param
+gst_rtsp_connection_clear_auth_params
+
+gst_rtsp_connection_set_qos_dscp
+
+gst_rtsp_connection_get_ip
+gst_rtsp_connection_get_url
+
+gst_rtsp_connection_set_tunneled
+gst_rtsp_connection_is_tunneled
GstRTSPWatch
GstRTSPWatchFuncs