[0.11] gst-plugins-base: playsink: Update comment about why an audio queue is needed

Wim Taymans wtay at kemper.freedesktop.org
Wed Mar 30 12:41:10 PDT 2011


Module: gst-plugins-base
Branch: 0.11
Commit: c27cd709bfe1f14fb8caf434773c5686d703eb46
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=c27cd709bfe1f14fb8caf434773c5686d703eb46

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Mar 24 14:22:00 2011 +0100

playsink: Update comment about why an audio queue is needed

---

 gst/playback/gstplaysink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/playback/gstplaysink.c b/gst/playback/gstplaysink.c
index 169a541..326baa6 100644
--- a/gst/playback/gstplaysink.c
+++ b/gst/playback/gstplaysink.c
@@ -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) {



More information about the gstreamer-commits mailing list