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 when

Re: [gst-embedded] Need Help In Totem Media Player

2010-02-23 Thread Tejas
Hi Felipe, With help of playbin2 also I am able to run all HD video content by following commands. $ gst-launch-0.10 playbin2 uri=file:///648x480.mp4 $ gst-launch-0.10 playbin2 uri=file:///1280x720.mp4 I have taken debug log of totem playback, it is creating bin as playbin

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