From 9a535be2b935e732dbb6f94ce78527fe1c8bf514 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 13 Feb 2018 18:59:16 +0100 Subject: set_clock functions: Add nullable annotations --- gst/rtsp-server/rtsp-media-factory.c | 2 +- gst/rtsp-server/rtsp-media.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtsp-server/rtsp-media-factory.c b/gst/rtsp-server/rtsp-media-factory.c index 0c003db..72be0bf 100644 --- a/gst/rtsp-server/rtsp-media-factory.c +++ b/gst/rtsp-server/rtsp-media-factory.c @@ -1292,7 +1292,7 @@ gst_rtsp_media_factory_get_media_gtype (GstRTSPMediaFactory * factory) /** * gst_rtsp_media_factory_set_clock: * @factory: a #GstRTSPMediaFactory - * @clock: the clock to be used by the media factory + * @clock: (nullable): the clock to be used by the media factory * * Configures a specific clock to be used by the pipelines * of all medias created from this factory. diff --git a/gst/rtsp-server/rtsp-media.c b/gst/rtsp-server/rtsp-media.c index 3f6a693..a8e2a43 100644 --- a/gst/rtsp-server/rtsp-media.c +++ b/gst/rtsp-server/rtsp-media.c @@ -1437,7 +1437,7 @@ gst_rtsp_media_is_time_provider (GstRTSPMedia * media) /** * gst_rtsp_media_set_clock: * @media: a #GstRTSPMedia - * @clock: #GstClock to be used + * @clock: (nullable): #GstClock to be used * * Configure the clock used for the media. */ -- cgit v1.2.3