GNOME Bugzilla – Bug 142585
gstresample makes wrong assumption about buffer sizes (segfault)
Last modified: 2004-12-22 21:47:04 UTC
Sending audioscale a 1 second audio buffer with 44100 Hz samplerate, 16 bit, 2 channels:
+ Trace 46809
The problem is that gstresample only uses a buffer of (hardcoded) 10.000 bytes for its output, which is just way too small for one second of audio.
Fixed in CVS.