audioaggregator: fix typo in comment

This commit is contained in:
Stefan Sauer 2017-09-17 21:05:03 -07:00
parent a2ce51984c
commit 64526327c9

View 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;