mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 14:11:15 +00:00
systemclock: set_default() clock parameter can be NULL
This commit is contained in:
parent
1a5a5709ad
commit
70104857b0
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ gst_system_clock_get_property (GObject * object, guint prop_id, GValue * value,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_system_clock_set_default:
|
* gst_system_clock_set_default:
|
||||||
* @new_clock: a #GstClock
|
* @new_clock: (allow-none): a #GstClock
|
||||||
*
|
*
|
||||||
* Sets the default system clock that can be obtained with
|
* Sets the default system clock that can be obtained with
|
||||||
* gst_system_clock_obtain().
|
* gst_system_clock_obtain().
|
||||||
|
|
Loading…
Reference in a new issue