Skip to content
Snippets Groups Projects
Commit d6145916 authored by Seunghoon, Baek's avatar Seunghoon, Baek
Browse files

Fix typo

Part-of: <gstreamer/gst-docs!129>
parent 4000e4b5
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment