mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
80 line fix
Original commit message from CVS: 80 line fix
This commit is contained in:
parent
aefa676451
commit
bc93f42cab
1 changed files with 3 additions and 3 deletions
|
@ -77,9 +77,9 @@ G_BEGIN_DECLS
|
||||||
* @GST_STATE_CHANGE_FAILURE : the state change failed
|
* @GST_STATE_CHANGE_FAILURE : the state change failed
|
||||||
* @GST_STATE_CHANGE_SUCCESS : the state change succeeded
|
* @GST_STATE_CHANGE_SUCCESS : the state change succeeded
|
||||||
* @GST_STATE_CHANGE_ASYNC : the state change will happen asynchronously
|
* @GST_STATE_CHANGE_ASYNC : the state change will happen asynchronously
|
||||||
* @GST_STATE_CHANGE_NO_PREROLL: the state change succeeded but the element cannot
|
* @GST_STATE_CHANGE_NO_PREROLL: the state change succeeded but the element
|
||||||
* produce data in PAUSED. This typically happens
|
* cannot produce data in PAUSED. This typically
|
||||||
* with live sources.
|
* happens with live sources.
|
||||||
*
|
*
|
||||||
* The possible return values from a state change function. Only
|
* The possible return values from a state change function. Only
|
||||||
* @GST_STATE_CHANGE_FAILURE is a real failure.
|
* @GST_STATE_CHANGE_FAILURE is a real failure.
|
||||||
|
|
Loading…
Reference in a new issue