gstreamer/gst/audioconvert
Andy Wingo 9c1c858d24 gst/audioconvert/bufferframesconvert.c
Original commit message from CVS:
2005-02-04  Andy Wingo  <wingo@pobox.com>

* gst/audioconvert/bufferframesconvert.c
(buffer_frames_convert_fixate): New function, fixates to 256
frames per buffer by default. (Much better than 1.)
(buffer_frames_convert_init): Set the fixate function for both src
and sink pad.
(buffer_frames_convert_link): After success setting nonfixed caps,
get the negotiated caps so we can know how many buffer-frames it
will be. No idea how this worked at all before.
2005-02-04 15:40:38 +00:00
..
audioconvert.vcproj more working plugins 2004-07-27 21:41:30 +00:00
bufferframesconvert.c gst/audioconvert/bufferframesconvert.c 2005-02-04 15:40:38 +00:00
gstaudioconvert.c gst/audioconvert/gstaudioconvert.c: The return value of fixate_to does not imply that the requested value was set, so... 2005-01-07 18:17:52 +00:00
gstchannelmix.c fix for glib < 2.4 2004-12-24 15:12:56 +00:00
gstchannelmix.h gst/audioconvert/: Implement a channel mixer. 2004-11-28 16:09:13 +00:00
Makefile.am gst/audioconvert/: Implement a channel mixer. 2004-11-28 16:09:13 +00:00
plugin.c Surround sound support. 2004-11-25 20:36:29 +00:00
plugin.h gst/audioconvert/bufferframesconvert.c: New element to convert buffer-frames for float streams. Not working nicely yet. 2004-04-09 12:39:30 +00:00