docs: Generate docs for GstRTSPAddressPool
authorOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 14 Feb 2013 18:38:07 +0000 (13:38 -0500)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 11 Mar 2013 10:07:19 +0000 (11:07 +0100)
docs/libs/gst-rtsp-server-docs.sgml
docs/libs/gst-rtsp-server-sections.txt
gst/rtsp-server/rtsp-address-pool.c
gst/rtsp-server/rtsp-address-pool.h

index 5e02299..4f19697 100644 (file)
@@ -25,6 +25,7 @@
     <xi:include href="xml/rtsp-server.xml"/>
     <xi:include href="xml/rtsp-session-pool.xml"/>
     <xi:include href="xml/rtsp-session.xml"/>
+    <xi:include href="xml/rtsp-address-pool.xml"/>
   </chapter>
 
   <!-- <chapter> -->
index 0122798..7bb58df 100644 (file)
@@ -353,3 +353,25 @@ GST_TYPE_RTSP_STREAM_TRANSPORT
 gst_rtsp_stream_transport_get_type
 </SECTION>
 
+<SECTION>
+<FILE>rtsp-address-pool</FILE>
+<TITLE>GstRTSPAddressPool</TITLE>
+GstRTSPAddressPool
+gst_rtsp_address_pool_new
+gst_rtsp_address_pool_add_range
+gst_rtsp_address_pool_clear
+gst_rtsp_address_pool_dump
+gst_rtsp_address_pool_acquire_address
+gst_rtsp_address_pool_reserve_address
+<SUBSECTION Standard>
+GstRTSPAddressPoolClass
+GstRTSPAddressPoolPrivate
+gst_rtsp_address_get_type
+gst_rtsp_address_pool_get_type
+<SUBSECTION Private>
+GstRTSPAddress
+GstRTSPAddressClass
+GstRTSPAddressFlags
+gst_rtsp_address_copy
+gst_rtsp_address_free
+</SECTION>
index 54fe834..b064cf7 100644 (file)
@@ -372,6 +372,8 @@ split_range (GstRTSPAddressPool * pool, AddrRange * range, guint skip_addr,
  * allocation. @n_ports consecutive ports will be allocated of which the first
  * one can be found in @port.
  *
+ * This function should only be used internally.
+ *
  * Returns: a #GstRTSPAddress that should be freed with gst_rtsp_address_free
  *   after use or %NULL when no address could be acquired.
  */
@@ -540,6 +542,8 @@ gst_rtsp_address_pool_dump (GstRTSPAddressPool * pool)
  * ports will be allocated of which the first one can be found in
  * @port.
  *
+ * This function should only be used internally.
+ *
  * Returns: a #GstRTSPAddress that should be freed with gst_rtsp_address_free
  *   after use or %NULL when no address could be acquired.
  */
index 2f7a80a..001b397 100644 (file)
@@ -67,6 +67,7 @@ typedef enum {
  * GstRTSPAddressPool:
  * @parent: the parent GObject
  *
+ * An address pool, all member are prive
  */
 struct _GstRTSPAddressPool {
   GObject       parent;