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