playsink: Update comment about why an audio queue is needed
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 24 Mar 2011 13:22:00 +0000 (14:22 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 24 Mar 2011 13:22:00 +0000 (14:22 +0100)
gst/playback/gstplaysink.c

index 169a541..326baa6 100644 (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) {