problem with interaudiosrc

Tim-Philipp Müller t.i.m at zen.co.uk
Wed Aug 14 10:21:24 PDT 2013


On Wed, 2013-08-14 at 14:41 +0200, Marco Micheletti wrote:

Hi,

> 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.
>
> Putting a line like:
> 
> 
> gstinteraudiosrc.c: 295
> gst_buffer_memset (newbuf, 0, 0, (SIZE - n) * 4);
> 
> 
> seems to solve the problem.

Thanks for the bug report, but it would be great if you could report
bugs in bugzilla in future: http://gstreamer.freedesktop.org/bugs/

Should be fixed in git now.

Cheers
 -Tim




More information about the gstreamer-devel mailing list