timeprovider: g-i: allow None as address for gst_net_time_provider_new()

Conflicts:
	libs/gst/net/gstnettimeprovider.c
This commit is contained in:
Tim-Philipp Müller 2013-07-16 14:44:03 +01:00
parent 5691ef8575
commit 06978dac05

View file

@ -382,8 +382,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), or NULL
* to bind to all addresses
* @address: (allow-none): an address to bind on as a dotted quad
* (xxx.xxx.xxx.xxx), 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.