From 481c4ca9cd1f75ea392faf645dbc56c88257dd4a Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 1 May 2019 17:22:24 -0400 Subject: [PATCH] videotimecode: Mark latest_daily_jame as allow-none in init\() --- gst-libs/gst/video/gstvideotimecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/gstvideotimecode.c b/gst-libs/gst/video/gstvideotimecode.c index 6ec9b5e0cf..f3ab4d82b4 100644 --- a/gst-libs/gst/video/gstvideotimecode.c +++ b/gst-libs/gst/video/gstvideotimecode.c @@ -783,7 +783,7 @@ gst_video_time_code_new_from_date_time_full (guint fps_n, guint fps_d, * @tc: a #GstVideoTimeCode * @fps_n: Numerator of the frame rate * @fps_d: Denominator of the frame rate - * @latest_daily_jam: The latest daily jam of the #GstVideoTimeCode + * @latest_daily_jam: (allow-none): The latest daily jam of the #GstVideoTimeCode * @flags: #GstVideoTimeCodeFlags * @hours: the hours field of #GstVideoTimeCode * @minutes: the minutes field of #GstVideoTimeCode