I want to create a gstreamer plugin with video/x-raw(memory:NVMM) output. Is there a sample code for handleing this?
I don’t know how to output this DMA buffer within gstreamer. However, I found the nvvidconv gstreamer pulgin has output as video/x-raw(memort:NVMM) format. So could I have some suggestion?
I downloaded the deepstream6.0 and cannot find the nvvideoconvert in gst-plugins.
I want to see the source code of nvvideoconvert or nvvidconv. Can you please tell me where these code suppose to be?