From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AAC9AE00786; Tue, 23 Sep 2014 13:13:10 -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.46 listed in list.dnswl.org] Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 17C34E0034C for ; Tue, 23 Sep 2014 13:12:59 -0700 (PDT) Received: by mail-wg0-f46.google.com with SMTP id a1so4934544wgh.5 for ; Tue, 23 Sep 2014 13:12:58 -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=p76Yqt9enD9T1wm1vYo7Ah1XWnVKUYQf7/bgdxc2YWU=; b=ip6YRa0a6r+2H3gT8gf+LaWIAy87VdcBuEvklS6jYIEhPOdKbipn1i1aZJcCtJmnT4 qXKR0+eMWh+1AkSK/EAUN94xXHLWUYp7UWx3+uLsTb/cZHKxKACXXnsaKDECSc9QzepY V3DuxXxNOo0jjCMcqLAiRcD24gIOXQaW8jGGB4JKUYzOnAIpgyEpokR5HwOJ29uf2K7v NkuZ3gdlfu6tmSrklide7LIbHA7Jm5HzMclrSxDbAmpG2qnyZlu7demrQmgNZ47dYtVa P55XtGap6BXtHaa19uRoDGp5v1TUxL09niHqQUNJzWoVkIo4h54zg2b/sOERtQiwZyqw t+Fw== X-Received: by 10.180.149.130 with SMTP id ua2mr25021532wib.68.1411503178917; Tue, 23 Sep 2014 13:12:58 -0700 (PDT) Received: from netboy (188-22-22-159.adsl.highway.telekom.at. [188.22.22.159]) by mx.google.com with ESMTPSA id om1sm17056197wjc.42.2014.09.23.13.12.57 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 23 Sep 2014 13:12:58 -0700 (PDT) Date: Tue, 23 Sep 2014 22:12:54 +0200 From: Richard Cochran To: Otavio Salvador Message-ID: <20140923201253.GH24931@netboy> References: <20140923181351.GA24931@netboy> <608A2425-9B3C-41F5-92A4-F3F408F8A683@tekmagic.net> <5421C23B.30803@habeyusa.com> <5421C3AB.2070400@pseudoterminal.org> <20140923191449.GC24931@netboy> <5421C814.101@pseudoterminal.org> <20140923193037.GE24931@netboy> <5421CAB9.2030205@pseudoterminal.org> <20140923195240.GG24931@netboy> MIME-Version: 1.0 In-Reply-To: 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 20:13:10 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 23, 2014 at 04:57:19PM -0300, Otavio Salvador wrote: > On Tue, Sep 23, 2014 at 4:52 PM, Richard Cochran wrote: > > Also, to your knowledge, no one has worked on webkit-gtk to enable HW > > acceleration, is that right? > > Carlos has already made clear it is in the community. It is available > in master branches of Community so use those or port them. Sorry, it really is not clear, at least not to me. If you look at the other posts in this thread, you will see that I am not the only one. So please forgive my ignorance and kindly explain what you mean by "master branches of Community". In order to port anything, I need to know 1) the git repositories and 2) the specific commits. Is there a tag or sha that you can name which contains webkit-gtk with imx6 HW acceleration support? > We have several customers using this already and been working fine. Good for them. I would also like to see it working. Does this mean I will have to order commercial support from you? > Regarding Qt5, I added the patch for Qt Multimedia to work with > acceleration in Daisy and it has been integrated in 5.3 which is in > use in master. Well, the Qt5 video player does work, but that is something totally different, as Carlos pointed out. Thanks, Richard