From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 30BB0E013D6 for ; Tue, 17 Sep 2013 06:31:52 -0700 (PDT) Received: by mail-pb0-f49.google.com with SMTP id xb4so5479860pbc.8 for ; Tue, 17 Sep 2013 06:31:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=F3RBB1pu75r2q8gCOzBDvFP6M94HA8XiyAouSKbGMJE=; b=ZvHONOVLfwWkTtM7983d2tv/bMex2CmNCBDWlPSl2pnYknUq6ubNfZGt96Q0rtQ0Qx 7GEoilKP943quJp06FKnOGG3n7dyF9eIobqw7dEpJ4QpqfsTidUxcpPCVLkehy/Xg2F3 wYsB6Pr6Z96k9eDCczqiMsfB9DN/BTAOBg9hBL5LzUO4PQfcnhh/6Be3rxQo+4MTTay6 V9TRr4Wrp0ZQn5wD2jPs0KfotidcyX1xd6shq+XO+8tYxQ3eFDGvVXaAduQ3LxJs2cSu Cl3MQ4KDNVN20y4RqTGdRoZyBYwyF7a5oWxK5Y0oiehYPXBkb+Qq43BH60dRluVlgrjC IWRg== X-Gm-Message-State: ALoCoQnEm9AoYQs/opCmf2E6jUhlbgC3SXakSWcM7vRvL4tybBzbWNq/QOdC77pN2kOcNvT1zwGm X-Received: by 10.68.251.133 with SMTP id zk5mr6907313pbc.69.1379424712040; Tue, 17 Sep 2013 06:31:52 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id ye1sm46036557pab.19.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Sep 2013 06:31:50 -0700 (PDT) Message-ID: <523859C3.9080303@boundarydevices.com> Date: Tue, 17 Sep 2013 06:31:47 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Otavio Salvador References: <44DF7CDEDF8FFF4BB93AB22C1AA1823B93A297@039-SN2MPN1-021.039d.mgd.msft.net> <000401ceb2a4$5d8a2bc0$189e8340$@freescale.com> <5237A0E9.2060006@boundarydevices.com> <5237A440.5020903@boundarydevices.com> In-Reply-To: Cc: Sandoval Gonzalez Leonardo-B42214 , "meta-freescale@yoctoproject.org" Subject: Re: gstreamer strange distorted image. 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: Tue, 17 Sep 2013 13:31:55 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 09/16/2013 06:47 PM, Otavio Salvador wrote: > On Mon, Sep 16, 2013 at 9:37 PM, Eric Nelson > wrote: >> On 09/16/2013 05:23 PM, Eric Nelson wrote: >>> >>> On 09/16/2013 02:19 PM, Otavio Salvador wrote: >>>> >>>> On Mon, Sep 16, 2013 at 5:34 PM, Dennis Han wrote: >>>> >> Our patch circumvents code elsewhere in the V4L2 >> driver that appears to be an optimization for the >> case where the YUV plane can be output directly and >> the display can somehow do the conversion. >> >> https://github.com/boundarydevices/linux-imx6/commit/c4eb189e1cae98c5535c0a26e859a010b0c70510 > > Shouldn't 'g_fb_setting[i].disp_support_csc' be fixed to properly return 0? > It seems that I got tired or hungry when walking this backward from the decision to skip color-space conversion ;) Thanks for pointing this out.