summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
diff options
context:
space:
mode:
authorYuqing Zhu <b54851@freescale.com>2016-01-28 17:02:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-31 13:29:49 +0000
commit2394b15ee0c928be5fff93e4f4cd34193a94196d (patch)
tree04888d2d01555909c6ff3098a3582ec10717f9d4 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
parent2724908252c844c4540340c3bef48284f5b12d08 (diff)
downloadpoky-2394b15ee0c928be5fff93e4f4cd34193a94196d.tar.gz
gstreamer1.0-plugins-base: Add video crop supporting when convert frame
Getting thumbnail will use convertframe to convert video frame to desired video format and size. But haven't process crop meta on the video buffer. Need to add video crop support. (From OE-Core rev: 078987cd3ad68acdb68e9d40d9021b96ffec6c09) Signed-off-by: Yuqing Zhu <b54851@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
index 95a012eb81..b9ed3f41be 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
@@ -10,6 +10,7 @@ SRC_URI = " \
10 file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \ 10 file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \
11 file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \ 11 file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \
12 file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \ 12 file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \
13 file://0005-convertframe-Support-video-crop-when-convert-frame.patch \
13" 14"
14 15
15SRC_URI[md5sum] = "3ddde0ad598ef69f58d6a2e87f8b460f" 16SRC_URI[md5sum] = "3ddde0ad598ef69f58d6a2e87f8b460f"