Tool/software:
We have noticed that TI gstreamer elements(like tiovxldc) are not preserving GstMeta attached to the buffer.
We attach GstMeta to the buffers using:
gst_buffer_add_reference_timestamp_meta
gst_buffer_add_custom_meta
And after tiovxldc elements the newly created buffer are missing metadata. Other Gstreamer elements correctly copy the metadata to newly created buffers, e.g. the v4l2h265enc that also utilizes the TI hardware, do not have this issue.
Can you add the possibility of preserving custom metadata added to the GstBuffer?