From: Arun Raghavan Date: Sat, 15 Mar 2014 10:24:23 +0000 (+0100) Subject: playsink: Fix documentation for what the audio chain looks like X-Git-Tag: 1.19.3~511^2~4652 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfb78cee425aef7383258618a3da4827d23a288b;p=platform%2Fupstream%2Fgstreamer.git playsink: Fix documentation for what the audio chain looks like https://bugzilla.gnome.org/show_bug.cgi?id=679031 --- diff --git a/gst/playback/gstplaysink.c b/gst/playback/gstplaysink.c index 8849806..d8fe74f 100644 --- a/gst/playback/gstplaysink.c +++ b/gst/playback/gstplaysink.c @@ -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)