net: Add missing nullable annotation on the name parameter in the net/NTP clock const...
authorSebastian Dröge <sebastian@centricular.com>
Sat, 22 Oct 2022 15:34:14 +0000 (18:34 +0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 22 Oct 2022 15:59:16 +0000 (15:59 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3249>

subprojects/gstreamer/libs/gst/net/gstnetclientclock.c

index 62d840d..6c55f0a 100644 (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