mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fix typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/129>
This commit is contained in:
parent
4000e4b55e
commit
d614591657
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ PAUSED state is used to preroll data in the pipeline. A state change can
|
|||
be performed with `gst_element_set_state()`.
|
||||
|
||||
An element always goes through all the intermediate state changes. This
|
||||
means that when en element is in the `READY` state and is put to `PLAYING`,
|
||||
means that when an element is in the `READY` state and is put to `PLAYING`,
|
||||
it will first go through the intermediate `PAUSED` state.
|
||||
|
||||
An element state change to `PAUSED` will activate the pads of the element.
|
||||
|
|
Loading…
Reference in a new issue