Subject: Fix the 'colcam scripts'

To use this patch, you will need a more or less clean
OSELAS.BSP-Phytec-phyCORE-11 BSP directory.

To apply this patch change into the OSELAS.BSP-Phytec-phyCORE-11 directory
and enter:
~/OSELAS.BSP-Phytec-phyCORE-11 $ patch -p1 < <this file>

Due to a typo in the gstreamer scripts mt9v022 cameras will show wrong or bad
colours.

Please apply this patch as the second one, if more than one patch for this
BSP release should exist.

Signed-off-by: Luotao Fu <lfu@pengutronix.de>
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>

Modified: OSELAS.BSP-Phytec-phyCORE-11/local_src/phycore-gst-examples-1.1.0/colcam-fbdev_240x320
===================================================================
--- OSELAS.BSP-Phytec-phyCORE-11/local_src/phycore-gst-examples-1.1.0/colcam-fbdev_240x320
+++ OSELAS.BSP-Phytec-phyCORE-11/local_src/phycore-gst-examples-1.1.0/colcam-fbdev_240x320
@@ -11,7 +11,7 @@
 gst-launch \
 	v4l2src ! \
 	video/x-raw-bayer$FRAME_SIZE ! \
-	bayer2rgb ! bg-first=false \
+	bayer2rgb bg-first=false ! \
 	ffmpegcolorspace ! \
 	videoscale ! \
 	video/x-raw-yuv,width=320,height=240 ! \

Modified: OSELAS.BSP-Phytec-phyCORE-11/local_src/phycore-gst-examples-1.1.0/colcam-fbdev_640x480
===================================================================
--- OSELAS.BSP-Phytec-phyCORE-11/local_src/phycore-gst-examples-1.1.0/colcam-fbdev_640x480
+++ OSELAS.BSP-Phytec-phyCORE-11/local_src/phycore-gst-examples-1.1.0/colcam-fbdev_640x480
@@ -11,7 +11,7 @@
 gst-launch \
 	v4l2src ! \
 	video/x-raw-bayer$FRAME_SIZE ! \
-	bayer2rgb ! bg-first=false \
+	bayer2rgb bg-first=false ! \
 	ffmpegcolorspace ! \
 	videoscale ! \
 	video/x-raw-rgb,width=640,height=480 ! \

