From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5CC8AE00476 for ; Mon, 25 Nov 2013 02:44:53 -0800 (PST) Received: by mail-lb0-f176.google.com with SMTP id x18so2974652lbi.7 for ; Mon, 25 Nov 2013 02:44:52 -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:references :in-reply-to:content-type:content-transfer-encoding; bh=jVmu/d0KWmtCB1ptyux2D0jb/1rMD+GqWEQDEFKPVuw=; b=XBY3P09uD/tZRjXxIFDFFZbmQKIByMSt+1I5VlsFUVak0mjubk7zPFQQLIXDoLge6E lxLmLSVUyZQ2CdM7EMMopoON43gHHORwt3Hs2hlwuV7Pm97K6+/oyx+xOL2fFaIj/L3r SGvwE10yOBDCZioOmP/rRDIU12XcLhMQxAIOH86nDCW6YO0LKJ9DbasIVUPwFDI/QH4q jZYsVfEk7qYxMqeMhLN+fR0XDZEDTW35ST24glhXIdFDEf9/yPm7UfNABGXRU+WsRORt xzGVoasqumm0SAjxiB6nZ78atDhxzzt/YakQ1OtUmuJ9FjwoZYkHoMOMUWOETbzcQ4n+ kcig== X-Received: by 10.152.23.39 with SMTP id j7mr1347801laf.28.1385376292848; Mon, 25 Nov 2013 02:44:52 -0800 (PST) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id o1sm52624854lah.8.2013.11.25.02.44.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Nov 2013 02:44:51 -0800 (PST) Message-ID: <52932A21.9050007@gmail.com> Date: Mon, 25 Nov 2013 12:44:49 +0200 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" References: <528CB05D.6070809@gmail.com> In-Reply-To: <528CB05D.6070809@gmail.com> Subject: Re: 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: Mon, 25 Nov 2013 10:44:59 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/20/2013 02:51 PM, Janis Coders wrote: > 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 Just sent a patch for this fix. This is my first patch and I hope I got it all right - I am not sure what's the correct procedure. Waiting for comments :)