<div>Hi Tim,</div>
<div>Thanks for the reply.....</div>
<div>This parser is not my parser, it is Gstreamer&#39;s parser taken from bad-plugin, I have also tried the same parser with &quot;faad&quot; 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.</div>

<div> </div>
<div>Still try to find the issue.........<br><br></div>
<div class="gmail_quote">On Tue, Feb 23, 2010 at 2:33 PM, Tim-Philipp Müller <span dir="ltr">&lt;<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">On Tue, 2010-02-23 at 11:59 +0530, Mayank Kapoor wrote:<br><br>&gt; I am trying to run the following pipeline on target board:<br>&gt;<br>&gt; gst-launch-0.10 filesrc location= AAC_stereo.aac !<br>&gt; aacparse ! myaac_decoder ! alsasink -v<br>
&gt;<br>&gt; here myaac_decoder is the basic aac decoder element that i have<br>&gt; written.But when I run this pipeline I get following error.<br>&gt; My understanding from this error is that from aacparse I am getting<br>
&gt; event NEW_SEGMENT with format as NULL(highlighted this error)and hence<br>&gt; decoder is not going ahead but i dont know how to fix this kind of<br>&gt; issue.<br><br></div>So this is *your* aacparse as well and not GStreamer&#39;s, right?<br>

<div class="im"><br>&gt; 0:00:01.077222307  1989    0xaf5c8 INFO               GST_EVENT<br>&gt; gstevent.c:591:gst_event_new_new_segment_full: creating newsegment<br>&gt; update 0, rate 1.000000, format GST_FORMAT_TIME, start<br>
&gt; 0:00:00.000000000, stop 99:99:99.999999999, position 0:00:00.000000000<br>&gt;<br>&gt; 0:00:01.078684857  1989    0xaf5c8 ERROR            savsdec_aac<br>&gt; gstsavsdecaac.c:345:gst_savsdecaac_sink_event: dropping newsegment<br>
&gt; event in format (null)<br><br></div>It sees unlikely that the event has suddenly changed in between those<br>two debug lines. More likely a programming / event parsing / debug log<br>printing error in your aac decoder code.<br>

<div class="im"><br>&gt; 0:00:01.079197646  1989    0xaf5c8 WARN          savs_aacparser<br>&gt; savs_aac_parser.c:1305:savs_aac_parser_push_frame: failed to push<br>&gt; buffer. reason: not-negotiated<br><br></div>This is the actual error though. It means you either forgot to put caps<br>
on the buffers you are pushing out, or you put caps on it that are<br>incompatible with the element downstream of your decoder.<br><br>Cheers<br> -Tim<br><br><br><br><br>------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>Try the new software tools for yourself. Speed compiling, find bugs<br>proactively, and fine-tune applications for parallel performance.<br>See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>_______________________________________________<br>Gstreamer-embedded mailing list<br><a href="mailto:Gstreamer-embedded@lists.sourceforge.net">Gstreamer-embedded@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded</a><br></blockquote></div><br>