diff options
author | Yuqing Zhu <b54851@freescale.com> | 2015-08-10 11:41:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 08:52:07 -0700 |
commit | c3ed0c2162dcdbb1aced57aed33e2791b81db558 (patch) | |
tree | edd0bd80d7c3c22fa23bc6b093f4fc37541e9445 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | |
parent | 817e542096cf2d415b1725ee98a4d3bbf0ed9415 (diff) | |
download | openembedded-core-c3ed0c2162dcdbb1aced57aed33e2791b81db558.tar.gz openembedded-core-c3ed0c2162dcdbb1aced57aed33e2791b81db558.tar.bz2 openembedded-core-c3ed0c2162dcdbb1aced57aed33e2791b81db558.zip |
gstreamer1.0-plugins-base: Don't set async of custom text-sink to false
Setting async to false will lead A/V sync problem when seeking.
The preroll need to use GAP event instead of setting async to false.
Signed-off-by: Yuqing Zhu <b54851@freescale.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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.bb | 1 |
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 7aba40d504..8d926f3216 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 @@ -18,6 +18,7 @@ SRC_URI += "file://do-not-change-eos-event-to-gap-event-if.patch \ file://do-not-change-eos-event-to-gap-event2.patch \ file://do-not-change-eos-event-to-gap-event3.patch \ file://0001-basetextoverlay-make-memory-copy-when-video-buffer-s.patch \ + file://0002-gstplaysink-don-t-set-async-of-custom-text-sink-to-f.patch \ " SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e" |