GNOME Bugzilla – Bug 156563
gst-launch-0.8 filesrc location="/opt/gnome/share/sounds/startup3.wav" ! audioconvert ! alsasink
Last modified: 2004-12-22 21:47:04 UTC
gst_audio_convert_chain (pad=Variable "pad" is not available. ) at gstaudioconvert.c:672 672 *in *= 2147483647.0f + .5; (gdb) bt
+ Trace 51369
in frame 0, can you check the value of buffer->size? Something tells me it's not block-aligned (i.e. a multiple of channels*audiobitsize/8).
it does not crash, when adding the 'wavparse' elem into the pipeline.
Audioconvert writes to read-only buffers. Fixed in CVS.