summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-04 19:15:39 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-04 19:15:39 +0000
commit96d74fb23ad579a46a720eeeb03778d1d5d3edd0 (patch)
treeb60e5900a8d2da3f08ee2065826589ea182f6f3f /ChangeLog
parentb250827579883fb7597ed13cf9f396541697209b (diff)
downloadgst-plugins-bad-96d74fb23ad579a46a720eeeb03778d1d5d3edd0.tar.gz
gst-plugins-bad-96d74fb23ad579a46a720eeeb03778d1d5d3edd0.tar.bz2
gst-plugins-bad-96d74fb23ad579a46a720eeeb03778d1d5d3edd0.zip
ext/ladspa/gstladspa.c: Don't use GST_BOILERPLATE as the stuff generated from it is not used anyway and can't be used.
Original commit message from CVS: * ext/ladspa/gstladspa.c: (gst_ladspa_base_init), (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init): Don't use GST_BOILERPLATE as the stuff generated from it is not used anyway and can't be used. Store the class struct of the correct type in parent_class. Pass the LADSPA_Descriptor as class_data to the class_init function as preparation for the time, when we can add pad templates and friends in class_init and add a FIXME for that. Don't use a custom hash table for passing the LADSPA_Descriptors to base_init but use g_type_set_qdata and g_type_get_qdata.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 016bdcf9..96d69f14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-02-04 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
+ (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
+ Don't use GST_BOILERPLATE as the stuff generated from it is not used
+ anyway and can't be used.
+ Store the class struct of the correct type in parent_class.
+ Pass the LADSPA_Descriptor as class_data to the class_init function
+ as preparation for the time, when we can add pad templates and friends
+ in class_init and add a FIXME for that.
+ Don't use a custom hash table for passing the LADSPA_Descriptors to
+ base_init but use g_type_set_qdata and g_type_get_qdata.
+
2008-02-04 Edward Hervey <edward.hervey@collabora.co.uk>
* ext/mpeg2enc/gstmpeg2encpicturereader.cc: