mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
element: Annotate set_clock() clock parameter with allow-none
This commit is contained in:
parent
e16e55ed04
commit
1a5a5709ad
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ gst_element_set_clock_func (GstElement * element, GstClock * clock)
|
|||
/**
|
||||
* gst_element_set_clock:
|
||||
* @element: a #GstElement to set the clock for.
|
||||
* @clock: the #GstClock to set for the element.
|
||||
* @clock: (transfer none) (allow-none): the #GstClock to set for the element.
|
||||
*
|
||||
* Sets the clock for the element. This function increases the
|
||||
* refcount on the clock. Any previously set clock on the object
|
||||
|
|
Loading…
Reference in a new issue