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:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-01 21:19:34 +0100
commitad872f275796c2f89de1067baaf7371e802a6d49 (patch)
tree79fedeff5f1d54f6ace4da4354b0d171e126edee /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
parentbaab91ee8cccbdebe272001a0a364a417fd36668 (diff)
downloadpoky-ad872f275796c2f89de1067baaf7371e802a6d49.tar.gz
gstreamer1.0-plugins-base: Bug fix for id3demux issue
Use g_utf16_to_utf8() instead of g_convert to fix the issue that id3 tags utf16 charaters cannot be extreacted in id3demux when try to get the id3v2 tag such as TIT2, TALB etc. (From OE-Core master rev: 9f8c49862ee67f7f618f102f29f067ec2d712136) (From OE-Core rev: f8a2ecb6995fdafef175fc084df6ab2d06335764) 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 11cf8b4fde..aaa1ecba77 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
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
8SRC_URI += "file://do-not-change-eos-event-to-gap-event-if.patch \ 8SRC_URI += "file://do-not-change-eos-event-to-gap-event-if.patch \
9 file://get-caps-from-src-pad-when-query-caps.patch \ 9 file://get-caps-from-src-pad-when-query-caps.patch \
10 file://taglist-not-send-to-down-stream-if-all-the-frame-cor.patch \ 10 file://taglist-not-send-to-down-stream-if-all-the-frame-cor.patch \
11 file://fix-id3demux-utf16-to-utf8-issue.patch \
11" 12"
12 13
13SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e" 14SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e"