summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2019-04-23 14:54:03 +0300
committerTim-Philipp Müller <tim@centricular.com>2019-05-02 08:31:25 +0100
commit91e74fa9f6e79f03ea2042f5204ac2f8911b892c (patch)
treef8a8a98f72b0a85f8b8393bb093f0c628976abbf
parent91084561df9876c5074bf5f542eaea2d14622a25 (diff)
downloadgstreamer-91e74fa9f6e79f03ea2042f5204ac2f8911b892c.tar.gz
aggregator: Mark all public structs as Since: 1.14
-rw-r--r--libs/gst/base/gstaggregator.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/gst/base/gstaggregator.h b/libs/gst/base/gstaggregator.h
index bceaf308ca..1d4a1b624b 100644
--- a/libs/gst/base/gstaggregator.h
+++ b/libs/gst/base/gstaggregator.h
@@ -59,6 +59,8 @@ typedef struct _GstAggregatorPadPrivate GstAggregatorPadPrivate;
* @segment: last segment received.
*
* The implementation the GstPad to use with #GstAggregator
+ *
+ * Since: 1.14
*/
struct _GstAggregatorPad
{
@@ -83,6 +85,7 @@ struct _GstAggregatorPad
* Called before input buffers are queued in the pad, return %TRUE
* if the buffer should be skipped.
*
+ * Since: 1.14
*/
struct _GstAggregatorPadClass
{
@@ -137,6 +140,8 @@ gboolean gst_aggregator_pad_is_eos (GstAggregatorPad * pad);
* @segment: the output segment
*
* Aggregator base class object structure.
+ *
+ * Since: 1.14
*/
struct _GstAggregator
{
@@ -233,6 +238,8 @@ struct _GstAggregator
*
* Basically, a simple implementation will override @aggregate, and call
* _finish_buffer from inside that function.
+ *
+ * Since: 1.14
*/
struct _GstAggregatorClass {
GstElementClass parent_class;