mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
design: overview: be explicit about what oggdemux does
Improve processing example overview. Drop redundancy while at it.
This commit is contained in:
parent
586e32b25a
commit
06b9fb646a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pipeline. Below is an example of an ogg/vorbis playback pipeline.
|
||||||
```
|
```
|
||||||
|
|
||||||
The filesrc element reads data from a file on disk. The oggdemux element
|
The filesrc element reads data from a file on disk. The oggdemux element
|
||||||
parses the data and sends the compressed audio data to the vorbisdec
|
demultiplexes the data and sends a compressed audio stream to the vorbisdec
|
||||||
element. The vorbisdec element decodes the compressed data and sends it
|
element. The vorbisdec element decodes the compressed data and sends it
|
||||||
to the alsasink element. The alsasink element sends the samples to the
|
to the alsasink element. The alsasink element sends the samples to the
|
||||||
audio card for playback.
|
audio card for playback.
|
||||||
|
|
Loading…
Reference in a new issue