summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2019-04-23 14:52:28 +0300
committerTim-Philipp Müller <tim@centricular.com>2019-05-01 18:00:19 +0100
commiteb2abb1dc37fdabbd2cab127c6a980680a45ce12 (patch)
treead3bc43102906e52a8bf2e4c868158fd02d63c17
parent75f519eee837b140e243733f2260c7aeccfc6069 (diff)
downloadgstreamer-plugins-base-eb2abb1dc37fdabbd2cab127c6a980680a45ce12.tar.gz
audioaggregator: Add Since: 1.14 markers to all public structs
-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;