summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xw@renesas.com>2018-10-12 04:20:36 -0400
committerKhang Nguyen <khang.nguyen.xv@renesas.com>2018-10-29 13:41:32 +0700
commit377dc35aa123e447bf1bc54d10171fb9d093f0e9 (patch)
tree65f4e1c44b1a8c0f4592fe58594f4dd821fb13a4 /meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb
parenteb7d4d92b51b4f89e0230932814cac184a377359 (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-plugin-vspfilter_1.0.0.bb')
-rw-r--r--meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb2
1 files changed, 1 insertions, 1 deletions
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"