aggregator: define autoptr cleanup functions
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 20 Sep 2018 14:22:14 +0000 (16:22 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 20 Sep 2018 14:22:17 +0000 (16:22 +0200)
libs/gst/base/gstaggregator.h

index e404326..5045836 100644 (file)
@@ -359,4 +359,9 @@ GstClockTime    gst_aggregator_simple_get_next_time (GstAggregator
 
 G_END_DECLS
 
+#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAggregator, gst_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAggregatorPad, gst_object_unref)
+#endif
+
 #endif /* __GST_AGGREGATOR_H__ */