From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A2D0EE0055C for ; Wed, 20 Nov 2013 04:51:47 -0800 (PST) Received: by mail-la0-f54.google.com with SMTP id ev20so7331411lab.13 for ; Wed, 20 Nov 2013 04:51:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=FmnWWKOLHudv/Ee7o5XssG0pUAhYQ/WZ1fMV/+f1F1k=; b=hCi05vvsM62piu6cNuuGZ3gZQgxQmtTNZQ76cRUrkgD8RBKl84QxL2chuMo72+Cgau uiACPmBMzr7rpJtwdh/HooShSyXD4Ksl+TCeIjhlaisIQ/CidnUXHFn84DK6ey2iRVUY JOllpsXgtJzs45IuG9lDBBSqZhkmcIcWiqI6TVLF4R2y9M0ckNBYO2tiPcB/HiL6beyX oagQQgKortjL3a/D/JguHgx3uE5ce0EsL9JO5+CscgAf2KI5tiHciSjVqdX1FJUzgpPl DUVgN90YxUIdPQrKpT5w+hbOX34sa0NTsC1ZAKCYNPmYNyk9WqR0DoxoQ/n4TkEDO6Eh n04A== X-Received: by 10.112.144.105 with SMTP id sl9mr263117lbb.37.1384951905800; Wed, 20 Nov 2013 04:51:45 -0800 (PST) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id xc10sm19459775lbb.6.2013.11.20.04.51.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Nov 2013 04:51:43 -0800 (PST) Message-ID: <528CB05D.6070809@gmail.com> Date: Wed, 20 Nov 2013 14:51:41 +0200 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: mfw_isink vssconfig X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 12:51:48 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I was playing with mfw_isink for a while and had few problems, but seems like they can be fixed by modifying vssconfig file. By default in /usr/share/vssconfig (which is provided by gst-fsl-plugins) fb_num value is 1. Setting this value to 2 makes mfw_isink work. I am no graphics expert, so this must be tested with x11 and qt, but I guess this should be the default value, because then gstreamer isink works out of the box. This is in dora branch with imx53qsb (not sure about imx6). What do you think, can someone test this? $ export VSALPHA=1 $ gst-launch mfw_v4lsrc ! mfw_isink