summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* classes/use-imx-headers: Easy linux-imx-headers useOtavio Salvador2018-10-261-3/+3
| | | | | | | | | | | | | | | | | | | | | This allow to easy reuse of binary packages among similar SoCs. The usual use for this is to share SoC specific packages among different boards independently of the kernel version it is using, as far it is ABI compatible with the official version it will just work. Following recipes has been reworked to make use of the class: - imx-lib - imx-test - imx-vpu-hantro - imx-vpu - imx-alsa-plugins - gstreamer1.0-plugins-base - gstreamer1.0-plugins-imx - imx-gst1.0-plugin Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* gstreamer1.0-plugins-imx: Replace kernel dependence with linux-imx-headersTom Hochstein2018-10-261-4/+3
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* gstreamer1.0-plugins-imx: Bump to revision 963aea6Fabio Berton2018-06-261-0/+72
- Rename recipe to use git package name - Set PV to use latest version plus git revision - Add O.S. Systems License This commit includes the following changes: - 963aea6 Merge pull request #180 from clopez/bug-179 - 81d3233 Merge pull request #188 from dougnazar/fixes - 68715a6 g2dpango: Add missing header and cleanup a few warnings - f4aa2db audio: Save codec_data - 2b2edd7 Endless loop at gst_imx_vpu_decoder_finish() when in no_wait mode (#179) - ecd884a v4l2: Add phys mem meta only if the driver/card is known to support this - 9772200 ipu: Reintroduce interlace methods - 3404b56 v4l2video: Define V4L2_COLORSPACE_DEFAULT if it doesn't exist Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>