gst: Add support for g_autoptr(GstPromise)
authorNiels De Graef <niels.degraef@barco.com>
Wed, 8 May 2019 10:11:50 +0000 (12:11 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 7 Aug 2019 12:53:41 +0000 (13:53 +0100)
gst/gstpromise.h

index eaf1e95..a09cc4f 100644 (file)
@@ -124,6 +124,10 @@ gst_promise_unref (GstPromise * promise)
   gst_mini_object_unref (GST_MINI_OBJECT_CAST (promise));
 }
 
+#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstPromise, gst_promise_unref)
+#endif
+
 G_END_DECLS
 
 #endif /* __GST_PROMISE_H__ */