From 73c75479d6bc8ebd64ffe390b36545cdbfb538cf Mon Sep 17 00:00:00 2001 From: Krystian Wojtas Date: Wed, 17 Aug 2022 08:00:12 +0200 Subject: [PATCH] doc: Fix typo Part-of: --- subprojects/gst-docs/markdown/additional/design/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-docs/markdown/additional/design/events.md b/subprojects/gst-docs/markdown/additional/design/events.md index c23e645b23..e27fb67d51 100644 --- a/subprojects/gst-docs/markdown/additional/design/events.md +++ b/subprojects/gst-docs/markdown/additional/design/events.md @@ -190,7 +190,7 @@ measure the amount of framedrops they have. (see [qos](additional/design/qos.md) ## SEEK A seek event is issued by the application to configure the playback -range of a stream. It is called form the application thread and travels +range of a stream. It is called from the application thread and travels upstream. The seek event contains the new start and stop position of playback