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:
Sebastian Dröge 2022-10-22 18:34:14 +03:00 committed by GStreamer Marge Bot
parent 249790fa59
commit fee144bca5

View file

@ -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