From 377dc35aa123e447bf1bc54d10171fb9d093f0e9 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Fri, 12 Oct 2018 04:20:36 -0400 Subject: 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 Signed-off-by: Takamitsu Honda --- .../gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend') 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" -- cgit 1.2.3-korg