va: basetransform: Add autoptr clean up function.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2495>
This commit is contained in:
Víctor Manuel Jáquez Leal 2021-09-09 18:26:56 +02:00
parent ef3f53428d
commit 1b30920464

View file

@ -87,4 +87,6 @@ GstFlowReturn gst_va_base_transform_import_buffer (GstVaBaseTransform *
GstBuffer * inbuf,
GstBuffer ** buf);
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVaBaseTransform, gst_object_unref)
G_END_DECLS