audioaggregator: fix typo in comment
authorStefan Sauer <ensonic@users.sf.net>
Mon, 18 Sep 2017 04:05:03 +0000 (21:05 -0700)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 18 Sep 2017 04:06:48 +0000 (21:06 -0700)
gst-libs/gst/audio/gstaudioaggregator.c

index 2bcf11d..20b486c 100644 (file)
@@ -1264,7 +1264,7 @@ gst_audio_aggregator_aggregate (GstAggregator * agg, gboolean timeout)
 
     g_assert (pad->priv->buffer);
 
-    /* This pad is lacking behind, we need to update the offset
+    /* This pad is lagging behind, we need to update the offset
      * and maybe drop the current buffer */
     if (pad->priv->output_offset < aagg->priv->offset) {
       gint64 diff = aagg->priv->offset - pad->priv->output_offset;