mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
ef3f53428d
commit
1b30920464
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue