[gst-devel] Speex on Windows
cammille at polytech.unice.fr
cammille at polytech.unice.fr
Tue Mar 31 12:02:20 CEST 2009
Hi,
I'm trying to use the Speex plugin but there is a bug.
When I try that I have an exception (on Windows) :
gst-launch-0.10.exe --gst-debug-level=2 audiotestsrc num-buffers=100 !
audioconvert ! audioresample ! audio/x-raw-int, rate=16000 ! speexenc !
oggmux ! filesink location=beep.ogg
I take a look at the code and the exception occur at this line in
speexenc.c :
speex_init_header (&enc->header, enc->rate, 1, enc->speex_mode);
I don't understand why it keep crashing because the rate is good.
Any idea ?
More information about the gstreamer-devel
mailing list