From: Sebastian Rasmussen Date: Thu, 21 Nov 2013 23:45:17 +0000 (+0100) Subject: docs: Improve documentation X-Git-Tag: 1.6.0~326 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3052b28859a0925ba05bf17bc2b5a761af005bd0;p=platform%2Fupstream%2Fgst-rtsp-server.git docs: Improve documentation * Include annotation-glossary to quiet gtk-doc * Rename remaining ClientState -> Context * Rename object hierarchy file * Remove stale chapter references * Add missing function and object references * Include missing GstRTSPAddressPoolResult https://bugzilla.gnome.org/show_bug.cgi?id=714988 --- diff --git a/docs/README b/docs/README index f90f4ab..e1cdc9c 100644 --- a/docs/README +++ b/docs/README @@ -425,7 +425,7 @@ GstRTSPClient - Handle RTSP Requests from connected clients. All other objects are called by this object. -GstRTSPClientState +GstRTSPContext - Helper structure contaning the current state of the request handled by the client. @@ -482,7 +482,7 @@ GstRTSPThreadPool GstRTSPAuth - Hooks for checking authorizations, all client activity will call this - object with the GstRTSPClientState structure. By default it supports + object with the GstRTSPContext structure. By default it supports basic authentication. GstRTSPToken diff --git a/docs/libs/gst-rtsp-server-docs.sgml b/docs/libs/gst-rtsp-server-docs.sgml index 4035cc8..06141f8 100644 --- a/docs/libs/gst-rtsp-server-docs.sgml +++ b/docs/libs/gst-rtsp-server-docs.sgml @@ -16,6 +16,7 @@ + @@ -34,58 +35,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Object Hierarchy @@ -94,4 +44,6 @@ API Index + + diff --git a/docs/libs/gst-rtsp-server-sections.txt b/docs/libs/gst-rtsp-server-sections.txt index 85d8536..e43e896 100644 --- a/docs/libs/gst-rtsp-server-sections.txt +++ b/docs/libs/gst-rtsp-server-sections.txt @@ -13,6 +13,7 @@ gst_rtsp_address_free GstRTSPAddressPool GstRTSPAddressPoolClass +GstRTSPAddressPoolResult gst_rtsp_address_pool_new gst_rtsp_address_pool_clear gst_rtsp_address_pool_dump @@ -47,6 +48,8 @@ gst_rtsp_auth_make_basic gst_rtsp_auth_add_basic gst_rtsp_auth_remove_basic gst_rtsp_auth_check +gst_rtsp_auth_get_default_token +gst_rtsp_auth_set_default_token GST_RTSP_AUTH_CHECK_CONNECT @@ -78,12 +81,6 @@ gst_rtsp_auth_get_type
rtsp-client GstRTSPClient - -GstRTSPClientState -gst_rtsp_client_state_get_current -gst_rtsp_client_state_pop_current -gst_rtsp_client_state_push_current - GstRTSPClient GstRTSPClientClass @@ -129,6 +126,17 @@ gst_rtsp_client_get_type
+rtsp-context +GstRTSPContext +GstRTSPContext +gst_rtsp_context_get_current +gst_rtsp_context_push_current +gst_rtsp_context_pop_current + +gst_rtsp_context_get_type +
+ +
rtsp-media GstRTSPMedia GstRTSPMedia @@ -273,6 +281,7 @@ gst_rtsp_mount_points_new gst_rtsp_mount_points_add_factory gst_rtsp_mount_points_remove_factory gst_rtsp_mount_points_match +gst_rtsp_mount_points_make_path GST_RTSP_MOUNT_POINTS_CAST GST_RTSP_MOUNT_POINTS_CLASS_CAST @@ -503,6 +512,9 @@ gst_rtsp_stream_set_mtu gst_rtsp_stream_get_dscp_qos gst_rtsp_stream_set_dscp_qos +gst_rtsp_stream_get_protocols +gst_rtsp_stream_set_protocols + gst_rtsp_stream_get_address_pool gst_rtsp_stream_set_address_pool gst_rtsp_stream_reserve_address @@ -525,6 +537,10 @@ gst_rtsp_stream_remove_transport gst_rtsp_stream_get_rtp_socket gst_rtsp_stream_get_rtcp_socket + +GstRTSPStreamTransportFilterFunc +gst_rtsp_stream_transport_filter + GST_RTSP_STREAM_CAST GST_RTSP_STREAM_CLASS_CAST @@ -600,6 +616,7 @@ gst_rtsp_thread_pool_get_max_threads gst_rtsp_thread_pool_set_max_threads gst_rtsp_thread_pool_get_thread +gst_rtsp_thread_pool_cleanup GST_RTSP_THREAD_CAST GST_RTSP_THREAD_POOL_CAST