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-omx_1.2.0.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-omx_1.2.0.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend | 2 |
1 files changed, 1 insertions, 1 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 \ |