gstreamer/gst/wavenc
Andy Wingo 5d09662e9e In the intfloat conversion elements, there were bugs when the float buffer was bigger than the int buffer (in frames)...
Original commit message from CVS:
In the intfloat conversion elements, there were bugs when the float buffer was
bigger than the int buffer (in frames). That's now fixed, some style issues are
"fixed" (subjectively), mallocs are removed from int2float's processing loop,
and the default buffer size was raised to 256 frames to give better performance in
the default case.

Wavenc was modified to not set an event handler on its sink pad. It deals
with EOS in its chain function instead.
2003-09-30 12:47:48 +00:00
..
gstwavenc.c In the intfloat conversion elements, there were bugs when the float buffer was bigger than the int buffer (in frames)... 2003-09-30 12:47:48 +00:00
gstwavenc.h At end of stream, rewrite the header with the correct number of bytes 2003-07-29 17:46:14 +00:00
Makefile.am Remove redundant plugindir definition 2003-08-10 00:01:58 +00:00