From 1a84ea11fed9b1d96cfc022319a9e0df95a9832b Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Thu, 16 Feb 2017 14:44:57 +0700 Subject: rcar-gen3: gstreamer: Update SRCREV and add extra configuration 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 Signed-off-by: Takamitsu Honda --- .../recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend | 2 +- .../gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend | 2 +- .../gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend index cf19c00..7d90891 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend @@ -2,7 +2,7 @@ SRC_URI = "git://github.com/renesas-rcar/gst-omx.git;branch=RCAR-GEN3/1.2.0" DEPENDS += "omx-user-module mmngrbuf-user-module" -SRCREV = "39061698da1b8e29b1cfc8648210837cbdc11295" +SRCREV = "2534795f6e9b17e3699de18207c75e868630b446" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ file://omx/gstomx.h;beginline=1;endline=22;md5=9281ffe981001da5a13db0303fa7c4ab \ diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend index 0b78fc2..9ffb791 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend @@ -4,7 +4,7 @@ SRC_URI += " \ file://0001-glimagesink-Downrank-to-marginal.patch \ file://0002-glplugin-glwindow-fix-memory-leak-of-navigation-thre.patch \ " -SRCREV = "3143b25ca69f1f6bacdac0a33248007c979ba4a5" +SRCREV = "9b7c647fb89c137439c2edae5e96c44c8fe6337f" DEPENDS += "weston" diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend index 67afefd..6b37048 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend @@ -5,13 +5,16 @@ SRC_URI += " \ file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \ " -SRCREV = "ef4a8e903673cd0415ac7485b700b022c2e4410a" +SRCREV = "6770b1749f7ea1a56cc71ac94d48f9a9cf39af72" DEPENDS += "mmngrbuf-user-module" S = "${WORKDIR}/git" -EXTRA_OECONF_append = " --enable-cont-frame-capture" +EXTRA_OECONF_append = " \ + --enable-cont-frame-capture \ + --enable-ignore-fps-of-video-standard \ +" # submodule is extracted before do_populate_lic addtask do_init_submodule after do_unpack before do_patch -- cgit 1.2.3-korg