playsink: Fix documentation for what the audio chain looks like

https://bugzilla.gnome.org/show_bug.cgi?id=679031
This commit is contained in:
Arun Raghavan 2014-03-15 11:24:23 +01:00 committed by Sebastian Dröge
parent 55b8e30a61
commit bfb78cee42

View file

@ -2444,14 +2444,14 @@ notify_mute_cb (GObject * object, GParamSpec * pspec, GstPlaySink * playsink)
* We add a tee as the first element so that we can link the visualisation chain
* to it when requested.
*
* +-------------------------------------------------------------+
* | abin |
* | +---------+ +----------+ +---------+ +---------+ |
* | |audioconv| |audioscale| | volume | |audiosink| |
* | +-srck src-sink src-sink src-sink | |
* | | +---------+ +----------+ +---------+ +---------+ |
* sink-+ |
* +-------------------------------------------------------------+
* +------------------------------------------------+
* | abin |
* | +---------+ +---------+ +-----------+ |
* | | queue | | convbin | | audiosink | |
* | +-sink src-sink src-sink | |
* | | +---------+ +---------+ +-----------+ |
* sink-+ |
* +------------------------------------------------+
*/
static GstPlayAudioChain *
gen_audio_chain (GstPlaySink * playsink, gboolean raw)