summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-02-04 15:40:37 +0000
committerAndy Wingo <wingo@pobox.com>2005-02-04 15:40:37 +0000
commit00e24dc560cea177aace6666fa089857ecb75e1a (patch)
tree761bb8f342d08516970d51bab91cdb27748c364c
parent7f2e88753b2b8c891d5c363132e6b2023dbf674a (diff)
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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c0fbbd0..3d55fb1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),