<div dir="ltr"><div>Hello,</div><div>I'm developing an application that uses interaudiosink and interaudiosrc plugin for communication between various pipeline (gst-plugins-bad-1.0.9). If I well understand when the plugin interaudiosrc does not have available data silence is generated. However, iIn my test program,  a series of strange noise (tick, tack) are generated. It seems to me that the source gstinteraudiosrc.c use the gst_buffer_new_and_alloc () to create silence buffer, but this is not cleared. </div>
<div><br></div><div>Putting a line like:</div><div><br></div><div>gstinteraudiosrc.c: 295</div><div>gst_buffer_memset (newbuf, 0, 0, (SIZE - n) * 4);</div><div><br></div><div>seems to solve the problem.</div><div><br></div>
<div>Do you have similar experiences?</div><div><br></div><div>Thanks and excuse my english.</div><div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">Best regards,</span><br></div><div><br></div>
-- <br>_Marco_Micheletti_
</div>