mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
docs: add more docs
This commit is contained in:
parent
6d6ba1ee61
commit
515aac7c9f
3 changed files with 30 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
<xi:include href="xml/rtsp-media-factory-uri.xml"/>
|
<xi:include href="xml/rtsp-media-factory-uri.xml"/>
|
||||||
<xi:include href="xml/rtsp-media-mapping.xml"/>
|
<xi:include href="xml/rtsp-media-mapping.xml"/>
|
||||||
<xi:include href="xml/rtsp-media.xml"/>
|
<xi:include href="xml/rtsp-media.xml"/>
|
||||||
|
<xi:include href="xml/rtsp-auth.xml"/>
|
||||||
<xi:include href="xml/rtsp-params.xml"/>
|
<xi:include href="xml/rtsp-params.xml"/>
|
||||||
<xi:include href="xml/rtsp-sdp.xml"/>
|
<xi:include href="xml/rtsp-sdp.xml"/>
|
||||||
<xi:include href="xml/rtsp-server.xml"/>
|
<xi:include href="xml/rtsp-server.xml"/>
|
||||||
|
|
|
@ -129,6 +129,8 @@ gst_rtsp_server_set_session_pool
|
||||||
gst_rtsp_server_get_session_pool
|
gst_rtsp_server_get_session_pool
|
||||||
gst_rtsp_server_set_media_mapping
|
gst_rtsp_server_set_media_mapping
|
||||||
gst_rtsp_server_get_media_mapping
|
gst_rtsp_server_get_media_mapping
|
||||||
|
gst_rtsp_server_get_auth
|
||||||
|
gst_rtsp_server_set_auth
|
||||||
gst_rtsp_server_io_func
|
gst_rtsp_server_io_func
|
||||||
gst_rtsp_server_get_io_channel
|
gst_rtsp_server_get_io_channel
|
||||||
gst_rtsp_server_create_watch
|
gst_rtsp_server_create_watch
|
||||||
|
@ -212,16 +214,42 @@ GST_IS_RTSP_SESSION_CLASS
|
||||||
GST_RTSP_SESSION_GET_CLASS
|
GST_RTSP_SESSION_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>rtsp-auth</FILE>
|
||||||
|
<TITLE>GstRTSPAuth</TITLE>
|
||||||
|
GstRTSPAuth
|
||||||
|
GstRTSPAuthClass
|
||||||
|
gst_rtsp_auth_new
|
||||||
|
gst_rtsp_auth_set_basic
|
||||||
|
gst_rtsp_auth_setup_auth
|
||||||
|
gst_rtsp_auth_check_method
|
||||||
|
gst_rtsp_auth_make_basic
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GST_IS_RTSP_AUTH
|
||||||
|
GST_IS_RTSP_AUTH_CLASS
|
||||||
|
GST_RTSP_AUTH
|
||||||
|
GST_RTSP_AUTH_CAST
|
||||||
|
GST_RTSP_AUTH_CLASS
|
||||||
|
GST_RTSP_AUTH_CLASS_CAST
|
||||||
|
GST_RTSP_AUTH_GET_CLASS
|
||||||
|
GST_TYPE_RTSP_AUTH
|
||||||
|
gst_rtsp_auth_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>rtsp-client</FILE>
|
<FILE>rtsp-client</FILE>
|
||||||
<TITLE>GstRTSPClient</TITLE>
|
<TITLE>GstRTSPClient</TITLE>
|
||||||
GstRTSPClient
|
GstRTSPClient
|
||||||
GstRTSPClientClass
|
GstRTSPClientClass
|
||||||
gst_rtsp_client_new
|
gst_rtsp_client_new
|
||||||
|
gst_rtsp_client_set_server
|
||||||
|
gst_rtsp_client_get_server
|
||||||
gst_rtsp_client_set_session_pool
|
gst_rtsp_client_set_session_pool
|
||||||
gst_rtsp_client_get_session_pool
|
gst_rtsp_client_get_session_pool
|
||||||
gst_rtsp_client_set_media_mapping
|
gst_rtsp_client_set_media_mapping
|
||||||
gst_rtsp_client_get_media_mapping
|
gst_rtsp_client_get_media_mapping
|
||||||
|
gst_rtsp_client_set_auth
|
||||||
|
gst_rtsp_client_get_auth
|
||||||
gst_rtsp_client_accept
|
gst_rtsp_client_accept
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_RTSP_CLIENT_CLASS
|
GST_RTSP_CLIENT_CLASS
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
gst_rtsp_auth_get_type
|
||||||
gst_rtsp_media_mapping_get_type
|
gst_rtsp_media_mapping_get_type
|
||||||
gst_rtsp_media_factory_get_type
|
gst_rtsp_media_factory_get_type
|
||||||
gst_rtsp_media_get_type
|
gst_rtsp_media_get_type
|
||||||
|
|
Loading…
Reference in a new issue