From: Sebastian Dröge Date: Thu, 24 Mar 2011 13:22:00 +0000 (+0100) Subject: playsink: Update comment about why an audio queue is needed X-Git-Tag: RELEASE-0.10.33~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c27cd709bfe1f14fb8caf434773c5686d703eb46;p=platform%2Fupstream%2Fgst-plugins-base.git playsink: Update comment about why an audio queue is needed --- 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) {