From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B1FD2E00786; Tue, 23 Sep 2014 12:23:42 -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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.175 listed in list.dnswl.org] * 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 Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 56A0BE0034C for ; Tue, 23 Sep 2014 12:23:37 -0700 (PDT) Received: by mail-we0-f175.google.com with SMTP id u57so4230796wes.34 for ; Tue, 23 Sep 2014 12:23:37 -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=UeMTHvifceySJovpJxZBbeJbqeFJ2aAsID8MEBhw3GA=; b=xyWLtGJpIfA/wGMHGBJFamXSi83J6gRCABBJXokXB51tf7C7dT/vr/+emoadBog3GJ NYydti39HIMKTT4q0yFn62bxN9u8uc3X2P1huLW1+4Gk+kqoamGuS6D4RL5kZMZEcXun +X1TvoG0zs+NQ255yR6pSJGFG92dKpG3UDgTo9xp87N0gAu0rNXqTikPyC+42uooWc2l TnRv1R4e07vwfOlsJ+dOJcOlWHelucWTwKHLWCEZ7Ci55Phfj8vc2uZe9ax/uVo06JD0 Z9rbZbz4t2bIPYx6rEy3agOFrNVSpOdipwAumayuTefcW371E4KLtRCYBUewFNHV/mON D35A== X-Received: by 10.180.95.68 with SMTP id di4mr25606100wib.60.1411500217030; Tue, 23 Sep 2014 12:23:37 -0700 (PDT) Received: from netboy (188-22-22-159.adsl.highway.telekom.at. [188.22.22.159]) by mx.google.com with ESMTPSA id nf2sm1175359wic.1.2014.09.23.12.23.35 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 23 Sep 2014 12:23:36 -0700 (PDT) Date: Tue, 23 Sep 2014 21:23:32 +0200 From: Richard Cochran To: Carlos Rafael Giani Message-ID: <20140923192332.GD24931@netboy> References: <20140923181351.GA24931@netboy> <608A2425-9B3C-41F5-92A4-F3F408F8A683@tekmagic.net> <5421C23B.30803@habeyusa.com> <20140923190600.GB24931@netboy> <5421C6E2.9040202@pseudoterminal.org> MIME-Version: 1.0 In-Reply-To: <5421C6E2.9040202@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:23:42 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 23, 2014 at 09:15:46PM +0200, Carlos Rafael Giani wrote: > > Oh that is probably because it is using GStreamer 0.10. The 0.10 > Freescale plugins for the VPU are known to not work with WebKit. See > https://bugzilla.yoctoproject.org/show_bug.cgi?id=4155 and > https://bugzilla.yoctoproject.org/show_bug.cgi?id=4156. Yes, I saw those already, thanks. They give zero information as to why the VPU cannot work with webkit. I should think that it could work, if it were only implemented! > Check if it > was built with its GStreamer 0.10 or 1.0 backend. It uses 0.10. > With 1.0 , you can > use gstreamer-imx for decoding. Well, you *can* use 1.0, but does it actually work? If so, can you please share your yocto configuration that builds midori/webkit/gstreamer to work with hardware acceleration? Thanks, Richard