Decoder performance: gstreamer (nvv4l2decoder) vs ffmpeg (h264_nvv4l2dec)

Hi,
The hardware-decoded frame data is in NvBuffer and for working with ffmpeg frameworks, have to copy frame data from NvBuffer to CPU buffer. For optimal solution, we would suggest use gstreamer or jetson_multimedia_api. You can directly access the buffers through NvBuffer APIs to have data in NvBuffer from head to tail, to eliminate the memory copy.