summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gst-plugins/gst-fsl-plugin
Commit message (Collapse)AuthorAgeFilesLines
* 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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin (3.0.5): Fix build failure due missing 'uint' definitionOtavio Salvador2013-05-221-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>