summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gst-plugins
Commit message (Collapse)AuthorAgeFilesLines
* gst-fsl-plugin (3.0.6): Add 'virtual/kernel' dependencyOtavio Salvador2013-04-171-1/+1
| | | | | | | The code includes kernel headers during the build so the kernel needs to be built before doing the gst-fsl-plugins build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin (3.0.6): Fix the tarball's checksumOtavio Salvador2013-04-171-3/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Add 3.0.6 versionDaiane Angolini2013-04-102-0/+20
| | | | | | | | This version is only compatible with mx28. Add PLATFORM_mx28=MX28 Change-Id: I8a38fabd756b140357fee6bab9e91c50b182601f Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: install pkgconfig file with -dev packageJeremy Stashluk2013-02-261-1/+1
| | | | | | | Install the gstreamer-fsl-0.10.pc file to ${libdir}/pkgconfig so that do_configure for packages like gst-plugins-gl can find it. Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
* gst-fsl-plugin: Include the Real-Time Extension lib into mfw_v4lsrcLeonardo Sandoval2013-02-162-2/+51
| | | | | | | | | | Includes the '-lrt' library when compilation takes place on the mfw_v4lsrc element. Tested on machine imx6qsabresd using the fsl-image-test image. [YOCTO #3888] Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
* gst-fsl-plugin-2.0.3: fix build error due to missing uint declarationEric Bénard2013-02-051-2/+4
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* gst-fsl-plugin (3.0.5): Fix build failure due missing 'uint' definitionOtavio Salvador2013-02-012-1/+21
| | | | | Change-Id: I5c888a540177eaa5a3e72b83e6af921e756c4c04 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Update to version 3.0.5Daiane Angolini2013-02-011-3/+3
| | | | | Change-Id: I2687c2409b8fde90291da861b8f55ab102951317 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: Add gst-fsl-plugin 3.0.1 supportDaiane Angolini2012-11-272-1/+18
| | | | | | | Add PLATFORM value for imx6 family. Change-Id: I49d3fbaff5d619b9c5fd260b1c101a69b761c3df Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: Move fsl-mm-codeclib dependencies to 2.0.3 recipeDaiane Angolini2012-11-272-4/+5
| | | | | | | | | | | .inc file include fsl-mm-codeclib as a dependency for gst-fsl-plugin, although, the upcoming gst-fsl-plugin depends on libfslcodec. DEPENDS and RDEPENDS is changed. Change-Id: I9c6da35d7fb026cb1dd7ec77f67dcefc85adb53c Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin.inc: Allow use of different source packageDaiane Angolini2012-11-271-1/+5
| | | | | | | | | | The package gst-fsl-plugin for imx6 was wrapped with a different name (gst-fsl-plugins) so, in order to avoid duplicated packaging, we now support different package names, and different package source. Change-Id: I866c2ffa7cb8a1aa7aaf7123bb8860116a54173d Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin (2.0.3): Set compatible machine for mx5Otavio Salvador2012-11-191-1/+3
| | | | | Change-Id: I6e982cfac9eb58c0314148b5e5ad1b93c3e1fe1c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gsl-fsl-plugin.inc: Set package architecture as machine specificOtavio Salvador2012-11-191-2/+4
| | | | | Change-Id: I8a3f8bca52e9d40f783f21aa1f97cb1088e3d79e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Changed version specific code to gst-fsl-plugin.incDaiane Angolini2012-10-192-5/+7
| | | | | | | | Added PLATFORM for mx5 family into EXTRA_OECONF Placed patch for specific version inside its file Change-Id: I5d51ac1180e46894c19cacec6d10836e21e81d54 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: Change fetch URI to use FSL_MIRROROtavio Salvador2012-09-282-3/+3
| | | | | | | | | This changes the fetch URI to use FSL_MIRROR and remove the local tarball from the repository. Change-Id: I9b3276ca0fd86d9dc702a55ec13e988475cff533 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: refactor packaging to use .inc file properlyOtavio Salvador2012-07-192-30/+32
| | | | | | | | | The .inc file was not being used by complete and had most code on the versioned .bb one. This patch refactor it so newer versions are easy to add. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: bump PROtavio Salvador2012-07-191-1/+1
| | | | | | | | imx-lib has change library packaging to respect the soname but all packages linking to it need to be rebuild. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: fix mfw_v4lsink to play on X11Rogerio Pimentel2012-07-022-2/+34
| | | | | | | This patch applies a patch on gst-fsl-plugin package to fixing mfw_v4lsink to play on X11. Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* gst-plugins-base: gstplaybin2 rawvideo supportAdrian Alonso2012-06-292-0/+40
| | | | | | | | | * Add gstplaybin2 rawvideo support * Direct rendering support for mfw_v4lsink Signed-off-by: Adrian Alonso <aalonso@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: fix wrong quottingOtavio Salvador2012-03-071-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: fix quottingOtavio Salvador2012-02-281-1/+1
| | | | | | | All assignment now need to be properly quotted otherwise bitbake raises an exception while parsing the recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* recipes-multimedia: gst-fsl-plugin: fix compilationDenis Carikli2012-01-301-1/+3
| | | | | | | Without that fix we have: hwbuffer_allocator.c:49:23: fatal error: linux/ipu.h: No such file or directory Signed-off-by: Denis Carikli <denis@eukrea.com>
* gst-fsl-plugins: Package the aiur demux registry from /usr/share.Leon Woestenberg2011-12-231-1/+2
| | | | Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* gst-fsl-plugin: Use PLATFORM=MX51, even for i.MX53.Leon Woestenberg2011-12-201-2/+2
| | | | | | | | | | | | | This fixes non-working IPU decoder on i.MX53. The real fix is to make PLATFORM=<...> machine dependent, this is a to-do. Although the configure help says otherwise, the source code does not check for _MX53. Tested on i.MX53QSB. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: update to version 2.0.3Adrian Alonso2011-11-072-4/+4
| | | | | | | | | * Update to version 2.0.3 * Update checksums * Include gst-fsl plugin source code as part of metadata (No public repo where to fetch). Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* gst-fsl-plugin: define extra packaged filesAdrian Alonso2011-10-192-11/+24
| | | | | | | | | | * Define extra packaged libraries and utilities * gst-fsl-plugin.inc file defines additional files to be shipped. * Define run time dependency on fsl-mm-codeclib * Bump PR. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* gst-fsl-plugin: explicit set packaged filesAdrian Alonso2011-10-061-3/+8
| | | | | | | | * Explicit set packaged files * Use INSANE_SKIP to avoid poky's QA tests * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* gst-fsl-plugin: fix configure missing gst plugins baseAdrian Alonso2011-08-261-2/+2
| | | | | | | | | | * Fix missing gst pligins base library dependency checking for GST_PLUGINS_BASE... no configure: error: no GStreamer plugin base libs found * Add gst-plugins-base to dependency list * Increase PR Signed-off-by: Adrian Alonso <b38018@freescale.com>
* gst-fsl-plugin: gstreamer freescale pluginsAdrian Alonso2011-08-241-0/+25
* Gstreamer Freescale plugins, builds by default plugins for imx53 targets. * Need a mechanism to override build platform settings. Signed-off-by: Adrian Alonso <b38018@freescale.com>