mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
docs: more info about when state changes can be async and when not.
This commit is contained in:
parent
c5ee0b7c1d
commit
a5e3baf44d
1 changed files with 3 additions and 0 deletions
|
@ -2262,6 +2262,9 @@ nothing_lost:
|
||||||
* An application can use gst_element_get_state() to wait for the completion
|
* An application can use gst_element_get_state() to wait for the completion
|
||||||
* of the state change or it can wait for a state change message on the bus.
|
* of the state change or it can wait for a state change message on the bus.
|
||||||
*
|
*
|
||||||
|
* State changes to %GST_STATE_READY or %GST_STATE_NULL never return
|
||||||
|
* #GST_STATE_CHANGE_ASYNC.
|
||||||
|
*
|
||||||
* Returns: Result of the state change using #GstStateChangeReturn.
|
* Returns: Result of the state change using #GstStateChangeReturn.
|
||||||
*
|
*
|
||||||
* MT safe.
|
* MT safe.
|
||||||
|
|
Loading…
Reference in a new issue