mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
introspection: add annotation for gst_element_get_state
state and pending are "out" arguments. Fixes #605189.
This commit is contained in:
parent
1f0b6f35d5
commit
1d7afbd0f2
1 changed files with 3 additions and 3 deletions
|
@ -2043,9 +2043,9 @@ interrupted:
|
||||||
/**
|
/**
|
||||||
* gst_element_get_state:
|
* gst_element_get_state:
|
||||||
* @element: a #GstElement to get the state of.
|
* @element: a #GstElement to get the state of.
|
||||||
* @state: a pointer to #GstState to hold the state. Can be %NULL.
|
* @state: (out): a pointer to #GstState to hold the state. Can be %NULL.
|
||||||
* @pending: a pointer to #GstState to hold the pending state.
|
* @pending: (out): a pointer to #GstState to hold the pending state.
|
||||||
* Can be %NULL.
|
* Can be %NULL.
|
||||||
* @timeout: a #GstClockTime to specify the timeout for an async
|
* @timeout: a #GstClockTime to specify the timeout for an async
|
||||||
* state change or %GST_CLOCK_TIME_NONE for infinite timeout.
|
* state change or %GST_CLOCK_TIME_NONE for infinite timeout.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue