mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
clock: fix parameter docs
This commit is contained in:
parent
80311b758c
commit
aa32e1fab1
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ gst_clock_id_get_time (GstClockID id)
|
|||
/**
|
||||
* gst_clock_id_wait
|
||||
* @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.
|
||||
*
|
||||
* Perform a blocking wait on @id.
|
||||
|
|
Loading…
Reference in a new issue