aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
AgeCommit message (Collapse)Author
2015-04-04gstreamer1.0-plugins-bad: Modify CFLAGS for directfbdizzy-nextNeena Busireddy
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>
2015-04-04gstreamer1.0-plugins-bad: Correct CFLAGS for wayland backendNeena Busireddy
Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-27gstreamer1.0-plugins-imx: Update to version 0.10.1Carlos Rafael Giani
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>
2014-12-29gstreamer1.0-plugins-imx: Update to version 0.10.0Carlos Rafael Giani
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>
2014-11-28gstreamer1.0-plugins-bad: Remove useless overridesOtavio Salvador
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>
2014-10-23gstreamer1.0-plugins-bad: Remove gles2 for i.MX6 SoloLiteNeena Busireddy
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>
2014-09-23gstreamer1.0-plugins-imx: Update to version 0.9.9Carlos Rafael Giani
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>
2014-09-15gstreamer1.0-plugins-base: Enable native video in playbin for i.MX SoCsWang Zidan
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>
2014-09-08gstreamer1.0-plugins-imx: Update to version 0.9.8Carlos Rafael Giani
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>
2014-08-14meta-fsl-arm: fix some typosJavier Viguera
Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-05gst-fsl-plugin: fix build for kernel headers >= 3.10Gary Bisson
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>
2014-07-02gstreamer1.0-plugins-imx: Update to version 0.9.7Carlos Rafael Giani
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>
2014-06-28gstreamer1.0-plugins-bad: set correct EGL defines for Vivante GPUsCarlos Rafael Giani
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>
2014-06-28gstreamer1.0-plugins-imx: select X11/Wayland/FB EGL platform if appropriateCarlos Rafael Giani
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-05-24gstreamer1.0-plugins-imx: Update to version 0.9.6Carlos Rafael Giani
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>
2014-05-05gst-fsl-plugin: Remove unused patchesOtavio Salvador
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>
2014-05-05gst-fsl-plugin: Fix out of tree buildOtavio Salvador
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>
2014-04-30gst-fsl-plugin: Upgrade to 3.0.11 versionLauren Post
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>
2014-04-26gst-fsl-plugin: Fix depends on libfslvpuwrapper in i.MX6SLOtavio Salvador
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>
2014-04-22Use generic bbappend filesOtavio Salvador
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>
2014-03-28gstreamer1.0-plugins-imx: Update to version 0.9.5Carlos Rafael Giani
Change-Id: I2da85352d58b5a3eb2309fee596b556ffd12f15d Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-07PRINC removal from recipesOtavio Salvador
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>
2014-02-20gst-fsl-plugin: Upgrade to 3.0.10 versionLauren Post
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>
2014-02-20gst-fsl-plugin: Add runtime dependencies for 'beep' pluginOtavio Salvador
Add libfslcodec-aac, libfslcodec-mp3 and libfslcodec-oggvorbis as runtime dependencies so 'beep' works. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-14gstreamer1.0-imx: rename to gstreamer1.0-plugins-imxRogerio Nunes
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>
2014-02-06gstreamer1.0-imx: Add GStreamer 1.0 pluginsCarlos Rafael Giani
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>
2014-01-25gst-fsl-plugin: remove unsupported configure optionsEric Nelson
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>
2013-12-13gst-fsl-plugin: Activate gstreamer AAC decoder.Stéphane Cerveau
AAC decoder was not available on imx6 platform. Signed-off-by: Stéphane Cerveau <scerveau@gmail.com>
2013-11-14gst-fsl-plugin.inc: Add libgstfsl-0.10.so in ${PN}-libgstfslOtavio Salvador
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>
2013-11-07gst-fsl-plugin: Fix checking for include headers in multiple pathsOtavio Salvador
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>
2013-11-07gst-fsl-plugin, gst-plugins-base: Move to gstreamer subdirOtavio Salvador
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>
2013-07-12gst-plugins-gl: Package arch must match machine arch for i.MX6Rogerio Nunes
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>
2013-07-10gst-plugins-gl: Enforce glib2 deprecated API supportRogerio Nunes
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>
2013-07-10gst-plugins-gl: Upgrade to IMX_MMCODEC_3.0.35_4.0.0Rogerio Nunes
Change-Id: I95602c3e0d8036df29c7be089f36011801cde40f Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2013-04-05gst-plugins-gl: Avoid leaking memoryOtavio Salvador
The previous patch used to rework the framebuffer backend to avoid GLib deprecated calls leaked memory. To reduce the amount of patches we need to maintain we are dropping the patch completely and disabling the build warnings for deprecated GLib calls allowing it to build for framebuffer and X11 without problem. Change-Id: Iaf289bc174b45c69ef6d0c590e12daef78e65a49 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-05gst-plugins-gl: Fix dependency definitionOtavio Salvador
The 'DEPENDS_mx6 +=' behaviour is confusing and when we're using overrides we in fact override the original value instead of appending it. To get the expected behavior we need to use 'DEPENDS_append_mx6 ='. Change-Id: Ibb23ef34876de83e2921c528e08c8df55447af05 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-26gst-plugins-gl: machine specific patchesJeremy Stashluk
Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>