design: overview: be explicit about what oggdemux does

Improve processing example overview. Drop redundancy
while at it.
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-03-08 15:42:29 -08:00
parent 586e32b25a
commit 06b9fb646a

View file

@ -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.