mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
vapostproc: don't chain up transform_meta()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2495>
This commit is contained in:
parent
b8c826afe3
commit
51e446345f
1 changed files with 1 additions and 2 deletions
|
@ -701,8 +701,7 @@ gst_va_vpp_transform_meta (GstBaseTransform * trans, GstBuffer * inbuf,
|
|||
else if (gst_meta_api_type_has_tag (info->api, META_TAG_VIDEO))
|
||||
return TRUE;
|
||||
|
||||
return GST_BASE_TRANSFORM_CLASS (parent_class)->transform_meta (trans, outbuf,
|
||||
meta, inbuf);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* Remove all the info for the cases when we can actually convert:
|
||||
|
|
Loading…
Reference in a new issue