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
@ -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…
x
Reference in New Issue
Block a user