Hello, I would like to use the analog video input of my UDOO NEO board with gstreamer-imx. I installed it, following the instructions on: https://github.com/Freescale/gstreamer-imx/blob/master/docs/debian-ubuntu.md where the original source is: http://trac.gateworks.com/wiki/ventana/ubuntu#AddingGStreamerIPUVPUGPUsupportviagstreamer-imx I tried the following command: $ gst-launch-1.0 -v imxv4l2videosrc device=/dev/video0 imx-capture-mode=2 ! aasink (the option imx-capture-mode=2 sets up NTSC as input format and the aasink is the ASCII art video sink) But it does not work and I get the following error message: Setting pipeline to PAUSED ... ERROR: Pipeline doesn't want to pause. Setting pipeline to NULL ... Freeing pipeline ... Can anyone help me? Thanks a lot!