From 265ac95553efb81d8e7f56844b65bffa12ae0137 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 11 Sep 2015 12:21:50 +0200 Subject: [PATCH] aggregator: Document that get_next_time() should return running time https://bugzilla.gnome.org/show_bug.cgi?id=753196 --- libs/gst/base/gstaggregator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstaggregator.h b/libs/gst/base/gstaggregator.h index 9401d0c..8eda7dc 100644 --- a/libs/gst/base/gstaggregator.h +++ b/libs/gst/base/gstaggregator.h @@ -188,7 +188,7 @@ struct _GstAggregator * The subclass should get ready to process * aggregated buffers. * @get_next_time: Optional. - * Called when the element needs to know the time of the next + * Called when the element needs to know the running time of the next * rendered buffer for live pipelines. This causes deadline * based aggregation to occur. Defaults to returning * GST_CLOCK_TIME_NONE causing the element to wait for buffers -- 2.7.4