Initially I was following the quick start guide for the MINISASTOCSI. In this guide they indicated to run the alternate .dtb listed in the document. https://www.nxp.com/docs/en/application-note/AN12187.pdf
The real issue appears to be the gstreamer pipeline command. The one listed in the document is what returns the warning output I provided. When I run the one suggested this works. May be good to update that document.
Here is my terminal output showing the kernel version I am using along with responses to both gstreamer commands for reference.
root@imx8mqevk:~# uname -r
4.9.88-imx_4.9.88_2.0.0_ga+g5e23f9d
root@imx8mqevk:~# gst-launch-1.0 v412src ! video/x-raw,width=640,height=480 ! kmssink
WARNING: erroneous pipeline: no element "v412src"
root@imx8mqevk:~# gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=640,height=480,framerate=30/1' ! kmssink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Thanks,
Shawn