aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-multimedia/gstreamer
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07[Community] Fix gstreamer recipes version for yocto zeussandbox/ronan/zeus_RCAR_BSP_3.21Ronan Le Martret3-0/+0
Change-Id: Icc8ec5652521a777efdf5764198ba1dff1698b46 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2019-12-24rcar-gen3: gstreamer/avb-application: Use gitsm fetcherKhang Nguyen4-47/+4
The code repositories of Gstreamer and avb-application contain git submodule, this updates recipes to use gitsm fetcher instead of git which needs an additional function to handle git submodule. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Iee69ef8bd312519b9a2d4471340089df244cd0eb
2019-09-24rcar-gen3: Add COMPATIBLE_MACHINEKhang Nguyen1-0/+2
This adds COMPATIBLE_MACHINE to R-Car specific recipes to avoid error when run "bitbake world" for non-R-Car platforms. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ide29f6272d7c483eeda69a58f61710b2e8a42d6d
2019-09-24rcar-gen3: gstreamer: Upgrade Gstreamer to 1.16.0Khang Nguyen4-12/+23
Gstreamer has been upgraded to 1.16.0 since YP3.0(Zeus). This commit upgrades Renesas R-Car Gstreamer recipes to follow upstream version. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Iae63f5b924cf9f4d04f331166b5d365300888648
2019-04-01rcar-gen3: Add support M3NULCB boardYusuke Goda1-0/+2
M3NULCB board specifications: R-Car M3-N Ver.1.1 DDR 2GiB eMMC 8GB(KLM8G1GESD-B04P) Change-Id: Ie857f76d7c96cd6e9a9196ce9bc27d98e878b161 Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com> Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-12-20rcar-gen3: gstreamer: Update SRCREV to the latest versionDuy Dang1-1/+1
This commit updates SRCREV of gstreamer to follow the latest version for the following change: [omxvideodec] - Query drain before inactivate omxbufferpool to avoid out standing buffers Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-10-29rcar-gen3: gstreamer: Update SRCREV to follow the latest versionKhang Nguyen3-3/+3
This commit modifies gstreamer recipes for following updates: [gst-omx] - Fix issue of seeking with dynamic change in dmabuf mode. - Support dynamic change in src pad. - Move initial and free arrays which used for use-dmabuf's handling from init and finalize to start and stop. - Improve log and free memory in error case. [gst-plugins-good] - Static analysis: Remove duplicated condition. [gst-plugin-vspfiler] - Don't reinitialize colorimetry table if it has already been set up. - Fix memory leak. - Do not set colorimetry to out structure containing in format. - Modify variable type. - Fix initialization of GValue. - Remove last commma in enum. - Change position of declaration to beginning of the function. - Change variable name to avoid duplication of declarations. - Fix copyright years in header. - Intersect format in fixate_caps(). - Fix possible segmentation fault during caps fixation. - Support colorimetry negotiation. - Add option for setting input buffer color range. - Support encoding and color range setting. - Reduce arguments of set_vsp_entities(). - Modify transfrom_caps() for more accurate operation. - Delete unnecessary variable in transform_caps(). - Modification of variable type. - Measure for converting odd size rgb buffer to yuv. - Implement measure for odd size yuv buffer input. - Change the order of linking and set format. - Delete unnecessary wpf linking. - Deactivate input bufferpool before remake. - Don't make new output pool when it exists already. - Change the state of flag of playing when stop streaming. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-10-29rcar-gen3: gstreamer-omx: Add RDEPENDS on omx-user-moduleRonan Le Martret1-1/+2
gstreamer-omx should RDEPENDS on omx-user-module, and not on libomxil. Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-06-18rcar-gen3: gstreamer1.0-omx: Remove hard path from /gstreamer1.0-omxRonan Le Martret2-12/+15
This replaces "/usr/local" with path "${RENESAS_DATADIR}" using: RENESAS_DATADIR = "/usr/local" from meta-rcar-gen3/include/rcar-gen3-path-common.inc Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-06-18rcar-gen3: gstreamer1.0-omx: Do not override variableKhang Nguyen1-1/+1
This commit modifies recipe to avoid overriding variable. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-04-21rcar-gen3: gstreamer: Update SRCREV to follow the latest versionKhang Nguyen1-1/+1
This commit modifies gstreamer recipe for following updates: [gst-omx] - Support enable-crop option. - Update default output allocation for VP9 decoder. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-03-22rcar-gen3: gstreamer: Update SRCREV to follow the latest version and add ↵Khang Nguyen5-3/+6
support E3 This commit updates SRCREV for the following contents: [gst-omx] - Limit b-frames on no-copy mode. - Support send-eos option. - Support b-frames and ref-frames options. [gst-plugins-good] - Correct handling for userptr mode. - Support num-alloc-buffer option. - Change method to decide number of buffers for v4l2src. [gst-plugins-bad] - Update copyright. - Add a new property that suppress setting interlace flag. - Check for GLES3/gl3ext.h existence. It also adds gstvspfilter.conf to support E3 board. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: gstreamer1.0-plugins-bad: Fix build warningsThuy Tran1-1/+1
This commit modifies recipe to fix build warnings below: |WARNING: ../poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bb: |Variable key RDEPENDS_${PN} ( libwayland-egl) replaces original key RDEPENDS_gstreamer1.0-plugins-bad (libwayland-egl) Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: gstreamer1.0-plugin-vspfilter: Add missing inherit pkgconfigStephen Lawrence1-1/+1
Pkg-config is called in the do_configure() task. With the introduction of per recipe sysroot add the missing pkgconfig to the inherit variable. Fixes configure task error of the form: |configure:12146: checking for GLIB |configure:12214: result: no |configure:12216: error: in `gstreamer1.0-plugin-vspfilter/1.0.0-r0/build': |configure:12218: error: The pkg-config script could not be found or is too old. Make sure it |is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: gstreamer: Upgrade gstreamer to v1.12.2Thao Nguyen5-10/+146
Gstreamer has been upgraded from 1.6.3 to 1.12.2 for updating following items: [gst-omx] - Support omxvp8dec, omxvp9dec, omxvp8enc. [gst-plugin-vspfilter] - Support NV21/NV16/YUY2 format. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-11-24rcar-gen3: gstreamer1.0-plugin-vspfilter: Update to support M3N boardThuy Tran2-0/+3
This commit modifies recipe to add M3N support. It adds gstvspfilter.conf for M3N board. Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-08-25rcar-gen3: gstreamer: Update SRCREV to follow the latest versionThao Nguyen4-4/+4
This commit updates gstreamer plugins to v1.0.0 for below changes: gst-omx - Improve seek function. - Improve reconfigure sequence. - Fix some log messages and coding style. All components of gstreamer are updated to fix memory leak. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-08-25rcar-gen3: gstreamer: Clean gstreamer recipes to facilitate maintenanceRonan Le Martret3-13/+7
Gstreamer recipes bbappend should not overwrite SRC_URI. This commit modifies recipes to replace SRC_URI softly to make them easier to maintain. Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> (cherry picked from commit 3bb303359436660de0711f4e877926a1923e94fc)
2017-06-21rcar-gen3: gstreamer1.0-omx: Fix issue downloading from HTTP/HTTPS proxyThao Nguyen1-0/+4
This issue exists in some special environment. Submodule can not be downloaded, because HTTP/HTTPS lose their values during configure state. Temporary solution is exporting those values in configure state. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: Fix issue downloading from http/https proxyRenesas-Yocto-v2.19.0Thao Nguyen2-0/+8
This patch corrects the problem of git submodule when network of build environment uses http/https proxy. Change-Id: I5ac7a63da7336f3422231863aa08c5fe69ad54df Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: gstreamer: Update SRCREV and add extra configurationThao Nguyen3-4/+7
This commit will modify gstreamer recipes for following fixes: gst-omx - Fix the problem of SIGSEGV error after resolution error from OMX video decoder. - Add timestamp information for buffer contain codec data of omxh264enc for improving timestamp information of qtmux. - Improve that H.264 encoding of Level 1 which is out of standard. gst-pluigns-good - Fix the problem of v4l2src userptr mode with gst-launch -e. - Improve timestamp and offset of v4l2src for buffer of NV12/NV16 multi plane. - Add "--enable-ignore-fps-of-video-standard" configure option. gst-plugins-bad - Add the opaque region hint on non-alpha video surface to eliminate unnecessary composition. Change-Id: Iad10408202bb5166b1bf0d3c83c908344bd4542b Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-01-27First commit.Renesas-Yocto-v2.16.0Takamitsu Honda8-0/+126
Renesas BSP v3.5.1 (kernel v4.9 stable) [Environment] poky: yocto-2.1.2 (cca8dd15c8096626052f6d8d25ff1e9a606104a3) meta-openembedded: 55c8a76da5dc099a7bc3838495c672140cedb78e meta-linaro: 2f51d38048599d9878f149d6d15539fb97603f8f [Information] - U-boot: Changed load address from H'49000000 to H'50000000 - XDG_RUNTIME_DIR has been changed from "/run/user/root" to "/run/user/0" - Change location of include directory, which stores common user header files, to $(INCSHARED) - In BSP Only, core-image-weston is not supported even though local-wayland.conf is provided. - Please set Salvator-x SW7 Pin-1. In after Yocto BSP v2.12.0, it is  necessary to enable BKUP_TRG signal for Suspend to RAM. - The dtb filename was changed in R-Car H3. Only "Image-r8a7795-es1-salvator-x.dtb" is supported in this version. Please use "Image-r8a7795-es1-salvator-x.dtb" It supports R-Car H3 WS1.0 and WS1.1. - Please update your local.conf and bblayers.conf corresponding to Yocto v2.16.0 package. You can refer to meta-rcargen3/docs/sample/conf/ for updated contents. - You have to re-compile out-of-recipe software like user application by v2.16.0 SDK toolchains. - In some boards, the resuming from System Suspend to RAM may cause unstable operation or failed to resume. Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>