mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
timeprovider: g-i: allow None as address for gst_net_time_provider_new()
This commit is contained in:
parent
e47270ee24
commit
98c1342614
1 changed files with 2 additions and 2 deletions
|
@ -394,8 +394,8 @@ gst_net_time_provider_stop (GstNetTimeProvider * self)
|
|||
/**
|
||||
* gst_net_time_provider_new:
|
||||
* @clock: a #GstClock to export over the network
|
||||
* @address: an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), IPv6 address, or NULL
|
||||
* to bind to all addresses
|
||||
* @address: (allow-none): an address to bind on as a dotted quad
|
||||
* (xxx.xxx.xxx.xxx), IPv6 address, or NULL to bind to all addresses
|
||||
* @port: a port to bind on, or 0 to let the kernel choose
|
||||
*
|
||||
* Allows network clients to get the current time of @clock.
|
||||
|
|
Loading…
Reference in a new issue