From ceee4db9d0265ac8cf311ce2a04cbbf1ee1ca4ef Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sun, 17 Sep 2017 21:05:03 -0700 Subject: [PATCH] audioaggregator: fix typo in comment --- gst-libs/gst/audio/gstaudioaggregator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/audio/gstaudioaggregator.c b/gst-libs/gst/audio/gstaudioaggregator.c index 2bcf11d..20b486c 100644 --- a/gst-libs/gst/audio/gstaudioaggregator.c +++ b/gst-libs/gst/audio/gstaudioaggregator.c @@ -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; -- 2.7.4