From 3793bb8ad98ce955f64c3b9f821e0cb12fb4b013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 31 Dec 2014 12:35:06 +0000 Subject: [PATCH] aggregator: fix up some docs comments in header --- libs/gst/base/gstaggregator.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/gst/base/gstaggregator.h b/libs/gst/base/gstaggregator.h index 6e9a3efbb5..049bbfee98 100644 --- a/libs/gst/base/gstaggregator.h +++ b/libs/gst/base/gstaggregator.h @@ -124,9 +124,10 @@ GstBuffer * gst_aggregator_pad_get_buffer (GstAggregatorPad * pad); /** * GstAggregator: - * @aggregator_pads: #GList of #GstAggregatorPad managed by this #GstAggregator. + * @srcpad: the aggregator's source pad + * @segment: the output segment * - * Collectpads object. + * Aggregator base class object structure. */ struct _GstAggregator { @@ -181,12 +182,11 @@ struct _GstAggregator * of. Once / if a buffer has been constructed from the * aggregated buffers, the subclass should call _finish_buffer. * @stop: Optional. - * Should be linked up first. Called when the - * element goes from PAUSED to READY. The subclass should free - * all resources and reset its state. + * Called when the element goes from PAUSED to READY. + * The subclass should free all resources and reset its state. * @start: Optional. - * Should be linked up first. Called when the element goes from - * READY to PAUSED. The subclass should get ready to process + * Called when the element goes from READY to PAUSED. + * 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