mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +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
|
* 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.
|
||||||
|
|
Loading…
Reference in a new issue