audioaggregator: Add Since: 1.14 markers to all public structs

This commit is contained in:
Sebastian Dröge 2019-04-23 14:52:28 +03:00 committed by Sebastian Dröge
parent 53416af4f0
commit e96d105e8d

View file

@ -62,6 +62,8 @@ typedef struct _GstAudioAggregatorPadPrivate GstAudioAggregatorPadPrivate;
* @info: The audio info for this pad set from the incoming caps * @info: The audio info for this pad set from the incoming caps
* *
* The default implementation of GstPad used with #GstAudioAggregator * The default implementation of GstPad used with #GstAudioAggregator
*
* Since: 1.14
*/ */
struct _GstAudioAggregatorPad struct _GstAudioAggregatorPad
{ {
@ -82,6 +84,8 @@ struct _GstAudioAggregatorPad
* @convert_buffer: Convert a buffer from one format to another. * @convert_buffer: Convert a buffer from one format to another.
* @update_conversion_info: Called when either the input or output * @update_conversion_info: Called when either the input or output
* formats have changed. * formats have changed.
*
* Since: 1.14
*/ */
struct _GstAudioAggregatorPadClass struct _GstAudioAggregatorPadClass
{ {
@ -122,6 +126,8 @@ typedef struct _GstAudioAggregatorConvertPadPrivate GstAudioAggregatorConvertPad
* An implementation of GstPad that can be used with #GstAudioAggregator. * An implementation of GstPad that can be used with #GstAudioAggregator.
* *
* See #GstAudioAggregator for more details. * See #GstAudioAggregator for more details.
*
* Since: 1.14
*/ */
struct _GstAudioAggregatorConvertPad struct _GstAudioAggregatorConvertPad
{ {
@ -136,6 +142,7 @@ struct _GstAudioAggregatorConvertPad
/** /**
* GstAudioAggregatorConvertPadClass: * GstAudioAggregatorConvertPadClass:
* *
* Since: 1.14
*/ */
struct _GstAudioAggregatorConvertPadClass struct _GstAudioAggregatorConvertPadClass
{ {
@ -164,6 +171,8 @@ GType gst_audio_aggregator_convert_pad_get_type (void);
* @current_caps: The caps set by the subclass * @current_caps: The caps set by the subclass
* *
* GstAudioAggregator object * GstAudioAggregator object
*
* Since: 1.14
*/ */
struct _GstAudioAggregator struct _GstAudioAggregator
{ {
@ -185,6 +194,8 @@ struct _GstAudioAggregator
* buffer. The in_offset and out_offset are in "frames", which is * buffer. The in_offset and out_offset are in "frames", which is
* the size of a sample times the number of channels. Returns TRUE if * the size of a sample times the number of channels. Returns TRUE if
* any non-silence was added to the buffer * any non-silence was added to the buffer
*
* Since: 1.14
*/ */
struct _GstAudioAggregatorClass { struct _GstAudioAggregatorClass {
GstAggregatorClass parent_class; GstAggregatorClass parent_class;