diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-02-19 16:34:16 -0500 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-03-11 11:07:20 +0100 |
commit | d06e68abd112d88f04c3840c11b28003c3d3584e (patch) | |
tree | 3ea8e899453be3e6b4baa585377d56c92a028b42 /docs | |
parent | 4c61c6d308f4102259148bc9c1f2771fcadd3532 (diff) |
address-pool: Add unicast addresses
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-rtsp-server-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libs/gst-rtsp-server-sections.txt b/docs/libs/gst-rtsp-server-sections.txt index 350596b..e536a7d 100644 --- a/docs/libs/gst-rtsp-server-sections.txt +++ b/docs/libs/gst-rtsp-server-sections.txt @@ -411,10 +411,14 @@ GstRTSPStreamTransportPrivate GstRTSPAddressPool gst_rtsp_address_pool_new gst_rtsp_address_pool_add_range +GST_RTSP_ADDRESS_POOL_ANY_IPV4 +GST_RTSP_ADDRESS_POOL_ANY_IPV6 +gst_rtsp_address_pool_add_range_unicast gst_rtsp_address_pool_clear gst_rtsp_address_pool_dump gst_rtsp_address_pool_acquire_address gst_rtsp_address_pool_reserve_address +gst_rtsp_address_pool_has_unicast_addresses <SUBSECTION Standard> GstRTSPAddressPoolClass GstRTSPAddressPoolPrivate |