summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gst-plugins/gst-fsl-plugin
Commit message (Collapse)AuthorAgeFilesLines
* gst-fsl-plugin, gst-plugins-base: Move to gstreamer subdirOtavio Salvador2013-11-071-40/+0
| | | | | | | | | There're no reason to keep the directories split and we follow now how done in OE-Core and Meta-OE putting it inside recipes-multimedia/gstreamer/. Change-Id: Ib6e6ba20880434d500334b6f4d2f48f367c773aa Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Update to 3.0.9Lauren Post2013-11-052-58/+40
| | | | | | | | | | This changes the gst-fsl-plugin.inc to include the 'uapi' into include paths for kernels >= 3.10 and adds the need changes to proper build for i.MX6 and i.MX6SL (which does not has VPU support). Change-Id: I88d95390c966d37a52ec5b59aa4182c879e46444 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Update to 3.0.8 versionOtavio Salvador2013-07-314-171/+0
| | | | | | | | | | | | | | | | | | | | | This release had many patches merged upstream and thus those are being removed. Following patches were merged: - Link-with-the-Real-Time-Extension-lib.patch - fix-missing-sys-types-h.patch - v4lsink_back_compatible.patch - vss_build_failed.patch A new runtime dependency for libfslparser has been added. This is need to be available at rootfs but no code links to it explicitly so gst-fsl-plugin needs to made it explicit. The file, used in SRC_URI, is from 3.5.7-1.0.0 BSP but its contents explicitly say it is a 3.0.8 release so we use the source version to avoid supporting different version from different kernel releases. Change-Id: Id71d436af78dc62f620107d64633bf1ebbdaefef Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Drop 2.0.3 patches which were kept around by mistakeOtavio Salvador2013-07-202-60/+0
| | | | | | | | | | | | | Following patches were specific to 2.0.3 version but kept around when updating to 3.0.7 version: - fix_segment_fault_in_v4lsink_for_yocto.patch - Use-librarys-SONAME-in-dlopen.patch All those are being removed by this patch. Change-Id: I80956586a8487ff96f3646788490c68a144a30e4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Update to version 3.0.7Daiane Angolini2013-05-283-0/+164
| | | | | | | | The 3.0.7 version is compatible with MX28, MX53 and MX6 SoCs so we move them all to this release. Change-Id: I3ebf1c4ad6d02e2886450bc9c3dcfb1df98b6160 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: fix segfault due to not found libraryJavier Viguera2013-05-221-0/+29
| | | | | | | | | | | | The gst-fsl-plugin package tries to 'dlopen' a library using the symbolic link that points to the library file. But that symbolic link is only installed with the development package (PN-dev), not with the normal package. This commit adds a patch that uses the soname of the library in dlopen call. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
* gst-fsl-plugin: Include the Real-Time Extension lib into mfw_v4lsrcLeonardo Sandoval2013-02-161-0/+47
| | | | | | | | | | 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 (3.0.5): Fix build failure due missing 'uint' definitionOtavio Salvador2013-02-011-0/+18
| | | | | Change-Id: I5c888a540177eaa5a3e72b83e6af921e756c4c04 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Change fetch URI to use FSL_MIRROROtavio Salvador2012-09-281-0/+0
| | | | | | | | | 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: fix mfw_v4lsink to play on X11Rogerio Pimentel2012-07-021-0/+31
| | | | | | | 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-fsl-plugin: update to version 2.0.3Adrian Alonso2011-11-071-0/+0
* 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>