systemclock: set_default() clock parameter can be NULL

This commit is contained in:
Sebastian Dröge 2017-12-20 18:56:23 +02:00
parent 1a5a5709ad
commit 70104857b0

View file

@ -293,7 +293,7 @@ gst_system_clock_get_property (GObject * object, guint prop_id, GValue * value,
/**
* 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
* gst_system_clock_obtain().