From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E9CACE00786; Tue, 23 Sep 2014 12:39:56 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (richardcochran[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.179 listed in list.dnswl.org] Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CCE68E0034C for ; Tue, 23 Sep 2014 12:39:51 -0700 (PDT) Received: by mail-we0-f179.google.com with SMTP id u56so5089864wes.10 for ; Tue, 23 Sep 2014 12:39:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Wn0giuEH8+9VB0ng/FRGTZx615cFjZ2Lgb2mTuj9tUs=; b=MpHeVSWA1Se02Uk1eLzBoIk0x7MxtdzFpWksZmL1cyhZ1Z3mZInCa0dhSawTSQyuPb udSCOcZYt6jzBQabGuPEGA1GMFvwE7GnV1k9wfqFoQJzXf813iyGHLkhxE3qu8HjDCFl Ds7WXUNNIZorWz9RCpOGHXiJ1QChJTf+5bF5NKLnn/Yu2KWQzCISPtj5/hD3u1TdzxMZ HLveBZHyXxqB1WNS1T565RGuCE+xHofDg4MftkLqvxa0Qoqsu+nX6pTlABBVKzRML46K WIXpnoAm8iwQAWZJp9oqoG0/Z1mXCo5gbaaJEIqTqzB1UJJ10za24k5tBHAqcXC6HnZt Ysng== X-Received: by 10.180.182.12 with SMTP id ea12mr25834601wic.21.1411501190542; Tue, 23 Sep 2014 12:39:50 -0700 (PDT) Received: from netboy (188-22-22-159.adsl.highway.telekom.at. [188.22.22.159]) by mx.google.com with ESMTPSA id q3sm3362163wia.14.2014.09.23.12.39.48 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 23 Sep 2014 12:39:49 -0700 (PDT) Date: Tue, 23 Sep 2014 21:39:46 +0200 From: Richard Cochran To: Carlos Rafael Giani Message-ID: <20140923193946.GF24931@netboy> References: <20140923181351.GA24931@netboy> <608A2425-9B3C-41F5-92A4-F3F408F8A683@tekmagic.net> <5421C23B.30803@habeyusa.com> <20140923190600.GB24931@netboy> <5421C6E2.9040202@pseudoterminal.org> <20140923192332.GD24931@netboy> <5421CA09.6030806@pseudoterminal.org> MIME-Version: 1.0 In-Reply-To: <5421CA09.6030806@pseudoterminal.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: meta-freescale@yoctoproject.org Subject: Re: imx6: webkit html5 video with hardware acceleration 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, 23 Sep 2014 19:39:57 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 23, 2014 at 09:29:13PM +0200, Carlos Rafael Giani wrote: > When I get the time, I'll try again, and see if gstreamer-imx is > being used for decoding. With any luck, I'll be able to see any > frames. You can try this: in Yocto, first build gstreamer 1.0 (and > -base/good/bad/ugly) explicitely. ... > *Then*, try to build WebKit. Thanks for the tip. Maybe I'll give it a try. [ This is just the kind of manual bitbake tinkering that makes the FSL Yocto such a joy to work with. ] However, I won't be betting that gstreamer 1.0 will somehow work better. After all, webkit copies into its Cairo drawable in the sink. That alone will cause a too high CPU load with a full screen video. Thanks, Richard