gstreamer/ext/ladspa
Andy Wingo 2ef9f68352 Updates for two-arg init from GST_BOILERPLATE.
Original commit message from CVS:
2005-08-28  Andy Wingo  <wingo@pobox.com>

* Updates for two-arg init from GST_BOILERPLATE.

* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): Use
the second arg for the class, because G_OBJECT_GET_CLASS (self)
returns the wrong thing.
(gst_signal_processor_add_pad_from_template): Make pads of the
right type.

* ext/ladspa/gstladspa.c (gst_ladspa_class_get_param_spec): Make
writable param specs G_PARAM_CONSTRUCT so default values work.
(gst_ladspa_init): Use the second arg for the class.
2005-08-28 17:59:20 +00:00
..
gstladspa.c Updates for two-arg init from GST_BOILERPLATE. 2005-08-28 17:59:20 +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 Updates for two-arg init from GST_BOILERPLATE. 2005-08-28 17:59:20 +00:00
gstsignalprocessor.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
load.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
Makefile.am ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet. 2005-08-25 09:30:24 +00:00
search.c added typecast to avoid warning 2004-08-31 16:07:08 +00:00
utils.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00