summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-06-18 16:07:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-26 14:19:09 -0300
commit5f660a465910b9b2b9379d0739c76a5fa54077b9 (patch)
tree99bd3c009de554bd3b668689616a36ef6b9a17ad /recipes-multimedia
parent26849dde2fe438ba913256913df6255783bbee7e (diff)
downloadmeta-freescale-5f660a465910b9b2b9379d0739c76a5fa54077b9.tar.gz
gstreamer1.0-plugins-imx: Bump to revision 963aea6
- Rename recipe to use git package name - Set PV to use latest version plus git revision - Add O.S. Systems License This commit includes the following changes: - 963aea6 Merge pull request #180 from clopez/bug-179 - 81d3233 Merge pull request #188 from dougnazar/fixes - 68715a6 g2dpango: Add missing header and cleanup a few warnings - f4aa2db audio: Save codec_data - 2b2edd7 Endless loop at gst_imx_vpu_decoder_finish() when in no_wait mode (#179) - ecd884a v4l2: Add phys mem meta only if the driver/card is known to support this - 9772200 ipu: Reintroduce interlace methods - 3404b56 v4l2video: Define V4L2_COLORSPACE_DEFAULT if it doesn't exist Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.13.0.bb)5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.13.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb
index efd4ee19..050dd94b 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.13.0.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb
@@ -1,3 +1,4 @@
1# Copyright (C) 2018 O.S. Systems Software LTDA.
1DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms" 2DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms"
2LICENSE = "LGPLv2+" 3LICENSE = "LGPLv2+"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605"
@@ -13,8 +14,10 @@ RDEPENDS_gstreamer1.0-plugins-imx = "gstreamer1.0-plugins-good"
13RDEPENDS_gstreamer1.0-plugins-imx-imxaudio = "gstreamer1.0-plugins-good-audioparsers" 14RDEPENDS_gstreamer1.0-plugins-imx-imxaudio = "gstreamer1.0-plugins-good-audioparsers"
14RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparsersbad" 15RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparsersbad"
15 16
17PV = "0.13.0+git${SRCPV}"
18
16SRCBRANCH ?= "master" 19SRCBRANCH ?= "master"
17SRCREV = "048d596dfc657f16d235029c39221b0a118e5c87" 20SRCREV = "963aea60b135d40236411357eb0b2de15eac9af5"
18SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" 21SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}"
19 22
20S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"