mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
aggregator: fix up some docs comments in header
This commit is contained in:
parent
7b282513f3
commit
d0068899bf
1 changed files with 7 additions and 7 deletions
|
@ -124,9 +124,10 @@ GstBuffer * gst_aggregator_pad_get_buffer (GstAggregatorPad * pad);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstAggregator:
|
* 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
|
struct _GstAggregator
|
||||||
{
|
{
|
||||||
|
@ -181,12 +182,11 @@ struct _GstAggregator
|
||||||
* of. Once / if a buffer has been constructed from the
|
* of. Once / if a buffer has been constructed from the
|
||||||
* aggregated buffers, the subclass should call _finish_buffer.
|
* aggregated buffers, the subclass should call _finish_buffer.
|
||||||
* @stop: Optional.
|
* @stop: Optional.
|
||||||
* Should be linked up first. Called when the
|
* Called when the element goes from PAUSED to READY.
|
||||||
* element goes from PAUSED to READY. The subclass should free
|
* The subclass should free all resources and reset its state.
|
||||||
* all resources and reset its state.
|
|
||||||
* @start: Optional.
|
* @start: Optional.
|
||||||
* Should be linked up first. Called when the element goes from
|
* Called when the element goes from READY to PAUSED.
|
||||||
* READY to PAUSED. The subclass should get ready to process
|
* The subclass should get ready to process
|
||||||
* aggregated buffers.
|
* aggregated buffers.
|
||||||
* @get_next_time: Optional.
|
* @get_next_time: Optional.
|
||||||
* Called when the element needs to know the time of the next
|
* Called when the element needs to know the time of the next
|
||||||
|
|
Loading…
Reference in a new issue