From 81745b43b43a49a8783081ffd54446d34ddf1550 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 16 Jul 2013 12:36:56 +0200 Subject: [PATCH] docs: small fixes --- gst/rtsp-server/rtsp-address-pool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtsp-server/rtsp-address-pool.h b/gst/rtsp-server/rtsp-address-pool.h index 72802fc..1cf908b 100644 --- a/gst/rtsp-server/rtsp-address-pool.h +++ b/gst/rtsp-server/rtsp-address-pool.h @@ -89,7 +89,7 @@ typedef enum { /** * GST_RTSP_ADDRESS_POOL_ANY_IPV4: * - * Used with gst_rtsp_address_pool_add_range_unicast() to bind to all + * Used with gst_rtsp_address_pool_add_range() to bind to all * IPv4 addresses */ #define GST_RTSP_ADDRESS_POOL_ANY_IPV4 "0.0.0.0" @@ -97,7 +97,7 @@ typedef enum { /** * GST_RTSP_ADDRESS_POOL_ANY_IPV6: * - * Used with gst_rtsp_address_pool_add_range_unicast() to bind to all + * Used with gst_rtsp_address_pool_add_range() to bind to all * IPv6 addresses */ #define GST_RTSP_ADDRESS_POOL_ANY_IPV6 "::" -- 2.7.4