diff options
author | Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> | 2017-02-16 14:44:57 +0700 |
---|---|---|
committer | Khiem Nguyen <khiem.nguyen.xt@renesas.com> | 2017-03-27 03:03:40 +0000 |
commit | 1a84ea11fed9b1d96cfc022319a9e0df95a9832b (patch) | |
tree | f77d91f0f6f6c3c4d515dd378de9042f1e128c97 /meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend | |
parent | 3998de50ab40ddb75043082c3188c2ae3dac9453 (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>
Diffstat (limited to 'meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend | 7 |
1 files changed, 5 insertions, 2 deletions
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 |