diff options
author | Yuqing Zhu <b54851@freescale.com> | 2015-08-21 22:29:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:48:31 +0100 |
commit | f051f10c0fb95f2fdbe15974f6c8ed38c38b0d2b (patch) | |
tree | b1ae52b1cc91053b2a929e1a053a541019152919 /meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb | |
parent | 9a24b6b1237c8fd0b413099b2a7ea82262973cac (diff) | |
download | poky-f051f10c0fb95f2fdbe15974f6c8ed38c38b0d2b.tar.gz |
gstreamer1.0: Fix sticky events haven't been sent out when active track reach EOS
EOS event hasn't been sent to down-element. The resolution is block EOS event
of inactive pad, sending the event after the pad actived.
(From OE-Core rev: 19a2016bff489809af4852a20b9feebcc835a446)
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_1.4.5.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb index 0a2ce86343..902f79d60d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb | |||
@@ -7,6 +7,7 @@ SRC_URI = " \ | |||
7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ | 7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ |
8 | file://0001-Fix-crash-with-gst-inspect.patch \ | 8 | file://0001-Fix-crash-with-gst-inspect.patch \ |
9 | file://0001-gstinfo-Shorten-__FILE__-on-all-platforms.patch \ | 9 | file://0001-gstinfo-Shorten-__FILE__-on-all-platforms.patch \ |
10 | file://inputselector-sticky-events-haven-t-send-out-when-ac-1-4-1.patch \ | ||
10 | " | 11 | " |
11 | SRC_URI[md5sum] = "88a9289c64a4950ebb4f544980234289" | 12 | SRC_URI[md5sum] = "88a9289c64a4950ebb4f544980234289" |
12 | SRC_URI[sha256sum] = "40801aa7f979024526258a0e94707ba42b8ab6f7d2206e56adbc4433155cb0ae" | 13 | SRC_URI[sha256sum] = "40801aa7f979024526258a0e94707ba42b8ab6f7d2206e56adbc4433155cb0ae" |