This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

J784S4XEVM: Gstreamer buffer metadata is not preserved

Part Number: J784S4XEVM

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?