From b87ed30b7b62a14d602744f977b690c49a82e231 Mon Sep 17 00:00:00 2001 From: Fernando Jimenez Moreno Date: Tue, 4 May 2021 12:05:26 +0200 Subject: [PATCH] basics/elements: Remove references to non-existing element names Part-of: --- markdown/application-development/basics/elements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/application-development/basics/elements.md b/markdown/application-development/basics/elements.md index 8f54b3718e..a9c071ec96 100644 --- a/markdown/application-development/basics/elements.md +++ b/markdown/application-development/basics/elements.md @@ -329,9 +329,9 @@ GStreamer. By linking these three elements, we have created a very simple chain of elements. The effect of this will be that the output of the source -element (“element1”) will be used as input for the filter-like element -(“element2”). The filter-like element will do something with the data -and send the result to the final sink element (“element3”). +element will be used as input for the filter-like element. The filter-like +element will do something with the data and send the result to the final +sink element. Imagine the above graph as a simple Ogg/Vorbis audio decoder. The source is a disk source which reads the file from disc. The second element is a