From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F0B06E017B4 for ; Wed, 13 Nov 2013 07:03:38 -0800 (PST) Received: by mail-lb0-f180.google.com with SMTP id u14so438091lbd.39 for ; Wed, 13 Nov 2013 07:03:37 -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:subject :content-type:content-transfer-encoding; bh=8tl+B5GDtdDpyyaprHv4QCxGQd7Sxp6B6XdxybPSD/4=; b=aWdkvuUkG4iOVl+kN6zeeAADuT0L8CeIH323nVojvn+Oy3j+wabdWjXmwK0G/iCR+9 n1/zRv2zzTXaazcQeEWDp6UpwazZuGTrPiH14PPHc8Xl5cPmkkqXI5xTO4oU2yYBB1/+ E02NPwTeHIpfG2JPY0oUOLXf7bvFZ3OmD1ZAXj+Sx528+lbICI5fdu/4/S/1EUrrpn9k 9w2lU9RIKaoPgaqpNFrBX3NByYTfrHzCIZBwDIp6e6890kdaAv2S54NrFFR1rbJZT4fU yO09nNumNhY9/vE6LuuOxCWIKKH5dL7Xk+Xq0pOtA5J+6SBXPvIzEU1VsQq28DiaaeFj +WzA== X-Received: by 10.112.172.137 with SMTP id bc9mr31078581lbc.21.1384355016141; Wed, 13 Nov 2013 07:03:36 -0800 (PST) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id bl4sm18234lbd.9.2013.11.13.07.03.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Nov 2013 07:03:34 -0800 (PST) Message-ID: <528394CB.2080208@gmail.com> Date: Wed, 13 Nov 2013 17:03:39 +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: "meta-freescale@yoctoproject.org" Subject: 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: Wed, 13 Nov 2013 15:03:47 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit (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.