summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
Commit message (Collapse)AuthorAgeFilesLines
* gstreamer1.0-plugins-imx: Update to version 0.11.1Carlos Rafael Giani2015-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changes: -new compositor elements to combine N input video streams into one output video stream; compatible to the upstream compositor element from gstreamer1.0-plugins-bad hardware-accelerated compositing based on G2D and IPU available -blitter codebase completely rewritten for better support of aspect ratio correction and compositing -blitter video sinks support vsync to eliminate tearing -vpu: decoder: leaks fixed which occurred when shutting down and starting again decoders -vpu: encoder: bitrate now adjustable on the fly -v4l2src: can now announce interlace mode, device frame rate, device pixel format -v4l2src: fixed physical address retrieval (important for zerocopy) -eglvivsink: in Wayland, x/y window coordinates are now supported -v4l2src: support for imxv4l2:// URIs, making such cmdlines possible: gst-launch-1.0 playbin uri=imxv4l2:///dev/video0 -v4l2src: support for YUYV data Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.10.2Carlos Rafael Giani2015-06-102-33/+2
| | | | | | | | | | | | | | | | | | Changes: - v4l2src: renamed imxv4l2src to imxv4l2videosrc to avoid name collisions with the FSL plugins - v4l2src: Call the buffer pool baseclass stop() function (fixes segfaults) - uniaudio: Create correct config header even if no codecs were found - audio: new MP3 encoder element using the libfslcodec MP3 encoder - g2d/ipu/pxp blitter sink: Respect aspect ratio also in 90/270 degree rotations - pxp: Remove broken/unsupported formats - eglvivsink: Fix double mutex unlock - phys mem meta naming cleanup Change-Id: Id2c72352f19cfeb6635af2ed0ec625867c28b7a7 Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Fix CFLAGS query using pkgconfigOtavio Salvador2015-04-272-0/+47
| | | | | | | | The pkgconfig queries cannot be appended without explicit spaces as pkgconfig does not print trailing spaces by itself. Change-Id: Ifa0d25ea715c1a517a81d971c9d5c46ffa9c64e6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Fix build failure with FSL 3.14-based kernelOtavio Salvador2015-04-092-1/+32
| | | | | | | This checks pxp's new format specifier from the new FSL 3.14 kernel Change-Id: Icb511baa57d5a1e610d2b5319ccccfdfd379f4d3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst1.0-fsl-plugin: Upgrade to 4.0.3 versionJun Zhu2015-04-091-5/+8
| | | | | | | Upgrade to support GStreamer 1.4.X Signed-off-by: Jun Zhu <R01007@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Upgrade to 4.0.3 versionJun Zhu2015-04-091-3/+3
| | | | | Signed-off-by: Jun Zhu <R01007@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Ensure the kernel source is avail for buildOtavio Salvador2015-04-091-0/+2
| | | | | | | | The FSL kernel headers are necessary during the build of the GStreamer 1.0 plugin. Change-Id: I0a8566e57f43a9d3c7d002997ec556bee51e1648 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugins: move plugin dependency into .bb fileJohn Weber2015-02-263-1/+3
| | | | | | | | | | Move the dependency on gst-plugins-good-id3demux from the .inc file into the appropriate .bb files for each gstreamer version. Otherwise, including gst-fsl-plugins.inc into a gstreamer1.0 recipe will pull in old gstreamer-0.10 plugins, libraries, and utilities. Signed-off-by: John Weber <rjohnweber@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.10.1Carlos Rafael Giani2015-02-171-1/+11
| | | | | | | | | | | | | | Changes: - uniaudio: fix memory leak in decoder - eglvivsink: fix deadlock - vpu: encoder: pass input video codec state to derived classes - vpu: decoder: handle missing width and height values in caps - fixed video info size bug in phys mem buffer pool - fixes to base blitter Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Ensure kernel source is availableGary Thomas2015-02-121-0/+3
| | | | | | | | | | | Add a configure-time requirement on the kernel sources. This is needed because parts of this program use kernel headers directly. If the kernel package is restored from sstate, the headers will not be available unless this dependency is explicit. This new behaviour was introduced in OE-core: 6a1ff0e7eac Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Upgrade to 3.10.53-1.1.0 GA releaseNeena Busireddy2015-01-273-3/+3
| | | | | | | | | | | | | - Graphics recipe is renamed from gpu-viv-bin-mx6q to imx-gpu-viv - Recipe version is changed to use Vivante version - gpu-viv-g2d shares same package with imx-gpu-viv - imx-gpu-viv includes separate sub packages for demos and tools to support flexible package additions - Graphics package is reorganized to improve library layout - New GPU tool apitrace is added - supported only for X11 backend Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Upgrade to 4.0.2 versionZidan Wang2015-01-271-2/+2
| | | | | Signed-off-by: Zidan Wang <zidan.wang@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst1.0-fsl-plugin: Upgrade to 4.0.2 versionZidan Wang2015-01-271-2/+2
| | | | | | | | | | | | New feature for 4.0.2 version: *  Supported RMVB playback. * Supported dynamic resolution video playback.  * Supported multiple video track stream playback. * Added imxvideoconvert_g2d, imxvideoconvert_ipu plugin, which can do color space converting, resizing, rotation with GPU2D or IPU. Signed-off-by: Zidan Wang <zidan.wang@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.10.0Carlos Rafael Giani2014-12-291-2/+2
| | | | | | | | | | | | | | | | | | | | | Changes: - new codebase for 2D blitter based video sinks and transform elements - new G2D elements: imxg2dvideosink imxg2dvideotransform - new PxP elements: imxpxpvideosink imxpxpvideotransform - ipu: rewrite code from scratch to be based on the blitter base classes - ipu: fix memory protection bits in mmap() calls - phys mem buffer pool now uses a default horizontal alignment of 16 instead of 8 - eglvivsink: fix deadlock in set_caps() functio - vpu: decoder: add interlace information to output buffers - vpu: encoder: fix crashes because of incorrect unrefs, plus minor fixes - new elements for audio decoding based on Freescale's unified audio (UniAudio) architecture - preliminary support for Android builds Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Modify CFLAGS for directfbNeena Busireddy2014-12-071-1/+1
| | | | | | | | Correct CFLAGS for directfb to include sysrootfs path. gstreamer1.0-plugins-bad fails to find directfb headers without this change. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
* gstreamer1.0-plugins-bad: Correct CFLAGS for wayland backendNeena Busireddy2014-11-281-1/+1
| | | | | Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Remove useless overridesOtavio Salvador2014-11-241-3/+0
| | | | | | | The PACKAGECONFIG_GL has the same value as the provided by the recipe, by default. This removes this duplication. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Add PACKAGECONFIG for i.MX6 SoloXNeena Busireddy2014-11-101-0/+1
| | | | | | | This patch defines PACKAGECONFIG_GL for i.MX6 SoloX. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst1.0-fsl-plugin: Add Freescale Gstreamer1.0 Plugins for MX6Wang Zidan2014-11-101-0/+35
| | | | | | | | | | | Add Freescale Gstreamer1.0 plugins. - Support Audio/Video local playback - Support HTTP/RTSP Streaming playback - Support RTP/UDP MPEGTS Streaming - Support RTSP Streaming Server Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Upgrade from version 3.0.11 to 4.0.1Wang Zidan2014-11-103-620/+4
| | | | | | | | | | | | | | | | | | | | | | Remove build-Fix-out-of-tree-build.patch since it has been merged to version 4.0.1. Add mx6sx support. Gstreamer0.1 Freescale Plugin upgrade to version 4.0.1. Changes about version 4.0.1: - Include some bug fix. - [vpudec plugin] Add "dis-reorder" property to disable video reorder. - Use create parser 2 in aiurdemux. - Add MX6SX support in Makefile. - V4lsink update for PXP rotation and resize. - [v4lsink/src] Modify the plugin name to imxv4l2sink and imxv4l2src. - Remove software video decoder plugin. - Remove EULA in the package since the package is LGPLv2 license. - gplay add --noautonext option for auto_test tool. - Support out-of-tree build. - Update parser header file to use mp4 parser 06.09.01. Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Make a common include file for gst-fsl-plugin and ↵Wang Zidan2014-11-102-26/+29
| | | | | | | | | | | gst1.0-fsl-plugin To avoid duplication, use one common include file for gst 0.1 and 1.0 plugins. gst-fsl-plugin specific features moved into the 0.1 recipe. gst1.0-fsl-plugin specific features will be moved into the 1.0 recipe. Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Remove gles2 for i.MX6 SoloLiteNeena Busireddy2014-10-231-0/+6
| | | | | | | | | | | | i.MX6 SoloLite (mx6sl) does not support 3D GPU hardware acceleration. The X11 backend only supports mesa software rendering GL and non-x11 backends does not support both GL and GLES. This patch defines PACKAGECONFIG_GL for each i.MX6 SoC family as i.MX6 SoloLite is different from other SoC's. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.9.9Carlos Rafael Giani2014-09-231-1/+1
| | | | | | | | | | | | | | | | | | Changes: - ipu, vpu, v4l2src: Use reference counting for resources - ipu: use a global FD instead of per-blitter FDs - introduce a proper physical address type and a printf conversion specifier - remove cpu address from GstImxPhysMemory and add an "internal" pointer - replace obsolete "padding" member in phys mem meta with better defined - use a reference counter for mapping physical memory - ipu: fix kernel version detection and include paths in wscript - eglvivsink: remove RGB from the list of supported formats - cleanup & logging improvements Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-base: Enable native video in playbin for i.MX SoCsWang Zidan2014-09-152-0/+41
| | | | | | | | | | | | GST_PLAY_FLAG_NATIVE_VIDEO means link decoder directly with video render, otherwise, software csc/resize/deinterlace plugins will be linked between them. For all i.MX chips, we should enable this flag, as the fsl renders has the capability to do csc/resize. Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.9.8Carlos Rafael Giani2014-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changes: - Fixed imxipuvideotransform's passthrough mode to make it work with playbin's about-to-finish signal - Display scale updates in imxeglvivsink weren't being handled properly - Updates to make imxv4l2src buffers shareable - Extra calls to make imxv4l2src work for TV capture - Better zero-copy support in tee'd pipelines - New IDR interval property in h264 encoder - New slice size, and intra refresh properties in encoders - Configurable framebuffer number in IPU sink - Workaround for GStreamer 1.4.0 bug related to the GST_BUFFER_FLAG_TAG_MEMORY buffer flag - Unset GST_BUFFER_FLAG_TAG_MEMORY explicitely in VPU decoder to prevent unnecessary copies - Drain decoder when a new format is set, allowing for seamless transitions - Fixed decoder shutdown freeze - Fixed leaked socket pair problem in imxeglvivsink Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta-fsl-arm: fix some typosJavier Viguera2014-08-141-1/+1
| | | | | Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: fix build for kernel headers >= 3.10Gary Bisson2014-08-052-1/+71
| | | | | | | | This package couldn't build using a toolchain with kernel headers >= 3.10 because of the use of VIDIOC_DBG_G_CHIP_IDENT. As stated in videodev2.h, this ioctl should never be used. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.9.7Carlos Rafael Giani2014-07-021-1/+1
| | | | | | | | | | | Changes: - Support newer Vivante drivers, which use a different name for the direct textures extension - Sync points for forced keyframes during encoding were missing - Added checks for cases where physical memory allocators fail Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: set correct EGL defines for Vivante GPUsCarlos Rafael Giani2014-06-281-0/+7
| | | | | | | | Without these, the package will not be built with the correct EGL types and definitions Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: select X11/Wayland/FB EGL platform if appropriateCarlos Rafael Giani2014-06-281-1/+7
| | | | | Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.9.6Carlos Rafael Giani2014-05-241-1/+1
| | | | | | | | | | | Major changes: - Wayland support introduced (tested with imx6 Weston patches) - Aspect ratio and resize fixes in eglvivsink - GLES dependency fixes - Updated libGAL checks Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Remove unused patchesOtavio Salvador2014-05-053-114/+0
| | | | | | | | | | | | | Following patches: - configure.ac-Fix-checking-for-include-headers-in-mul.patch - makefile.am-fix-aac-for-imx6.patch - remove-GST_INFO-in-mfw_gst_utils.h.patch were unused, so remove them. Change-Id: I3e0bc71ec8a64059d63e74ee46cdd89cfd599a82 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Fix out of tree buildOtavio Salvador2014-05-052-1/+620
| | | | | | | | | | | The build system had relative include paths which didn't take into account the origial source path makes it impossible to do out of tree builds. To fix it, every relative include path was replaced with $(top_srcdir) so it works independetly of build diretory location. Change-Id: Ib19f5695958bceffc1eeba56b5a507ebc68eee47 Reported-by: Boszormenyi Zoltan <zboszor@pr.hu> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Upgrade to 3.0.11 versionLauren Post2014-04-302-14/+11
| | | | | | | | Version 3.0.11 provided with 3.10.17-1.0.0 GA release Change-Id: I5e8e74c45f171c79689ff50d735074430780932d Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Fix depends on libfslvpuwrapper in i.MX6SLOtavio Salvador2014-04-261-1/+2
| | | | | | | | | | The i.MX6SL shouldn't have VPU wrapper library included in the dependency chain however the mx6 SoC family were including it as it is processed the mx6sl one. To fix the issue we use the mx6q and mx6dl SoC families to add the need dependencies for the specific SoC. Change-Id: Ia6537c27657878f520c697a807b8eeb51d72a0e0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Use generic bbappend filesOtavio Salvador2014-04-222-0/+0
| | | | | | | | | | | | | | | | | | | | This uses the % wildcard for recipe matching, this easy the update of recipe versions and maintenance. - formfactor_0.0.bbappend - udev-extraconf_1.0.bbappend - eglinfo-fb_1.0.bbappend - eglinfo-x11_1.0.bbappend - mesa-demos_8.1.0.bbappend - pointercal-xinput_0.0.bbappend - xserver-xf86-config_0.1.bbappend - gst-plugins-base_0.10.36.bbappend - gst-plugins-gl_0.10.3.bbappend - qt4-embedded_4.8.5.bbappend - qt4-x11-free_4.8.5.bbappend Change-Id: Ia901561f327fde3109237994a2a5a76827f11913 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Update to version 0.9.5Carlos Rafael Giani2014-03-281-4/+2
| | | | | | Change-Id: I2da85352d58b5a3eb2309fee596b556ffd12f15d Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* PRINC removal from recipesOtavio Salvador2014-03-072-2/+0
| | | | | | | | | The PRINC use is deprecated and a patch bumping those is applied in OE-Core. As consequence we must drop those here as soon as possible to avoid PR changes in users feeds. Change-Id: I5bb3947d96b76716db67e2122c6a00ea695ca7bb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Upgrade to 3.0.10 versionLauren Post2014-02-203-22/+15
| | | | | | | Release in 3.10.17-1.0.0_beta version Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Add runtime dependencies for 'beep' pluginOtavio Salvador2014-02-201-1/+3
| | | | | | | Add libfslcodec-aac, libfslcodec-mp3 and libfslcodec-oggvorbis as runtime dependencies so 'beep' works. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-imx: rename to gstreamer1.0-plugins-imxRogerio Nunes2014-02-141-0/+0
| | | | | | | | As the recipe requires gst-plugins-package.inc, this patch includes -plugins- in the recipe name to make it clear that it actually results in a set of plugin packages, following poky's convention. Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
* gstreamer1.0-imx: Add GStreamer 1.0 pluginsCarlos Rafael Giani2014-02-061-0/+29
| | | | | | | | | | | | | | | | | | | gstreamer-imx is an ongoing project to write GStreamer 1.0 plugins for using the i.MX VPU,IPU, and GPU. With the plugins, the VPU en- and decoding features can be used, the IPU can transform images (deinterlacing, colorspace conversion etc.), and the GPU can display frames using OpenGL ES and the Vivante direct textures. Currently, the plugins have only been tested with the i.MX6 SoC series. All plugins are based on appropriate GStreamer base classes. Physical memory metadata structures make it possible to avoid costly frame copies, making it possible to use transcoding chains that do not involve CPU copies for example. This recipe is sent to meta-fsl-arm to make these plugins more visible and available to others. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
* gst-fsl-plugin: remove unsupported configure optionsEric Nelson2014-01-251-1/+1
| | | | | | | | | | The gst-fsl-plugin configure script doesn't support the --disable-valgrind, --disable-debug, or --disable-examples arguments. Without this patch, a QA error will be generated. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
* gst-fsl-plugin: Activate gstreamer AAC decoder.Stéphane Cerveau2013-12-132-0/+12
| | | | | | AAC decoder was not available on imx6 platform. Signed-off-by: Stéphane Cerveau <scerveau@gmail.com>
* gst-fsl-plugin.inc: Add libgstfsl-0.10.so in ${PN}-libgstfslOtavio Salvador2013-11-141-2/+6
| | | | | | | | | | | The mfw_isink plugin looks for the libgstfsl-0.10.so library, instead of the proper soname. This forces the inclusion of the .so file in the runtime package. Fixes [YOCTO: #3781] Change-Id: I370f5ca6bfbcd5e65fd68214d8ca61434dd8757b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin: Fix checking for include headers in multiple pathsOtavio Salvador2013-11-073-5/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the support for proper detecting Freescale specific headers in include/linux and include/uapi. Without this patch I have the configure log with the same feature in 'enabled' and 'disabled' state and it was impossible to proper override CPPFLAGS. After this patch, building it against MX53 I get: Configure result: Enabled features: plugin: aac_dec plugin: mp3_dec plugin: vorbis_dec plugin: amr_dec plugin: mp3_enc plugin: h264_dec plugin: mpeg4_dec plugin: mpeg2_dec plugin: aiur plugin: beep plugin: v4lsink plugin: isink plugin: ipucsc library: libipu library: libX11 Disabled features: plugin: aacp_dec plugin: wma10_dec plugin: ac3_dec plugin: wma8_enc plugin: downmix plugin: wmv9mp_dec plugin: wmv78_dec plugin: vpu_wrap and building it against MX6Q I get: Configure result: Enabled features: plugin: aac_dec plugin: mp3_dec plugin: vorbis_dec plugin: amr_dec plugin: mp3_enc plugin: h264_dec plugin: mpeg4_dec plugin: mpeg2_dec plugin: vpu_wrap plugin: aiur plugin: beep plugin: v4lsink plugin: isink plugin: ipucsc library: libipu library: libX11 Disabled features: plugin: aacp_dec plugin: wma10_dec plugin: ac3_dec plugin: wma8_enc plugin: downmix plugin: wmv9mp_dec plugin: wmv78_dec Change-Id: Icdd40a1686212275b67baede34bb45eb41be3cf1 Reported-by: Jānis Čoders <janis.coders@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugin, gst-plugins-base: Move to gstreamer subdirOtavio Salvador2013-11-075-0/+158
| | | | | | | | | 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-plugins-gl: Package arch must match machine arch for i.MX6Rogerio Nunes2013-07-121-0/+2
| | | | | | | Recipe enables machine specific features (vivante libs) for i.MX6. Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-plugins-gl: Enforce glib2 deprecated API supportRogerio Nunes2013-07-101-1/+1
| | | | | | | | | With newer version of the glib2 recipe in poky, deprecated APIs have been enforced disabled, so we need to re-enable them in the meta-fsl-arm layer while they are still in use. Change-Id: Idf9ae8c9edd0a80592b6d9e2cf6c7e8560b35af5 Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
* gst-plugins-gl: Upgrade to IMX_MMCODEC_3.0.35_4.0.0Rogerio Nunes2013-07-103-28590/+2440
| | | | | Change-Id: I95602c3e0d8036df29c7be089f36011801cde40f Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>