diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-18 18:46:35 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-18 18:46:35 +0100 |
commit | a2f04c8f61efddb942bc1543f533f844ab8c7bf1 (patch) | |
tree | a5f982866ae3047c962820e82d3f4232cd3cf474 /docs | |
parent | a6d75bd33cd94f4cfef1bf888a5950853a5ad95c (diff) |
Add RTSP accept method
Add a method to accept a connection on a socket and create a GstRTSPConnection
for it.
API: gst_rtsp_connection_accept()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 468038016..8f2516f33 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1194,6 +1194,7 @@ gst_rtsp_base64_decode_ip <INCLUDE>gst/rtsp/gstrtspconnection.h</INCLUDE> GstRTSPConnection gst_rtsp_connection_create +gst_rtsp_connection_accept gst_rtsp_connection_connect gst_rtsp_connection_close gst_rtsp_connection_free |