From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8D61EE015C2 for ; Wed, 13 Nov 2013 23:36:00 -0800 (PST) Received: by mail-lb0-f172.google.com with SMTP id c11so1239719lbj.31 for ; Wed, 13 Nov 2013 23:35:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=J/ukg1X5Cca03yj8vgXfRRb17fxOJZIdFARVa3X/cbw=; b=KrnS/wk2u+gjTR3aTXzO4xEmSG3GeyRB3/bE4RA5Tzte2sVReHJNdN77J+XMvezq3n vv2alOAj2KnoSOiE4Yt933o6OuWZ+7pdf/v0Tyvl/9KFi8SwlmXAq+ExoPQwsyvT3KlK iLvsdmc4EwxJkvqhWeK7yVYejOlbN64x6LRULgG1FhuxF+Y+Z/UmZxRK75v6PuNDxhRJ QEZ7TWbXeXmxWGT7OxOOQYt7TQJzm1y1nIe03oEmNTTBdR9zXMRyR72rzHMcbBe+Bg65 YwmMzC/fGjkfm8JJAj1PFR0BkRED0f6mRTGCt3eFkuQsYwA4CJjRqPKGprPp6sY42Ym6 jvBg== X-Received: by 10.112.72.100 with SMTP id c4mr1128439lbv.57.1384414559217; Wed, 13 Nov 2013 23:35:59 -0800 (PST) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id go4sm4756935lbc.3.2013.11.13.23.35.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Nov 2013 23:35:58 -0800 (PST) Message-ID: <52847D63.1010306@gmail.com> Date: Thu, 14 Nov 2013 09:36:03 +0200 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Otavio Salvador References: <528394CB.2080208@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: mfw_isink imx53 missing libgstfsl-0.10.so X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 07:36:02 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/13/2013 05:58 PM, Otavio Salvador wrote: > On Wed, Nov 13, 2013 at 1:03 PM, Janis Coders wrote: >> (dora branch, imx53, all image with gstreamer) >> >> Hi, recently started playing with gstreamer mfw_isink element, which allows >> multiple simultaneous video playbacks on one screen. >> I am having multiple problems with this element, but that's probably because >> I don't understand some features. There is one thing I know for sure - that >> library link is incorrect. When launching video playback with mfw_isink I >> get an error. >> >> Can not open dll, libgstfsl-0.10.so: cannot open shared object file: No such >> file or directory. >> >> It can be fixed with >> ln -s /usr/lib/libgstfsl-0.10.so.0.0.1 /usr/lib/libgstfsl-0.10.so >> >> ------- >> Non Yocto related stuff >> ------ >> For this to work I still have to set /usr/share/vssconfig fb to 0, but I >> don't know what it really does and after that the GUI disappears after video >> playback. > Can you open two issues in our bugzilla for those? We can handle them separated. > Seems like the bug has been reported a year ago for imx6, but I've got the same bug for imx53 (about not found library): https://bugzilla.yoctoproject.org/show_bug.cgi?id=3781 And it seems like you have had discussion about vssconfig in this mailing list: http://comments.gmane.org/gmane.linux.embedded.yocto.meta-freescale/541 , but is this really a solution? Shouldn't it work out of the box without messing with vssconfig? - The vssconfig comes from Freescale's library anyway.