Hi Yuri,
Thank you for your response, I wasn't aware of the Linux Docs.
After installing the latest version of the gstreamer imx plugins [1], I'm able to use a tee in gstreamer and sink to multiple v4l2looback devices [2].
This is the gstreamer pipeline:
gst-launch-1.0 imxv4l2videosrc device=/dev/video0 \
! tee name=tp
tp. \
! queue \
! v4l2sink device=/dev/video1
tp. \
! queue \
! v4l2sink device=/dev/video2
[1] Freescale/gstreamer-imx · GitHub
[2] umlaeute/v4l2loopback · GitHub
Regards,
Thomas