summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
diff options
context:
space:
mode:
authorYuqing Zhu <b54851@freescale.com>2015-08-10 11:41:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-11 09:28:49 -0700
commite9a3cfad288b79dd6036d7de7a4e21b8bb5c05ca (patch)
treeb7a69ec0153c6c8ddc09051897c937e834bc3aa3 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
parent96cc8de72c6bd4308a4a2a269b06084f024f3597 (diff)
downloadpoky-e9a3cfad288b79dd6036d7de7a4e21b8bb5c05ca.tar.gz
gstreamer1.0-plugins-base: Set need_segment after sink pad receive GST_EVENT_SEGMENT
Subparse works in push mode, chain funciton will be called once up stream element finished the seeking and flushing. If set need_segment flag in src pad event handler, the segment event will be pushed earlier, result in the subtitle text will be send out to down stream from the beginning. (From OE-Core rev: 48742378cd91297db439ee83576f3663befaa8f9) Signed-off-by: Yuqing Zhu <b54851@freescale.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
index 85e2ad6cb7..ba76bdddb6 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
@@ -20,6 +20,7 @@ SRC_URI += "file://do-not-change-eos-event-to-gap-event-if.patch \
20 file://0001-basetextoverlay-make-memory-copy-when-video-buffer-s.patch \ 20 file://0001-basetextoverlay-make-memory-copy-when-video-buffer-s.patch \
21 file://0002-gstplaysink-don-t-set-async-of-custom-text-sink-to-f.patch \ 21 file://0002-gstplaysink-don-t-set-async-of-custom-text-sink-to-f.patch \
22 file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \ 22 file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \
23 file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \
23" 24"
24 25
25SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e" 26SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e"