aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@rvc.renesas.com>2017-02-16 14:44:57 +0700
committerKhiem Nguyen <khiem.nguyen.xt@renesas.com>2017-03-27 03:03:40 +0000
commit1a84ea11fed9b1d96cfc022319a9e0df95a9832b (patch)
treef77d91f0f6f6c3c4d515dd378de9042f1e128c97
parent3998de50ab40ddb75043082c3188c2ae3dac9453 (diff)
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 <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend2
-rw-r--r--meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend2
-rw-r--r--meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend7
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