All of lore.kernel.org
 help / color / mirror / Atom feed
* GStreamer missing base plugin element and related issues
@ 2013-10-30 20:41 Joshua Kurland
  2013-10-31 11:49 ` Daiane Angolini
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Kurland @ 2013-10-30 20:41 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org; +Cc: Jeremy Thien

I am having a few issues with gstreamer on wandboard-quad using Dora
branch with kernel 3.0.35-4.0.0.  I have been using fsl-image-test
with extra packages loaded from local.conf for easy testing.  The
first issue I have is that gst-plugins-base is missing the pango
plugin.  Is this intentional or a bug?  How can I add it in?

Second, I am having difficulty with the alpha channel when using
mfw_v4lsink.  Because I am using fsl-image-test, the console is always
present.  Setting VSALPHA=1 does nothing.  If I change the sink to
mfw_isink it all works, but I don't want to use isink at the moment.
How can I either:  a.) Fix the alpha blend with v4lsink, or b.) get
rid of the console in the background?

When using multioverlay with mfw_isink with console commands (and
following this doc: https://community.freescale.com/docs/DOC-93788)
when the video file reaches the EOS, the VPU crashes and prints the
following to the screen:
  Got EOS from element "pipeline0".
  Execution ended after 108164009014 ns.
  Setting pipeline to PAUSED ...
  Setting pipeline to READY ...
  Can not open dll, libgstfsl-0.10.so: cannot open shared object file:
No such file or directory.
  Caught SIGSEGV accessing address (nil)
  #0  0x40119580 in ?? ()
  #1  0x40119568 in ?? ()
  #2  0x40119568 in ?? ()
  Spinning.  Please run 'gdb gst-launch 1684' to continue debugging,
Ctrl-C to quit, or Ctrl-\ to dump   core.

This forces me to reboot the board in order to use the vpu again.   Gdb says
  #0  0x40180e14 in ?? ()
  #1  0x40180e04 in ?? ()
  #2  0x40180e04 in ?? ()
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Lastly I am not able to display jpeg images.  Following this tutorial
(https://community.freescale.com/docs/DOC-93790), results in the error
'source fmt error'.  I have Tried with multiple jpegs of different
resolutions from different sources, all with the same result.  This
also seems to lock up the VPU, forcing a reboot in order to play video
again.

Thanks for the help


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

* Re: GStreamer missing base plugin element and related issues
  2013-10-30 20:41 GStreamer missing base plugin element and related issues Joshua Kurland
@ 2013-10-31 11:49 ` Daiane Angolini
  2013-10-31 14:17   ` Joshua Kurland
  0 siblings, 1 reply; 3+ messages in thread
From: Daiane Angolini @ 2013-10-31 11:49 UTC (permalink / raw)
  To: Joshua Kurland; +Cc: meta-freescale@yoctoproject.org, Jeremy Thien

On 10/30/2013 06:41 PM, Joshua Kurland wrote:
> I am having a few issues with gstreamer on wandboard-quad using Dora
> branch with kernel 3.0.35-4.0.0.  I have been using fsl-image-test
> with extra packages loaded from local.conf for easy testing.  The
> first issue I have is that gst-plugins-base is missing the pango
> plugin.  Is this intentional or a bug?  How can I add it in?

I don't think missing a package is a bug. Why does pango is needed?

Have you tried to figure out how add it via local.conf?

>
> Second, I am having difficulty with the alpha channel when using
> mfw_v4lsink.  Because I am using fsl-image-test, the console is always
> present.  Setting VSALPHA=1 does nothing.  If I change the sink to
> mfw_isink it all works, but I don't want to use isink at the moment.
> How can I either:  a.) Fix the alpha blend with v4lsink, or b.) get
> rid of the console in the background?
>
> When using multioverlay with mfw_isink with console commands (and
> following this doc: https://community.freescale.com/docs/DOC-93788)
> when the video file reaches the EOS, the VPU crashes and prints the
> following to the screen:
>    Got EOS from element "pipeline0".
>    Execution ended after 108164009014 ns.
>    Setting pipeline to PAUSED ...
>    Setting pipeline to READY ...
>    Can not open dll, libgstfsl-0.10.so: cannot open shared object file:
> No such file or directory.

Please, find for the file on your rootfs and mainly on your work dir.

is it provided by any FSL MM package or not? If this is provided, is it 
installed?

Please, what version are we talking about? Dora? Master-next? I think 
both MM version differs.


>    Caught SIGSEGV accessing address (nil)
>    #0  0x40119580 in ?? ()
>    #1  0x40119568 in ?? ()
>    #2  0x40119568 in ?? ()
>    Spinning.  Please run 'gdb gst-launch 1684' to continue debugging,
> Ctrl-C to quit, or Ctrl-\ to dump   core.
>
> This forces me to reboot the board in order to use the vpu again.   Gdb says
>    #0  0x40180e14 in ?? ()
>    #1  0x40180e04 in ?? ()
>    #2  0x40180e04 in ?? ()
>    Backtrace stopped: previous frame identical to this frame (corrupt stack?)
>
> Lastly I am not able to display jpeg images.  Following this tutorial
> (https://community.freescale.com/docs/DOC-93790), results in the error
> 'source fmt error'.  I have Tried with multiple jpegs of different
> resolutions from different sources, all with the same result.  This
> also seems to lock up the VPU, forcing a reboot in order to play video
> again.

Let's focus on missing file first.

>
> Thanks for the help
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>




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

* Re: GStreamer missing base plugin element and related issues
  2013-10-31 11:49 ` Daiane Angolini
