basics/elements: Remove references to non-existing element names

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/156>
This commit is contained in:
Fernando Jimenez Moreno 2021-05-04 12:05:26 +02:00 committed by GStreamer Marge Bot
parent a671a6cdfd
commit b87ed30b7b

View file

@ -329,9 +329,9 @@ GStreamer.
By linking these three elements, we have created a very simple chain of 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 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 element will be used as input for the filter-like element. The filter-like
(“element2”). The filter-like element will do something with the data element will do something with the data and send the result to the final
and send the result to the final sink element (“element3”). sink element.
Imagine the above graph as a simple Ogg/Vorbis audio decoder. The source 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 is a disk source which reads the file from disc. The second element is a