systemclock: set_default() clock parameter can be NULL
authorSebastian Dröge <sebastian@centricular.com>
Wed, 20 Dec 2017 16:56:23 +0000 (18:56 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 20 Dec 2017 16:56:23 +0000 (18:56 +0200)
gst/gstsystemclock.c

index be9d70f..02f56b1 100644 (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().