From 41ad94640b6369e6a7c49c09773cb58b245c73ac Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 13 Oct 2010 10:08:44 +0800 Subject: libowl-av: Fix music player crash if adding unknown type files Using bus message to call function flush_head/feed_head in main thread to protect private data operation. A better fix may be to listen to bus message "CODEC_NOT_FOUND" and "MISSING_PLUGIN" directly to avoid hooking into "unknown-type" signal. We will revisit it in next period. This fixes [BUGID #296] Signed-off-by: Dongxiao Xu --- meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-sato/owl-video-widget/libowl-av_svn.bb') diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb index be3469965a..e00d3b6d9a 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb @@ -13,10 +13,11 @@ RDEPENDS = "gst-meta-base" RRECOMMENDS = "gst-meta-audio gst-meta-video" PV = "0.0+svnr${SRCREV}" -PR = "r3" +PR = "r4" S = "${WORKDIR}/${PN}" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" +SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \ + file://gst_change_state.patch" inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf