From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 636FFE015A4 for ; Mon, 16 Sep 2013 17:23:10 -0700 (PDT) Received: by mail-pa0-f48.google.com with SMTP id kp13so6002722pab.21 for ; Mon, 16 Sep 2013 17:23:10 -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=y8F5gUZbB+rvfX7ansG9svyNsSn2SUbQUSnankW1+KM=; b=klxzAab0AKOH/B0jOMljNHc65Cp5323njg/nR/chaB2fGvZu52KQ7Q4DLFgd+f2MZc 8FM54Svh85Z48DMGL6LWinz5VBDVIsyOAsRmPH1YG7fPzkjD+/gaRGJr9B6scSiobzrK jD82t2hA24e57Rbe3ClNEPG5P3U4sXbgL0Oh4UiNqsqeCJYW/FjSxD7c3qJkdd6ZQG73 r0cb0R4uct7RWw5NJCL5Hdm9m/LJb6bMvJIC6APtOejDV+Z4IAzYNm9tCfJoraMOXHB9 rigfg83I/itQWTxyKVChtbrbuhy8yDMeSZhfOPTgBeVTizlOcuCNb/np/agrGWg7lBsa 4kuA== X-Gm-Message-State: ALoCoQmrVfoG6VVlAuU9MygjY/aNEeBOIV/5j/vldEtSAVQDUkBuZr0clnPMrusIBIUJxtkCBvab X-Received: by 10.68.135.35 with SMTP id pp3mr36348pbb.190.1379377390032; Mon, 16 Sep 2013 17:23:10 -0700 (PDT) Received: from [192.168.0.15] ([70.96.116.236]) by mx.google.com with ESMTPSA id l8sm3026493pbl.22.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 17:23:09 -0700 (PDT) Message-ID: <5237A0E9.2060006@boundarydevices.com> Date: Mon, 16 Sep 2013 17:23:05 -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> 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 00:23:11 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 09/16/2013 02:19 PM, Otavio Salvador wrote: > On Mon, Sep 16, 2013 at 5:34 PM, Dennis Han wrote: >> I tested you patch more detail and found a problem. >> >> In brief. >> >> 1. With original value >> IC_RSZ_MAX_RESIZE_RATIO = 0x00004000 >>>> it's OK >> >> >> 2. With a new value >> IC_RSZ_MAX_RESIZE_RATIO = 0x00002000 >>>> center pixels are overlapping >> >> >> I think this patch has to be ignored. > > Good for testing and letting us know about the result. Eric, does it > also fails for you? > The re-sizing patch did nothing for me, while our patch fixed the issue playing the file in both qtmediaplayer and gst-launch/playbin2. I'm not testing with qt-in-use-image, but another qt4e image with a patched-up 4.0.0 kernel. This makes sense because the video is 1280x720 and the display is also 1280x720. Dennis, is this your screen resolution? Please advise, Eric