From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4044BE007EA for ; Fri, 27 Dec 2013 00:59:41 -0800 (PST) Received: by mail-wg0-f46.google.com with SMTP id m15so7823726wgh.1 for ; Fri, 27 Dec 2013 00:59:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type; bh=1gnkiGt/+4Rq8/IQG/++A/Qpgx7t/KQPgwlw8P14n0A=; b=Z3kyFLCv8UgqMrZAsJuTpe9tV7JsnN8CYC+lvkROE+vbEiDSPsslpP/zrjzdresL9o MUJ9f4FbrYn49/nkxdeDWtwZiacwWXfLq/VqjxldXZfDLY1u8IumgufTOVbv4oriPMjF eNDqemjfwFkmNaJXwnWFs5aw7Lh8AQLP/9wihJXvx+TSYTrmCwhS7x9rXDE3nFRuar3e 3jEeT6yj39o7qXle7BBHRP2YMBW78HoPEIpXXU1VMJZwkMDgaR5mFc5kEEeu4f7oYai9 jGQzusxRoSIM/dAAL/yvyTYnMpAlA9X0xuN80ueekRZlWk7qfQ0fVUOM2ImJiVT47NX6 yrzw== X-Received: by 10.180.210.136 with SMTP id mu8mr2793794wic.12.1388134779685; Fri, 27 Dec 2013 00:59:39 -0800 (PST) Received: from [172.24.63.13] ([94.103.137.126]) by mx.google.com with ESMTPSA id d2sm53507581wik.11.2013.12.27.00.59.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Dec 2013 00:59:38 -0800 (PST) Sender: stefan cervo Message-ID: <52BD4179.7000800@voxtok.com> Date: Fri, 27 Dec 2013 09:59:37 +0100 From: stephane Cerveau User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" , "Daiane.Angolini@freescale.com" , Otavio Salvador References: <52AB2EF1.9080604@gmail.com> In-Reply-To: <52AB2EF1.9080604@gmail.com> X-Forwarded-Message-Id: <52AB2EF1.9080604@gmail.com> Subject: [for-dora] [meta-fsl-demos][PATCH] gst-fsl-plugin: Activate gstreamer AAC decoder. 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: Fri, 27 Dec 2013 08:59:42 -0000 X-Groupsio-MsgNum: 6111 Content-Type: multipart/mixed; boundary="------------040206000709090504040703" --------------040206000709090504040703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Here is the patch tested on dora branch. BR Stéphane --------------040206000709090504040703 Content-Type: text/x-patch; name="0001-gst-fsl-plugin-Activate-gstreamer-AAC-decoder.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename*0="0001-gst-fsl-plugin-Activate-gstreamer-AAC-decoder.patch" >From 97c4a5e7fd0d9aacb7686dd8a311abe36d293701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Mon, 9 Dec 2013 10:53:16 +0100 Subject: [meta-fsl-arm-extra][PATCH] gst-fsl-plugin: Activate gstreamer AAC decoder. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AAC decoder was not available on imx6 platform. Signed-off-by: Stéphane Cerveau --- .../makefile.am-fix-aac-for-imx6.patch | 11 +++++++++++ .../gstreamer/gst-fsl-plugin_3.0.9.bb | 1 + 2 files changed, 12 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch b/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch new file mode 100644 index 0000000..d12dc33 --- /dev/null +++ b/recipes-multimedia/gstreamer/gst-fsl-plugin/makefile.am-fix-aac-for-imx6.patch @@ -0,0 +1,11 @@ +--- a/Makefile.am 2013-09-10 20:52:22.000000000 +0200 ++++ b/Makefile.am 2013-12-05 18:26:24.964585163 +0100 +@@ -928,7 +928,7 @@ + tools/gplay + + SUBDIRS = $(AUDIODIRS) $(LIBSDIRS) $(BASEDIRS) $(VPUWRAPDIRS) $(WMA8ENC_DIR) $(MP3ENC_DIR) \ +- $(H264DEC_DIR) $(MPEG2DEC_DIR) $(MPEG4DEC_DIR) $(WMV9MPDEC_DIR) $(WMV78DEC_DIR) \ ++ $(H264DEC_DIR) $(MPEG2DEC_DIR) $(MPEG4DEC_DIR) $(WMV9MPDEC_DIR) $(WMV78DEC_DIR) $(AACDEC_DIR)\ + $(DOWNMIX_DIR) $(AMRDEC_DIR) $(IPUDIRS) $(TOOLDIRS) + + endif diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb b/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb index fc9b38f..e319fc2 100644 --- a/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb +++ b/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb @@ -6,6 +6,7 @@ require gst-fsl-plugin.inc # FIXME: Inspecting the source code the content is in fact 3.0.9 SRC_URI = "${FSL_MIRROR}/gst-fsl-plugins-3.10.9-1.0.0.tar.gz \ file://remove-GST_INFO-in-mfw_gst_utils.h.patch \ + file://makefile.am-fix-aac-for-imx6.patch \ file://configure.ac-Fix-checking-for-include-headers-in-mul.patch" SRC_URI[md5sum] = "a338a5c25225c765ae5f44af82fe7413" -- 1.7.9.5 --------------040206000709090504040703--