summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/audio/gstaudioaggregator.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gst-libs/gst/audio/gstaudioaggregator.h b/gst-libs/gst/audio/gstaudioaggregator.h
index ccc46dd27..b3502f891 100644
--- a/gst-libs/gst/audio/gstaudioaggregator.h
+++ b/gst-libs/gst/audio/gstaudioaggregator.h
@@ -63,6 +63,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
{
@@ -123,6 +127,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
{
@@ -137,6 +143,7 @@ struct _GstAudioAggregatorConvertPad
/**
* GstAudioAggregatorConvertPadClass:
*
+ * Since: 1.14
*/
struct _GstAudioAggregatorConvertPadClass
{
@@ -167,6 +174,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
{
@@ -187,6 +196,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;