<div dir="ltr"><div><div><div>Hi Team,<br><br></div>currently am implemented application in ubuntu with gstreamer-0.8.10<br><br></div><div>I used the below pipeline <br><br><font color="black" face="Tahoma"><span style="font-size:10pt" dir="ltr">alsasrc
 device=stream1pcm ! audioconvert ! level ! audioscale ! audioconvert ! 
audio/x-raw-float,rate=11025,channels=1 ! echoprintcodegen<br><br><br></span></font></div><div><font color="black" face="Tahoma"><span style="font-size:10pt" dir="ltr">Code Snippet:<br>gst_bin_add_many(GST_BIN(pipeline), source, convert, level, scale,convertout,codegen, NULL);<br>
    gst_element_link_many(source, convert, level,scale,convertout,codegen,NULL);<br><br></span></font></div><div><font color="black" face="Tahoma"><span style="font-size:10pt" dir="ltr"><br></span></font></div><div><font color="black" face="Tahoma"><span style="font-size:10pt" dir="ltr">after 8 hours run my application is crash<br>
<br></span></font></div><div><font color="black" face="Tahoma"><span style="font-size:10pt" dir="ltr">Please help on this.<br></span></font></div><div><br></div>Regards,<br></div>Praveen.<br></div>