NVDS_GST_META_FRAME is not defined by DeepStream. So it is your customized meta data. nvvideoconvert will not remove it. You need to check you own implementation of the whole meta interfaces.
No, Take this pipeline
appsrc->nvjpegdec->nvvideoconvert->nvstreammux->nvinfer->appsink
if I attacj a probe on src/sink of nvjpegdec, I get the meta. If I probe on sink of nvvideoconvert I get the meta. But if I probe src of nvvideoconvert or anything after my meta is gone.
I’ve tested with the modified the deepstream-gst-metadata-test sample to test your case. The customized nvdsmeta can be retrieved correctly after nvvideoconvert.