From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 13E13E009C8; Sat, 27 Dec 2014 10:40:02 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 39703E00756 for ; Sat, 27 Dec 2014 10:40:00 -0800 (PST) Received: from [192.168.178.14] (chello062178118086.5.14.vie.surfer.at [62.178.118.86]) by ptmx.org (Postfix) with ESMTPSA id 51D712DE8F for ; Sat, 27 Dec 2014 19:39:59 +0100 (CET) Message-ID: <549EFCFF.2070404@pseudoterminal.org> Date: Sat, 27 Dec 2014 19:39:59 +0100 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1419705515-18797-1-git-send-email-dv@pseudoterminal.org> In-Reply-To: <1419705515-18797-1-git-send-email-dv@pseudoterminal.org> Subject: Re: [meta-fsl-arm][PATCH] gstreamer1.0-plugins-imx: Update to version 0.10.0 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: Sat, 27 Dec 2014 18:40:02 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Also push this to dizzy please, since it works without problems with this version. On 2014-12-27 19:38, Carlos Rafael Giani wrote: > Changes: > > - new codebase for 2D blitter based video sinks and transform elements > - new G2D elements: imxg2dvideosink imxg2dvideotransform > - new PxP elements: imxpxpvideosink imxpxpvideotransform > - ipu: rewrite code from scratch to be based on the blitter base classes > - ipu: fix memory protection bits in mmap() calls > - phys mem buffer pool now uses a default horizontal alignment of 16 > instead of 8 > - eglvivsink: fix deadlock in set_caps() functio > - vpu: decoder: add interlace information to output buffers > - vpu: encoder: fix crashes because of incorrect unrefs, plus minor fixes > - new elements for audio decoding based on Freescale's unified audio > (UniAudio) architecture > - preliminary support for Android builds > > Signed-off-by: Carlos Rafael Giani > --- > ...mer1.0-plugins-imx_0.9.9.bb => gstreamer1.0-plugins-imx_0.10.0.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-imx_0.9.9.bb => gstreamer1.0-plugins-imx_0.10.0.bb} (87%) > > diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.9.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.0.bb > similarity index 87% > rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.9.bb > rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.0.bb > index c659d1c..26d2eee 100644 > --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.9.bb > +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.0.bb > @@ -2,11 +2,11 @@ DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms" > LICENSE = "LGPLv2+" > LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" > SECTION = "multimedia" > -DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base libfslvpuwrap virtual/kernel virtual/egl \ > +DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gpu-viv-g2d libfslcodec libfslvpuwrap virtual/kernel virtual/egl \ > virtual/libgles2 ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}" > > SRCBRANCH ?= "master" > -SRCREV = "4e25dc2db07e1b28796218de4d123ea26d57dbe9" > +SRCREV = "50dff52a2e2ab8992236e59bd40fd2c35e8b9bd9" > SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" > > S = "${WORKDIR}/git"