Hello Chatty,
git clone git://github.com/Freescale/gstreamer-imx.git
To configure , first set the following environment variables to whatever is necessary for cross compilation for your platform:
CCCFLAGSLDFLAGSPKG_CONFIG_PATHPKG_CONFIG_SYSROOT_DIR
Then, run:
./waf configure --prefix=PREFIX --kernel-headers=KERNEL-HEADER-PATH
Once configuration is complete, run:
./waf
This builds the plugins. Finally, to install, run:
./waf install
Regards