Revert "meson: Force gstenum_h to be built when using gst_dep"
[platform/upstream/gstreamer.git] / gst / gstpluginfeature.h
index 08abb73..38a489d 100644 (file)
@@ -139,6 +139,10 @@ gboolean        gst_plugin_feature_check_version        (GstPluginFeature *featu
 gint            gst_plugin_feature_rank_compare_func    (gconstpointer p1,
                                                         gconstpointer p2);
 
+#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstPluginFeature, gst_object_unref)
+#endif
+
 G_END_DECLS