gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For float, "any" caps...
authorAndy Wingo <wingo@pobox.com>
Sun, 11 Jul 2004 11:21:55 +0000 (11:21 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 11 Jul 2004 11:21:55 +0000 (11:21 +0000)
commit5726a16344114f8b2d80cee9b442493938197811
treefdc60c6551b16999dfc2fb70f77a7e1347cd0868
parent7798d53055e75af85955cb102d837aa96e973af3
gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For float, "any" caps -> buffer_frames=[0,MAX].

Original commit message from CVS:
2004-07-11  Andy Wingo  <wingo@pobox.com>

* gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
float, "any" caps -> buffer_frames=[0,MAX].

* gst/interleave/interleave.c (interleave_getcaps): Seems the core
doesn't intersect our caps with the template any more. Do it
ourselves.
(interleave_buffered_loop): Use g_newa instead of malloc/free.
ChangeLog