@ 2013-10-31 14:17   ` Joshua Kurland
  0 siblings, 0 replies; 3+ messages in thread
From: Joshua Kurland @ 2013-10-31 14:17 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org, Jeremy Thien

On Thu, Oct 31, 2013 at 7:49 AM, Daiane Angolini
<daiane.angolini@freescale.com> wrote:
> On 10/30/2013 06:41 PM, Joshua Kurland wrote:
>>
>> I am having a few issues with gstreamer on wandboard-quad using Dora
>> branch with kernel 3.0.35-4.0.0.  I have been using fsl-image-test
>> with extra packages loaded from local.conf for easy testing.  The
>> first issue I have is that gst-plugins-base is missing the pango
>> plugin.  Is this intentional or a bug?  How can I add it in?
>
>
> I don't think missing a package is a bug. Why does pango is needed?
>
> Have you tried to figure out how add it via local.conf?
>
>

I was not aware pango was separate from gst-plugin-base.  I would like
to use GstTextOverlay and GstTimeOverlay, which I had thought were
part of pango, but I may be mistaken on that.  I added
gst-plugins-base-textoverlay to local.conf which seemed to do the
trick, thanks!

>>
>> Second, I am having difficulty with the alpha channel when using
>> mfw_v4lsink.  Because I am using fsl-image-test, the console is always
>> present.  Setting VSALPHA=1 does nothing.  If I change the sink to
>> mfw_isink it all works, but I don't want to use isink at the moment.
>> How can I either:  a.) Fix the alpha blend with v4lsink, or b.) get
>> rid of the console in the background?
>>
>> When using multioverlay with mfw_isink with console commands (and
>> following this doc: https://community.freescale.com/docs/DOC-93788)
>> when the video file reaches the EOS, the VPU crashes and prints the
>> following to the screen:
>>    Got EOS from element "pipeline0".
>>    Execution ended after 108164009014 ns.
>>    Setting pipeline to PAUSED ...
>>    Setting pipeline to READY ...
>>    Can not open dll, libgstfsl-0.10.so: cannot open shared object file:
>> No such file or directory.
>
>
> Please, find for the file on your rootfs and mainly on your work dir.
>
> is it provided by any FSL MM package or not? If this is provided, is it
> installed?
>

Which file are you referring to?  libgstfsl-0.10.so?  In /usr/lib I
have libgstfsl-0.10.so.0 and libgstfsl-0.10.so.0.01.

> Please, what version are we talking about? Dora? Master-next? I think both
> MM version differs.

I just switched to Dora using kernel 3.0.35-4.0.0-wandboard.

>
>
>
>>    Caught SIGSEGV accessing address (nil)
>>    #0  0x40119580 in ?? ()
>>    #1  0x40119568 in ?? ()
>>    #2  0x40119568 in ?? ()
>>    Spinning.  Please run 'gdb gst-launch 1684' to continue debugging,
>> Ctrl-C to quit, or Ctrl-\ to dump   core.
>>
>> This forces me to reboot the board in order to use the vpu again.   Gdb
>> says
>>    #0  0x40180e14 in ?? ()
>>    #1  0x40180e04 in ?? ()
>>    #2  0x40180e04 in ?? ()
>>    Backtrace stopped: previous frame identical to this frame (corrupt
>> stack?)
>>
>> Lastly I am not able to display jpeg images.  Following this tutorial
>> (https://community.freescale.com/docs/DOC-93790), results in the error
>> 'source fmt error'.  I have Tried with multiple jpegs of different
>> resolutions from different sources, all with the same result.  This
>> also seems to lock up the VPU, forcing a reboot in order to play video
>> again.
>
>
> Let's focus on missing file first.
>
>>
>> Thanks for the help
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>
>
>


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

end of thread, other threads:[~2013-10-31 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 20:41 GStreamer missing base plugin element and related issues Joshua Kurland
2013-10-31 11:49 ` Daiane Angolini
2013-10-31 14:17   ` Joshua Kurland

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.