Nvbuf_utils: nvbuffer Payload Type not supported

Hello,
I run 2 gstreamer pipeline simultaneously,As follows:

`v4l2src device=/dev/video0 io-mode=4   ! video/x-raw, format=UYVY,width=736,height=288,framerate=50/1  ! nvvidconv ! video/x-raw(memory:NVMM), format=I420, width=736, height=288,framerate=50/1   !  nvvidconv  name=mysource ! video/x-raw,format=I420, width=736, height=288,framerate=50/1  ! nvvidconv  ! video/x-raw(memory:NVMM), width=736, height=288, format=I420, framerate=50/1 ! omxh264enc ! rtph264pay name=pay0 pt=96 config-interval=1 ! udpsink host=10.42.0.158 port=5000`

and

 ` v4l2src device=/dev/video1 io-mode=2   ! video/x-raw, format=UYVY,width=1920,height=1080,framerate=30/1  ! nvvidconv ! video/x-raw(memory:NVMM), format=I420, width=1920, height=1080,framerate=30/1   !  nvvidconv  name=mysource ! video/x-raw,format=I420, width=1920, height=1080,framerate=30/1  ! nvvidconv  ! video/x-raw(memory:NVMM), width=1920, height=1080, format=I420, framerate=30/1 ! omxh264enc ! rtph264pay name=pay0 pt=96 config-interval=1 ! udpsink host=10.42.0.158 port=5002`

when ,run the app i face with this error::

nvbuf_utils: nvbuffer Payload Type not supported
nvbuf_utils: nvbuffer Payload Type not supported
Segmentation fault (core dumped)

please guide me!!
thanks alot.

Hi,
We are deprecating omx plugins. Please refer to 5.12 in release notes.
Suggest try nvv4l2h264enc.