aggregator: fix typo in docs
authorTim-Philipp Müller <tim@centricular.com>
Sat, 5 Jan 2019 18:55:12 +0000 (18:55 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 5 Jan 2019 18:55:12 +0000 (18:55 +0000)
libs/gst/base/gstaggregator.c

index 10d5caf..7fff0f7 100644 (file)
@@ -3203,7 +3203,7 @@ gst_aggregator_get_allocator (GstAggregator * self,
  *
  * This is a simple #GstAggregator::get_next_time implementation that
  * just looks at the #GstSegment on the srcpad of the aggregator and bases
- * the next time on the running there there.
+ * the next time on the running time there.
  *
  * This is the desired behaviour in most cases where you have a live source
  * and you have a dead line based aggregator subclass.