Dear Yuri,
Thank you for your reply.
As I check with gst-inspect.
$ gst-inspect-1.0 imxv4l2src > imxv4l2src.txt
not support MJPG
$ gst-inspect-1.0 v4l2src > v4l2src.txt
support MJPG
$ gst-inspect-1.0 imxv4l2sink > imxv4l2sink.txt
not support MJPG
$ gst-inspect-1.0 v4l2sink > v4l2sink.txt
not support MJPG
$ gst-launch-1.0 --gst-debug-level=4 v4l2src device=/dev/video0 ! 'video/x-raw.formatMJPG' ! v4l2sink
could not link v4l2src0 to v4l2sink0
gst-launch_01.txt
$ gst-launch-1.0 --gst-debug-level=4 v4l2src device=/dev/video0 ! 'video/x-raw.formatMJPG' ! imxv4l2sink
could not link v4l2src0 to imxv4l2sink0
gst-launch_02.txt
I will attach files about result.
What is your recommend about it ?
Thank you !!