mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
playsink: Fix documentation for what the audio chain looks like
https://bugzilla.gnome.org/show_bug.cgi?id=679031
This commit is contained in:
parent
55b8e30a61
commit
bfb78cee42
1 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue