summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-09-17 21:05:03 -0700
committerStefan Sauer <ensonic@users.sf.net>2017-09-17 21:06:48 -0700
commit64526327c9fa36d6311dd044c4a32eba6374216d (patch)
tree30c733a5e62fd916d7ccaff600ec28da381fda13
parenta2ce51984c5ceef49b6f043586246bc4c92ca160 (diff)
audioaggregator: fix typo in comment
-rw-r--r--gst-libs/gst/audio/gstaudioaggregator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/gstaudioaggregator.c b/gst-libs/gst/audio/gstaudioaggregator.c
index 2bcf11d3a..20b486cd7 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;