diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2018-10-12 04:20:36 -0400 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@renesas.com> | 2018-10-29 13:41:32 +0700 |
commit | 377dc35aa123e447bf1bc54d10171fb9d093f0e9 (patch) | |
tree | 65f4e1c44b1a8c0f4592fe58594f4dd821fb13a4 /meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend | |
parent | eb7d4d92b51b4f89e0230932814cac184a377359 (diff) |
rcar-gen3: gstreamer: Update SRCREV to follow the latest version
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>
Diffstat (limited to 'meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend index 76bf7fb..cf125bb 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend @@ -1,7 +1,7 @@ SRC_URI_remove = "http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz" SRC_URI_append = " git://github.com/renesas-rcar/gst-plugins-good.git;branch=RCAR-GEN3/1.12.2" -SRCREV = "ef81bc61a684e837af5a61d472a15750d59007c1" +SRCREV = "3fd901306fb0fad520e7cbb6a3b0acc79e810700" DEPENDS += "mmngrbuf-user-module" |