summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2006-07-31 22:03:09 +0000
committerAndy Wingo <wingo@pobox.com>2006-07-31 22:03:09 +0000
commit04547b69bc1950cd04d815c3296a7c330dafd8a8 (patch)
tree3b8bac72a9adc831e5ccd63caeb76e6d31073f8e /ChangeLog
parent4bd1993ce69b52c8ec6457de2f83af2f1f6bef9e (diff)
ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default sample rate, although we never check tha...
Original commit message from CVS: 2006-08-01 Andy Wingo <wingo@pobox.com> * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default sample rate, although we never check that the sample rate actually gets set. Something for the future. (gst_signal_processor_setcaps): Some refcount fixes, flow fixes. (gst_signal_processor_event): Refcount fixen. (gst_signal_processor_process): Pull the number of frames to process from the sizes of the buffers in the input pens. (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :) (gst_signal_processor_do_pulls): Add an nframes argument, and use it instead of buffer_frames. (gst_signal_processor_getrange): Refcount fixen, pass nframes on to do_pulls. (gst_signal_processor_chain) (gst_signal_processor_sink_activate_push) (gst_signal_processor_src_activate_pull): Refcount fixen. * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb0fe28b..6956ebb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-08-01 Andy Wingo <wingo@pobox.com>
+
+ * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
+ more default sample rate, although we never check that the sample
+ rate actually gets set. Something for the future.
+ (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
+ (gst_signal_processor_event): Refcount fixen.
+ (gst_signal_processor_process): Pull the number of frames to
+ process from the sizes of the buffers in the input pens.
+ (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
+ (gst_signal_processor_do_pulls): Add an nframes argument, and use
+ it instead of buffer_frames.
+ (gst_signal_processor_getrange): Refcount fixen, pass nframes on
+ to do_pulls.
+ (gst_signal_processor_chain)
+ (gst_signal_processor_sink_activate_push)
+ (gst_signal_processor_src_activate_pull): Refcount fixen.
+
+ * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
+
2006-07-31 Stefan Kost <ensonic@users.sf.net>
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),