summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Jimenez Moreno <fjimenez@igalia.com>2021-05-04 12:05:26 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-06-02 09:03:10 +0000
commitb87ed30b7b62a14d602744f977b690c49a82e231 (patch)
treecdd38c46583a7a8a67d3253732d3a61fc2841472
parenta671a6cdfd8b6c34dfc3acf63c827a549c5adbc9 (diff)
basics/elements: Remove references to non-existing element names
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/156>
-rw-r--r--markdown/application-development/basics/elements.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/markdown/application-development/basics/elements.md b/markdown/application-development/basics/elements.md
index 8f54b37..a9c071e 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