playsink: Fix documentation for what the audio chain looks like
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Sat, 15 Mar 2014 10:24:23 +0000 (11:24 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 16 Mar 2014 10:02:43 +0000 (11:02 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=679031

gst/playback/gstplaysink.c

index 8849806..d8fe74f 100644 (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)