clock: fix parameter docs

This commit is contained in:
Wim Taymans 2011-02-10 12:00:47 +01:00
parent 80311b758c
commit aa32e1fab1

View file

@ -440,7 +440,7 @@ gst_clock_id_get_time (GstClockID id)
/** /**
* gst_clock_id_wait * gst_clock_id_wait
* @id: The #GstClockID to wait on * @id: The #GstClockID to wait on
* @jitter (out) (allow-none): a pointer that will contain the jitter, * @jitter: (out) (allow-none): a pointer that will contain the jitter,
* can be %NULL. * can be %NULL.
* *
* Perform a blocking wait on @id. * Perform a blocking wait on @id.