mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
playsink: Update comment about why an audio queue is needed
This commit is contained in:
parent
65320a04ab
commit
c27cd709bf
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue