playsink: Update comment about why an audio queue is needed

This commit is contained in:
Sebastian Dröge 2011-03-24 14:22:00 +01:00
parent 65320a04ab
commit c27cd709bf

View file

@ -1690,7 +1690,7 @@ gen_audio_chain (GstPlaySink * playsink, gboolean raw)
gst_bin_add (bin, chain->sink);
/* we have to add a queue when we need to decouple for the video sink in
* visualisations */
* visualisations and for streamsynchronizer */
GST_DEBUG_OBJECT (playsink, "adding audio queue");
chain->queue = gst_element_factory_make ("queue", "aqueue");
if (chain->queue == NULL) {