Example gstreamer pipeline to test LI-IMX219-MIPI-FF-NANO on the Jetson Nano?

Can one of you gstreamer gurus out there please post a simple pipeline for displaying live video from a Leapord Imaging LI-IMX219-MIPI-FF-NANO camera?

OK, this works:

gst-launch-1.0 nvarguscamerasrc ! ‘video/x-raw(memory:NVMM),width=1024, height=768, framerate=120/1, format=NV12’ ! nvvidconv flip-method=0 ! nvegltransform ! nveglglessink -e

This didn’t work for me - i get the following error on the nano:

gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM),width=1024, height=768, framerate=120/1, format=NV12' ! nvvidconv flip-method=0 ! nvegltransform ! nveglglessink -e

nvbuf_utils: Could not get EGL display connection
Setting pipeline to PAUSED …

Using winsys: x11
ERROR: Pipeline doesn’t want to pause.
Setting pipeline to NULL …
Freeing pipeline …