Enable video rotation for camera viewfinder
authorJussi Saavalainen <jussi.saavalainen@ixonos.com>
Thu, 25 Oct 2012 08:43:10 +0000 (11:43 +0300)
committerJussi Saavalainen <jussi.saavalainen@ixonos.com>
Thu, 25 Oct 2012 08:43:10 +0000 (11:43 +0300)
Turn on the rotation for vaapisink. Note that this will just
corrupt the image if the required driver and camera framework
changes are not present.

mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini
packaging/mmfw-sysconf-mfld-blackbay.changes

index 09717c0..fa7147c 100644 (file)
@@ -59,7 +59,7 @@ VideosinkElementNull = fakesink | 2,0 | qos,0 | sync,0
 UseVideoscale = 0
 VideoscaleElement = videoscale | 1,0 | method,1
 UseComplexVideosink = 1
-VideosinkDescription = vaapiupload direct-rendering=0 qos=false ! vaapisink qos=false sync=false
+VideosinkDescription = vaapiupload direct-rendering=0 qos=false ! vaapisink qos=false sync=false rotation=270 fullscreen=1
 
 [VideoEncoder]
 H263 = emulenc_h263 | 0,0
index 109ebd2..190a0bc 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Oct 25 2012 Jussi Saavalainen <jussi.saavalainen@ixonos.com> accepted/2.0_beta/20121010.211722@9070a4d
+- Enable video rotation for camera viewfinder
+
 * Tue Oct 09 2012 Jussi Saavalainen <jussi.saavalainen@ixonos.com> submit/2.0_beta/20121008.065443@aa9fb70
 - Switch camera framework to use vaapisink viewfinder