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 --- .../recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb') diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb index e101785..9ef7d80 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb @@ -19,7 +19,7 @@ SRC_URI = " \ file://${VSPFILTER_CONF} \ " -SRCREV = "7f156a6064c11b4e623347fd7d0141ecee75eb36" +SRCREV = "c506c57b6c169e0cd9578a294a829640a531c2d4" S = "${WORKDIR}/git" -- cgit 1.2.3-korg