In the intfloat conversion elements, there were bugs when the float buffer was bigger...
authorAndy Wingo <wingo@pobox.com>
Tue, 30 Sep 2003 12:47:48 +0000 (12:47 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 30 Sep 2003 12:47:48 +0000 (12:47 +0000)
commit5d09662e9ef4b35b94856b3476c80860c546aa7d
treee673c38cce784e0fea231de0a0fe1383d7391094
parent124fa6ae423e4da11dc5d82e322654fccf45d0b6
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.
gst/wavenc/gstwavenc.c