docs: small fixes
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 16 Jul 2013 10:36:56 +0000 (12:36 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 16 Jul 2013 10:36:56 +0000 (12:36 +0200)
gst/rtsp-server/rtsp-address-pool.h

index 72802fc..1cf908b 100644 (file)
@@ -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  "::"