audioaggregator: Add Since: 1.14 markers to all public structs
authorSebastian Dröge <sebastian@centricular.com>
Tue, 23 Apr 2019 11:52:28 +0000 (14:52 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 6 Aug 2019 23:12:35 +0000 (00:12 +0100)
gst-libs/gst/audio/gstaudioaggregator.h

index aa07f6d..2e97631 100644 (file)
@@ -62,6 +62,8 @@ typedef struct _GstAudioAggregatorPadPrivate GstAudioAggregatorPadPrivate;
  * @info: The audio info for this pad set from the incoming caps
  *
  * The default implementation of GstPad used with #GstAudioAggregator
+ *
+ * Since: 1.14
  */
 struct _GstAudioAggregatorPad
 {
@@ -82,6 +84,8 @@ struct _GstAudioAggregatorPad
  * @convert_buffer: Convert a buffer from one format to another.
  * @update_conversion_info: Called when either the input or output
  *  formats have changed.
+ *
+ * Since: 1.14
  */
 struct _GstAudioAggregatorPadClass
   {
@@ -122,6 +126,8 @@ typedef struct _GstAudioAggregatorConvertPadPrivate GstAudioAggregatorConvertPad
  * An implementation of GstPad that can be used with #GstAudioAggregator.
  *
  * See #GstAudioAggregator for more details.
+ *
+ * Since: 1.14
  */
 struct _GstAudioAggregatorConvertPad
 {
@@ -136,6 +142,7 @@ struct _GstAudioAggregatorConvertPad
 /**
  * GstAudioAggregatorConvertPadClass:
  *
+ * Since: 1.14
  */
 struct _GstAudioAggregatorConvertPadClass
 {
@@ -164,6 +171,8 @@ GType gst_audio_aggregator_convert_pad_get_type           (void);
  * @current_caps: The caps set by the subclass
  *
  * GstAudioAggregator object
+ *
+ * Since: 1.14
  */
 struct _GstAudioAggregator
 {
@@ -185,6 +194,8 @@ struct _GstAudioAggregator
  *  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
  *  any non-silence was added to the buffer
+ *
+ * Since: 1.14
  */
 struct _GstAudioAggregatorClass {
   GstAggregatorClass   parent_class;