From 77429408e74520199433f0b7883b0354db618c40 Mon Sep 17 00:00:00 2001 From: Marko Ollonen Date: Thu, 13 Sep 2012 15:05:39 +0300 Subject: [PATCH] camcorder:use ximagesink to get mm_camcorder_testsuite to work. Change-Id: Ib3b03965536a63cfa331b30459c3d7122fdcdfff --- mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini b/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini index 958ac04..e192e17 100644 --- a/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini +++ b/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini @@ -51,8 +51,8 @@ DisplayDevice = 0 || 0 ; Videosink ;;; 0: X surface, 1: Evas surface, 2: GL surface, 3: NULL surface Videosink = 0,1,3 || 0 -;VideosinkElementX = ximagesink | 4,0 | force-aspect-ratio,1 | handle-events,1 | qos,0 | sync,0 -VideosinkElementX = xvimagesink | 5,0 | draw-borders,0 | force-aspect-ratio,0 | enable-last-buffer,0 | qos,0 | sync,0 +VideosinkElementX = ximagesink | 4,0 | force-aspect-ratio,1 | handle-events,1 | qos,0 | sync,0 +;VideosinkElementX = xvimagesink | 5,0 | draw-borders,0 | force-aspect-ratio,0 | enable-last-buffer,0 | qos,0 | sync,0 VideosinkElementEvas = evasimagesink | 0,0 ;VideosinkElementGL = glimagesink | 0,0 VideosinkElementNull = fakesink | 2,0 | qos,0 | sync,0 -- 2.7.4