mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
set_clock functions: Add nullable annotations
This commit is contained in:
parent
c725ef01a4
commit
ee44f38051
2 changed files with 2 additions and 2 deletions
|
@ -1292,7 +1292,7 @@ gst_rtsp_media_factory_get_media_gtype (GstRTSPMediaFactory * factory)
|
||||||
/**
|
/**
|
||||||
* gst_rtsp_media_factory_set_clock:
|
* gst_rtsp_media_factory_set_clock:
|
||||||
* @factory: a #GstRTSPMediaFactory
|
* @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
|
* Configures a specific clock to be used by the pipelines
|
||||||
* of all medias created from this factory.
|
* of all medias created from this factory.
|
||||||
|
|
|
@ -1512,7 +1512,7 @@ gst_rtsp_media_is_time_provider (GstRTSPMedia * media)
|
||||||
/**
|
/**
|
||||||
* gst_rtsp_media_set_clock:
|
* gst_rtsp_media_set_clock:
|
||||||
* @media: a #GstRTSPMedia
|
* @media: a #GstRTSPMedia
|
||||||
* @clock: #GstClock to be used
|
* @clock: (nullable): #GstClock to be used
|
||||||
*
|
*
|
||||||
* Configure the clock used for the media.
|
* Configure the clock used for the media.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue