mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: small fixes
This commit is contained in:
parent
041b1b79a1
commit
81745b43b4
1 changed files with 2 additions and 2 deletions
|
@ -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 "::"
|
||||
|
|
Loading…
Reference in a new issue