aboutsummaryrefslogtreecommitdiff
path: root/gst/gstcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstcompat.h')
-rw-r--r--gst/gstcompat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstcompat.h b/gst/gstcompat.h
index a35c6ce..97728f4 100644
--- a/gst/gstcompat.h
+++ b/gst/gstcompat.h
@@ -56,6 +56,8 @@ G_BEGIN_DECLS
#define gst_adapter_prev_timestamp gst_adapter_prev_pts
+#define gst_tag_list_free(taglist) gst_tag_list_unref(taglist)
+
#ifndef GST_DISABLE_DEPRECATED
#endif /* not GST_DISABLE_DEPRECATED */