diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2021-08-23 10:40:32 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2021-09-10 10:52:13 +0200 |
commit | 51e446345f2de4f8d8ba4537e9b4d1aa9cdff916 (patch) | |
tree | a060839ca4049a16b1047d6e1f52e581562581ca /sys | |
parent | b8c826afe33d38188210ee77b85530e364b85fdb (diff) |
vapostproc: don't chain up transform_meta()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2495>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/va/gstvavpp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/va/gstvavpp.c b/sys/va/gstvavpp.c index 9fef7f51c..1e43bace3 100644 --- a/sys/va/gstvavpp.c +++ b/sys/va/gstvavpp.c @@ -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: |