mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
net: Add missing nullable annotation on the name parameter in the net/NTP clock constructors
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3249>
This commit is contained in:
parent
249790fa59
commit
fee144bca5
1 changed files with 2 additions and 2 deletions
|
@ -1426,7 +1426,7 @@ gst_net_client_clock_get_internal_time (GstClock * clock)
|
|||
|
||||
/**
|
||||
* gst_net_client_clock_new:
|
||||
* @name: a name for the clock
|
||||
* @name: (nullable): a name for the clock
|
||||
* @remote_address: the address or hostname of the remote clock provider
|
||||
* @remote_port: the port of the remote clock provider
|
||||
* @base_time: initial time of the clock
|
||||
|
@ -1474,7 +1474,7 @@ gst_ntp_clock_init (GstNtpClock * self)
|
|||
|
||||
/**
|
||||
* gst_ntp_clock_new:
|
||||
* @name: a name for the clock
|
||||
* @name: (nullable): a name for the clock
|
||||
* @remote_address: the address or hostname of the remote clock provider
|
||||
* @remote_port: the port of the remote clock provider
|
||||
* @base_time: initial time of the clock
|
||||
|
|
Loading…
Reference in a new issue