From 199ffb130fa0a40c5343b363c169f8c70acf4ec3 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 31 Jul 2006 22:03:09 +0000 Subject: 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 * 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. --- ext/ladspa/gstsignalprocessor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/ladspa/gstsignalprocessor.h') diff --git a/ext/ladspa/gstsignalprocessor.h b/ext/ladspa/gstsignalprocessor.h index be99a505..919280e4 100644 --- a/ext/ladspa/gstsignalprocessor.h +++ b/ext/ladspa/gstsignalprocessor.h @@ -48,7 +48,6 @@ struct _GstSignalProcessor { GstCaps *caps; guint sample_rate; - guint buffer_frames; GstFlowReturn state; -- cgit v1.2.1