summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaek <seung51hoon@gmail.com>2020-12-26 07:12:33 +0000
committerBaek <seung51hoon@gmail.com>2020-12-26 07:12:33 +0000
commitd614591657346e4ef86adce22939eacaa1f85558 (patch)
treef14c18ecbe830416b53f534d443e38a5f2a1084a
parent4000e4b55e64ab4a7bf7edce2bce032609613af7 (diff)
Fix typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/129>
-rw-r--r--markdown/additional/design/overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/additional/design/overview.md b/markdown/additional/design/overview.md
index cb7299e..8bcb1af 100644
--- a/markdown/additional/design/overview.md
+++ b/markdown/additional/design/overview.md
@@ -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.