mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
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:
parent
a671a6cdfd
commit
b87ed30b7b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue