diff options
author | Andy Wingo <wingo@pobox.com> | 2005-02-04 15:40:37 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-02-04 15:40:37 +0000 |
commit | 4203ac3c102d61202a5e630dd69607931b6b75f3 (patch) | |
tree | 307af46b0a0e476aa63a99c7c9ae1d2a9c73e96f | |
parent | b0d24092a3adbc62506d3f95551c11480eb90797 (diff) | |
download | gst-plugins-bad-4203ac3c102d61202a5e630dd69607931b6b75f3.tar.gz gst-plugins-bad-4203ac3c102d61202a5e630dd69607931b6b75f3.tar.bz2 gst-plugins-bad-4203ac3c102d61202a5e630dd69607931b6b75f3.zip |
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.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +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-05 Jan Schmidt <thaytan@mad.scientist.com> * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init), |