projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0a2a9
)
audioaggregator: fix typo in comment
author
Stefan Sauer
<ensonic@users.sf.net>
Mon, 18 Sep 2017 04:05:03 +0000
(21:05 -0700)
committer
Stefan Sauer
<ensonic@users.sf.net>
Mon, 18 Sep 2017 04:06:48 +0000
(21:06 -0700)
gst-libs/gst/audio/gstaudioaggregator.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/audio/gstaudioaggregator.c
b/gst-libs/gst/audio/gstaudioaggregator.c
index
2bcf11d
..
20b486c
100644
(file)
--- 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 la
ck
ing behind, we need to update the offset
+ /* This pad is la
gg
ing 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;