GSTMETA is removed when some elements are used.
kgopelo99
kgopelo at apmworx.co.za
Mon Nov 25 15:36:07 UTC 2019
I am trying to add metadata based on
https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/allocation.html?gi-language=c#gstmeta
<https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/allocation.html?gi-language=c#gstmeta>
that will be passed throughout the pipeline i.e
appsrc->jpegparse->queue->nvv4l2decoder->nvstreammux->nvinfer->appsink but
the metadata is not found in the sink of the appsink.
But if I have this pipeline appsrc->jpegparse->queue->appsink I can get the
metadata. But If I replace queue with jpegdec, I cannot get the metadata.
Does some elements remove the GSTMETA?
How can I tackle this.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list