diff options
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-12-27 19:38:35 +0100 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-29 09:48:39 -0200 |
| commit | 640f3d45bd44fcebad1e95cb927abdd63543cbf7 (patch) | |
| tree | 6969480531b6c78b5d19c8820d238cecb2fa645c | |
| parent | f88d3694f0b4a984ed9fb8c946f88ae1fa0768fb (diff) | |
| download | meta-freescale-640f3d45bd44fcebad1e95cb927abdd63543cbf7.tar.gz | |
gstreamer1.0-plugins-imx: Update to version 0.10.0
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 <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.0.bb (renamed from meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.9.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.9.bb b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.0.bb index c659d1c36..26d2eee81 100644 --- a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.9.bb +++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.0.bb | |||
| @@ -2,11 +2,11 @@ DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms" | |||
| 2 | LICENSE = "LGPLv2+" | 2 | LICENSE = "LGPLv2+" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" |
| 4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
| 5 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base libfslvpuwrap virtual/kernel virtual/egl \ | 5 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gpu-viv-g2d libfslcodec libfslvpuwrap virtual/kernel virtual/egl \ |
| 6 | virtual/libgles2 ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}" | 6 | virtual/libgles2 ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}" |
| 7 | 7 | ||
| 8 | SRCBRANCH ?= "master" | 8 | SRCBRANCH ?= "master" |
| 9 | SRCREV = "4e25dc2db07e1b28796218de4d123ea26d57dbe9" | 9 | SRCREV = "50dff52a2e2ab8992236e59bd40fd2c35e8b9bd9" |
| 10 | SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
