From 883a6601986d65b3d9ca53b54832258346628824 Mon Sep 17 00:00:00 2001 From: Fernando Jimenez Moreno Date: Tue, 4 May 2021 12:13:44 +0200 Subject: basics/elements: Correct allowed actions in PAUSED state Part-of: --- markdown/application-development/basics/elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/application-development/basics/elements.md b/markdown/application-development/basics/elements.md index a9c071e..74e1eaf 100644 --- a/markdown/application-development/basics/elements.md +++ b/markdown/application-development/basics/elements.md @@ -413,7 +413,7 @@ Those four states are: - `GST_STATE_PAUSED`: in this state, an element has opened the stream, but is not actively processing it. An element is allowed to modify a stream's position, read and process data and such to prepare for - playback as soon as state is changed to PLAYING, but it is *not* + playback as soon as state is changed to PAUSED, but it is *not* allowed to play the data which would make the clock run. In summary, PAUSED is the same as PLAYING but without a running clock. -- cgit v1.2.3