From d3a2ed10feeb6da64b2f7aaa1a655d0a58419bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 29 Jan 2019 16:26:49 +0200 Subject: [PATCH] datetime: new() and new_local_time() constructors are not nullable --- gst/gstdatetime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstdatetime.c b/gst/gstdatetime.c index cea0f708a0..6d6e7c855d 100644 --- a/gst/gstdatetime.c +++ b/gst/gstdatetime.c @@ -498,7 +498,7 @@ gst_date_time_check_fields (gint * year, gint * month, gint * day, * * Free-function: gst_date_time_unref * - * Return value: (transfer full) (nullable): the newly created #GstDateTime + * Return value: (transfer full): the newly created #GstDateTime */ GstDateTime * gst_date_time_new_local_time (gint year, gint month, gint day, gint hour, @@ -607,7 +607,7 @@ __gst_date_time_compare (const GstDateTime * dt1, const GstDateTime * dt2) * * Free-function: gst_date_time_unref * - * Return value: (transfer full) (nullable): the newly created #GstDateTime + * Return value: (transfer full): the newly created #GstDateTime */ GstDateTime * gst_date_time_new (gfloat tzoffset, gint year, gint month, gint day, gint hour,