All of lore.kernel.org
 help / color / mirror / Atom feed
* mfw_isink imx53 missing libgstfsl-0.10.so
@ 2013-11-13 15:03 Janis Coders
  2013-11-13 15:58 ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: Janis Coders @ 2013-11-13 15:03 UTC (permalink / raw)
  To: meta-freescale

(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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mfw_isink imx53 missing libgstfsl-0.10.so
  2013-11-13 15:03 mfw_isink imx53 missing libgstfsl-0.10.so Janis Coders
@ 2013-11-13 15:58 ` Otavio Salvador
  2013-11-14  7:36   ` Janis Coders
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2013-11-13 15:58 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale

On Wed, Nov 13, 2013 at 1:03 PM, Janis Coders <janis.coders@gmail.com> 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.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mfw_isink imx53 missing libgstfsl-0.10.so
  2013-11-13 15:58 ` Otavio Salvador
@ 2013-11-14  7:36   ` Janis Coders
  2013-11-14 16:23     ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: Janis Coders @ 2013-11-14  7:36 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On 11/13/2013 05:58 PM, Otavio Salvador wrote:
> On Wed, Nov 13, 2013 at 1:03 PM, Janis Coders <janis.coders@gmail.com> 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.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mfw_isink imx53 missing libgstfsl-0.10.so
  2013-11-14  7:36   ` Janis Coders
@ 2013-11-14 16:23     ` Otavio Salvador
  2013-11-14 17:27       ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2013-11-14 16:23 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale

Hello Janis,

On Thu, Nov 14, 2013 at 5:36 AM, Janis Coders <janis.coders@gmail.com> wrote:
> On 11/13/2013 05:58 PM, Otavio Salvador wrote:
>>
>> On Wed, Nov 13, 2013 at 1:03 PM, Janis Coders <janis.coders@gmail.com>
>> 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

Could you cook a patch for this? I'd be more than happy to review it
and help to clean this up.

> 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.

I am not sure. I am not a multimedia guy so I am not very comfortable
to have a call here.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mfw_isink imx53 missing libgstfsl-0.10.so
  2013-11-14 16:23     ` Otavio Salvador
@ 2013-11-14 17:27       ` Otavio Salvador
  2013-11-15 12:55         ` Janis Coders
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2013-11-14 17:27 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale

Hello Janis,

On Thu, Nov 14, 2013 at 2:23 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Thu, Nov 14, 2013 at 5:36 AM, Janis Coders <janis.coders@gmail.com> wrote:
>> 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
>
> Could you cook a patch for this? I'd be more than happy to review it
> and help to clean this up.

I sent a patch to the mailing list; please give it a try and confirm
if it works for you.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mfw_isink imx53 missing libgstfsl-0.10.so
  2013-11-14 17:27       ` Otavio Salvador
@ 2013-11-15 12:55         ` Janis Coders
  2013-11-15 13:06           ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: Janis Coders @ 2013-11-15 12:55 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On 11/14/2013 07:27 PM, Otavio Salvador wrote:
> Hello Janis,
>
> On Thu, Nov 14, 2013 at 2:23 PM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>> On Thu, Nov 14, 2013 at 5:36 AM, Janis Coders <janis.coders@gmail.com> wrote:
>>> 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
>> Could you cook a patch for this? I'd be more than happy to review it
>> and help to clean this up.
> I sent a patch to the mailing list; please give it a try and confirm
> if it works for you.
>
For testing cherry-picked your commit from dora-next into dora and seems 
like the link is created
and the mfw_isink works without "missing dll" error.
Thank you.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mfw_isink imx53 missing libgstfsl-0.10.so
  2013-11-15 12:55         ` Janis Coders
@ 2013-11-15 13:06           ` Otavio Salvador
  2013-11-15 13:31             ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2013-11-15 13:06 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale

On Fri, Nov 15, 2013 at 10:55 AM, Janis Coders <janis.coders@gmail.com> wrote:
> On 11/14/2013 07:27 PM, Otavio Salvador wrote:
>>
>> Hello Janis,
>>
>> On Thu, Nov 14, 2013 at 2:23 PM, Otavio Salvador
>> <otavio@ossystems.com.br> wrote:
>>>
>>> On Thu, Nov 14, 2013 at 5:36 AM, Janis Coders <janis.coders@gmail.com>
>>> wrote:
>>>>
>>>> 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
>>>
>>> Could you cook a patch for this? I'd be more than happy to review it
>>> and help to clean this up.
>>
>> I sent a patch to the mailing list; please give it a try and confirm
>> if it works for you.
>>
> For testing cherry-picked your commit from dora-next into dora and seems
> like the link is created
> and the mfw_isink works without "missing dll" error.

Awesome.

Thanks for testing.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: mfw_isink imx53 missing libgstfsl-0.10.so
  2013-11-15 13:06           ` Otavio Salvador
@ 2013-11-15 13:31             ` Otavio Salvador
  0 siblings, 0 replies; 8+ messages in thread
From: Otavio Salvador @ 2013-11-15 13:31 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale

On Fri, Nov 15, 2013 at 11:06 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Fri, Nov 15, 2013 at 10:55 AM, Janis Coders <janis.coders@gmail.com> wrote:
>> On 11/14/2013 07:27 PM, Otavio Salvador wrote:
>>>
>>> Hello Janis,
>>>
>>> On Thu, Nov 14, 2013 at 2:23 PM, Otavio Salvador
>>> <otavio@ossystems.com.br> wrote:
>>>>
>>>> On Thu, Nov 14, 2013 at 5:36 AM, Janis Coders <janis.coders@gmail.com>
>>>> wrote:
>>>>>
>>>>> 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
>>>>
>>>> Could you cook a patch for this? I'd be more than happy to review it
>>>> and help to clean this up.
>>>
>>> I sent a patch to the mailing list; please give it a try and confirm
>>> if it works for you.
>>>
>> For testing cherry-picked your commit from dora-next into dora and seems
>> like the link is created
>> and the mfw_isink works without "missing dll" error.
>
> Awesome.
>
> Thanks for testing.

Applied to master and dora.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-11-15 13:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13 15:03 mfw_isink imx53 missing libgstfsl-0.10.so Janis Coders
2013-11-13 15:58 ` Otavio Salvador
2013-11-14  7:36   ` Janis Coders
2013-11-14 16:23     ` Otavio Salvador
2013-11-14 17:27       ` Otavio Salvador
2013-11-15 12:55         ` Janis Coders
2013-11-15 13:06           ` Otavio Salvador
2013-11-15 13:31             ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.