* [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults
@ 2013-04-30 6:02 Erik Botö
2013-04-30 11:25 ` Daiane Angolini
2013-05-02 15:36 ` Daiane Angolini
0 siblings, 2 replies; 7+ messages in thread
From: Erik Botö @ 2013-04-30 6:02 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
Hi,
I tried building the fsl-image-test + gst-plugins-good-id3demux to
enable mp3 playback using gst-launch. But when doing gst-launch
playbin2 uri=file:///path/to/mp3 gst-launch segfaults. If I build
another image with the mad-plugin for gstreamer, and remove
libmfw_gst_mp3dec.so so the mad-plugin is used it plays ok.
Has someone else tried to use the gstreamer plugin provided by
libmfw_gst_mp3dec.so for mp3 playback?
Cheers,
Erik
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults
2013-04-30 6:02 [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults Erik Botö
@ 2013-04-30 11:25 ` Daiane Angolini
2013-05-02 7:04 ` Erik Botö
2013-05-02 15:36 ` Daiane Angolini
1 sibling, 1 reply; 7+ messages in thread
From: Daiane Angolini @ 2013-04-30 11:25 UTC (permalink / raw)
To: Erik Botö; +Cc: meta-freescale@yoctoproject.org
On 04/30/2013 03:02 AM, Erik Botö wrote:
> Hi,
>
> I tried building the fsl-image-test + gst-plugins-good-id3demux to
> enable mp3 playback using gst-launch. But when doing gst-launch
> playbin2 uri=file:///path/to/mp3 gst-launch segfaults. If I build
> another image with the mad-plugin for gstreamer, and remove
> libmfw_gst_mp3dec.so so the mad-plugin is used it plays ok.
>
> Has someone else tried to use the gstreamer plugin provided by
> libmfw_gst_mp3dec.so for mp3 playback?
I have not.
Could you, please, share the demux, decoder, audio sink you've been
using in each case? (with and without FSL mp3 decoder)
I will give it a try using my imx6qsabresd board (I don't have nitrogen)
--
Daiane
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults
2013-04-30 11:25 ` Daiane Angolini
@ 2013-05-02 7:04 ` Erik Botö
2013-05-02 12:42 ` Otavio Salvador
0 siblings, 1 reply; 7+ messages in thread
From: Erik Botö @ 2013-05-02 7:04 UTC (permalink / raw)
To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org
Hi,
Would be great if you have the chance to test, so I know if it's just
me :) I think there shouldn't be a difference between SabreLite and
Nitrogen6X on this issue.
I tried to identify the key elements in the gstreamer pipes:
Working:
id3demux
mpegaudioparse0
mad
pulsesink
Crashing:
id3demux
mpegaudioparse0
mfw_mp3decoder
pulsesink
Cheers,
Erik
On Tue, Apr 30, 2013 at 1:25 PM, Daiane Angolini
<daiane.angolini@freescale.com> wrote:
> On 04/30/2013 03:02 AM, Erik Botö wrote:
>>
>> Hi,
>>
>> I tried building the fsl-image-test + gst-plugins-good-id3demux to
>> enable mp3 playback using gst-launch. But when doing gst-launch
>> playbin2 uri=file:///path/to/mp3 gst-launch segfaults. If I build
>> another image with the mad-plugin for gstreamer, and remove
>> libmfw_gst_mp3dec.so so the mad-plugin is used it plays ok.
>>
>> Has someone else tried to use the gstreamer plugin provided by
>> libmfw_gst_mp3dec.so for mp3 playback?
>
>
> I have not.
>
> Could you, please, share the demux, decoder, audio sink you've been using in
> each case? (with and without FSL mp3 decoder)
>
> I will give it a try using my imx6qsabresd board (I don't have nitrogen)
>
>
>
> --
> Daiane
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults
2013-05-02 7:04 ` Erik Botö
@ 2013-05-02 12:42 ` Otavio Salvador
0 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-05-02 12:42 UTC (permalink / raw)
To: Erik Botö; +Cc: meta-freescale@yoctoproject.org
On Thu, May 2, 2013 at 4:04 AM, Erik Botö <erik.boto@pelagicore.com> wrote:
> Hi,
>
> Would be great if you have the chance to test, so I know if it's just
> me :) I think there shouldn't be a difference between SabreLite and
> Nitrogen6X on this issue.
>
> I tried to identify the key elements in the gstreamer pipes:
>
> Working:
> id3demux
> mpegaudioparse0
> mad
> pulsesink
>
> Crashing:
> id3demux
> mpegaudioparse0
> mfw_mp3decoder
> pulsesink
It'd be good to open a bugzilla issue for it so we can track progress
on this issue.
Can you open and put all details there?
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults
2013-04-30 6:02 [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults Erik Botö
2013-04-30 11:25 ` Daiane Angolini
@ 2013-05-02 15:36 ` Daiane Angolini
2013-05-02 17:17 ` Gary Thomas
1 sibling, 1 reply; 7+ messages in thread
From: Daiane Angolini @ 2013-05-02 15:36 UTC (permalink / raw)
To: Erik Botö; +Cc: meta-freescale@yoctoproject.org
On 04/30/2013 03:02 AM, Erik Botö wrote:
> Hi,
>
> I tried building the fsl-image-test + gst-plugins-good-id3demux to
> enable mp3 playback using gst-launch. But when doing gst-launch
> playbin2 uri=file:///path/to/mp3 gst-launch segfaults. If I build
> another image with the mad-plugin for gstreamer, and remove
> libmfw_gst_mp3dec.so so the mad-plugin is used it plays ok.
>
> Has someone else tried to use the gstreamer plugin provided by
> libmfw_gst_mp3dec.so for mp3 playback?
I was able to reproduce it on imx6qsabresd:
der ! alsasinkesd:/home# gst-launch filesrc location=/home/sax.mp3 !
mfw_mp3deco
BLN_MAD-MMCODECS_MP3D_ARM_02.13.00_CORTEX-A8 build on Dec 5 2012 09:45:19.
MFW_GST_MP3_DECODER_PLUGIN 3.0.5 build on May 2 2013 11:25:54.
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Caught SIGSEGV accessing address (nil)
#0 0x49d717d4 in ?? ()
#1 0x49d717c4 in ?? ()
#2 0x49d717c4 in ?? ()
Spinning. Please run 'gdb gst-launch 1112' to continue debugging,
Ctrl-C to quit, or Ctrl-\ to dump core.
Could you, please, file a bug?
https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=meta-fsl-arm
--
Daiane
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults
2013-05-02 15:36 ` Daiane Angolini
@ 2013-05-02 17:17 ` Gary Thomas
2013-05-03 6:26 ` Erik Botö
0 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2013-05-02 17:17 UTC (permalink / raw)
To: meta-freescale
On 2013-05-02 09:36, Daiane Angolini wrote:
> On 04/30/2013 03:02 AM, Erik Botö wrote:
>> Hi,
>>
>> I tried building the fsl-image-test + gst-plugins-good-id3demux to
>> enable mp3 playback using gst-launch. But when doing gst-launch
>> playbin2 uri=file:///path/to/mp3 gst-launch segfaults. If I build
>> another image with the mad-plugin for gstreamer, and remove
>> libmfw_gst_mp3dec.so so the mad-plugin is used it plays ok.
>>
>> Has someone else tried to use the gstreamer plugin provided by
>> libmfw_gst_mp3dec.so for mp3 playback?
>
> I was able to reproduce it on imx6qsabresd:
It doesn't seem to be target specific - also fails on the SabreLite
>
> der ! alsasinkesd:/home# gst-launch filesrc location=/home/sax.mp3 ! mfw_mp3deco
> BLN_MAD-MMCODECS_MP3D_ARM_02.13.00_CORTEX-A8 build on Dec 5 2012 09:45:19.
> MFW_GST_MP3_DECODER_PLUGIN 3.0.5 build on May 2 2013 11:25:54.
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
> Caught SIGSEGV accessing address (nil)
> #0 0x49d717d4 in ?? ()
> #1 0x49d717c4 in ?? ()
> #2 0x49d717c4 in ?? ()
> Spinning. Please run 'gdb gst-launch 1112' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
>
>
> Could you, please, file a bug?
> https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=meta-fsl-arm
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults
2013-05-02 17:17 ` Gary Thomas
@ 2013-05-03 6:26 ` Erik Botö
0 siblings, 0 replies; 7+ messages in thread
From: Erik Botö @ 2013-05-03 6:26 UTC (permalink / raw)
To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org
Hi all,
Thanks for helping me verify that the bug exist for other boards and
builds as well. I have created a bugzilla entry where I tried to
capture the info in this thread,
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4449
Cheers,
Erik
On Thu, May 2, 2013 at 7:17 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2013-05-02 09:36, Daiane Angolini wrote:
>>
>> On 04/30/2013 03:02 AM, Erik Botö wrote:
>>>
>>> Hi,
>>>
>>> I tried building the fsl-image-test + gst-plugins-good-id3demux to
>>> enable mp3 playback using gst-launch. But when doing gst-launch
>>> playbin2 uri=file:///path/to/mp3 gst-launch segfaults. If I build
>>> another image with the mad-plugin for gstreamer, and remove
>>> libmfw_gst_mp3dec.so so the mad-plugin is used it plays ok.
>>>
>>> Has someone else tried to use the gstreamer plugin provided by
>>> libmfw_gst_mp3dec.so for mp3 playback?
>>
>>
>> I was able to reproduce it on imx6qsabresd:
>
>
> It doesn't seem to be target specific - also fails on the SabreLite
>
>
>>
>> der ! alsasinkesd:/home# gst-launch filesrc location=/home/sax.mp3 !
>> mfw_mp3deco
>> BLN_MAD-MMCODECS_MP3D_ARM_02.13.00_CORTEX-A8 build on Dec 5 2012
>> 09:45:19.
>> MFW_GST_MP3_DECODER_PLUGIN 3.0.5 build on May 2 2013 11:25:54.
>> Setting pipeline to PAUSED ...
>> Pipeline is PREROLLING ...
>> Caught SIGSEGV accessing address (nil)
>> #0 0x49d717d4 in ?? ()
>> #1 0x49d717c4 in ?? ()
>> #2 0x49d717c4 in ?? ()
>> Spinning. Please run 'gdb gst-launch 1112' to continue debugging, Ctrl-C
>> to quit, or Ctrl-\ to dump core.
>>
>>
>> Could you, please, file a bug?
>> https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=meta-fsl-arm
>>
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-05-03 6:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 6:02 [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults Erik Botö
2013-04-30 11:25 ` Daiane Angolini
2013-05-02 7:04 ` Erik Botö
2013-05-02 12:42 ` Otavio Salvador
2013-05-02 15:36 ` Daiane Angolini
2013-05-02 17:17 ` Gary Thomas
2013-05-03 6:26 ` Erik Botö
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.