aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gst-plugins/gst-fsl-plugin
AgeCommit message (Collapse)Author
2013-05-22gst-fsl-plugin: fix segfault due to not found libraryJavier Viguera
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>
2013-02-16gst-fsl-plugin: Include the Real-Time Extension lib into mfw_v4lsrcLeonardo Sandoval
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>
2013-02-01gst-fsl-plugin (3.0.5): Fix build failure due missing 'uint' definitionOtavio Salvador
Change-Id: I5c888a540177eaa5a3e72b83e6af921e756c4c04 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-28gst-fsl-plugin: Change fetch URI to use FSL_MIRROROtavio Salvador
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>
2012-07-02gst-fsl-plugin: fix mfw_v4lsink to play on X11Rogerio Pimentel
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>
2011-11-07gst-fsl-plugin: update to version 2.0.3Adrian Alonso
* 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>