Re: [gst-embedded] Need help in aac decoder error

2010-02-24 Thread Tim-Philipp Müller
On Wed, 2010-02-24 at 08:55 +0530, Mayank Kapoor wrote: Hi, > This parser is not my parser, it is Gstreamer's parser taken > from bad-plugin, I have also tried the same parser with "faad" element > to play aac file on my ubuntu desktop and it works fine But the same > parser gives this error on m

Re: [gst-embedded] Need help in aac decoder error

2010-02-23 Thread Mayank Kapoor
Hi Tim, Thanks for the reply. This parser is not my parser, it is Gstreamer's parser taken from bad-plugin, I have also tried the same parser with "faad" element to play aac file on my ubuntu desktop and it works fine But the same parser gives this error on my board with my decoder. Still try

Re: [gst-embedded] Need help in aac decoder error

2010-02-23 Thread Tim-Philipp Müller
On Tue, 2010-02-23 at 11:59 +0530, Mayank Kapoor wrote: > I am trying to run the following pipeline on target board: > > gst-launch-0.10 filesrc location= AAC_stereo.aac ! > aacparse ! myaac_decoder ! alsasink -v > > here myaac_decoder is the basic aac decoder element that i have > written.But

[gst-embedded] Need help in aac decoder error

2010-02-22 Thread Mayank Kapoor
Hi, I am trying to run the following pipeline on target board: *gst-launch-0.10 filesrc location= AAC_stereo.aac ! aacparse ! myaac_decoder ! alsasink -v* here myaac_decoder is the basic aac decoder element that i have written.But when I run this pipeline I get following error. My understanding f