diff options
author | Andy Wingo <wingo@pobox.com> | 2004-07-11 11:21:55 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2004-07-11 11:21:55 +0000 |
commit | 761c10b1d047bf67b7a829ae5ee9719c902270bc (patch) | |
tree | 44baab9d85788a7e782f632c06d226aed23fda5b /ChangeLog | |
parent | 287d4d30a0bb8889e1b45b4008d6edbf97bdb0e5 (diff) | |
download | gst-plugins-bad-761c10b1d047bf67b7a829ae5ee9719c902270bc.tar.gz gst-plugins-bad-761c10b1d047bf67b7a829ae5ee9719c902270bc.tar.bz2 gst-plugins-bad-761c10b1d047bf67b7a829ae5ee9719c902270bc.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +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. + 2004-07-09 Wim Taymans <wim@fluendo.com> * examples/seeking/seek.c: (iterate): |