mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
audioaggregator: fix typo in comment
This commit is contained in:
parent
a2ce51984c
commit
64526327c9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue