set_clock functions: Add nullable annotations

This commit is contained in:
Mathieu Duponchelle 2018-02-13 18:59:16 +01:00
parent c725ef01a4
commit ee44f38051
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1512,7 +1512,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.
*/