gstreamer/ext/ladspa
Andy Wingo 7fbf85ea54 ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a processor can work in place or not, and for...
Original commit message from CVS:
2006-08-04  Andy Wingo  <wingo@pobox.com>

* ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
whether a processor can work in place or not, and for keeping
track of its state. Change the FlowReturn instance variable from
"state" to "flow_state", all callers changed.

* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
(gst_signal_processor_start, gst_signal_processor_stop)
(gst_signal_processor_cleanup): New functions to manage the
processor's state.
(gst_signal_processor_setcaps): start() as well as setup() here.
(gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
(gst_signal_processor_change_state): Stop and cleanup the
processor as we go to NULL.

* ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
INPLACE_BROKEN is not set.

* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
Do the alloc_buffer in bytes, not frames.
2006-08-04 11:38:54 +00:00
..
gstladspa.c ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a processor can work in place or not, and for... 2006-08-04 11:38:54 +00:00
gstladspa.h ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does compile and register. I have more features tha... 2005-08-26 11:05:13 +00:00
gstsignalprocessor.c ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a processor can work in place or not, and for... 2006-08-04 11:38:54 +00:00
gstsignalprocessor.h ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a processor can work in place or not, and for... 2006-08-04 11:38:54 +00:00
load.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
Makefile.am autogen.sh: require am17 2006-06-11 13:57:19 +00:00
search.c expand tabs 2005-12-06 19:44:58 +00:00
utils.h expand tabs 2005-12-06 19:44:58 +00:00