summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-04-05 17:32:43 +0000
committerBenjamin Otte <otte@gnome.org>2004-04-05 17:32:43 +0000
commit82005e9d4d9fc1103baa9479263983baaec8c4bc (patch)
tree117df37d6168275fa740e60baca9072f9beafb0d /ChangeLog
parent47c07668bfd3b51571a8eeb2754fd861475a107a (diff)
downloadgst-plugins-bad-82005e9d4d9fc1103baa9479263983baaec8c4bc.tar.gz
gst-plugins-bad-82005e9d4d9fc1103baa9479263983baaec8c4bc.tar.bz2
gst-plugins-bad-82005e9d4d9fc1103baa9479263983baaec8c4bc.zip
ext/ladspa/gstladspa.c: clean up debugging
Original commit message from CVS: * ext/ladspa/gstladspa.c: (gst_ladspa_class_init), (gst_ladspa_init), (gst_ladspa_force_src_caps), (gst_ladspa_set_property), (gst_ladspa_get_property), (gst_ladspa_instantiate), (gst_ladspa_activate), (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain): clean up debugging
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce46d604..1ed1473b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2004-04-05 Benjamin Otte <otte@gnome.org>
+ * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
+ (gst_ladspa_init), (gst_ladspa_force_src_caps),
+ (gst_ladspa_set_property), (gst_ladspa_get_property),
+ (gst_ladspa_instantiate), (gst_ladspa_activate),
+ (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
+ clean up debugging
+
+2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
+
+ reviewed by Benjamin Otte <otte@gnome.org>
+
+ * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
+ check for broken LADSPA parameters (fixes #138635)
+
+2004-04-05 Benjamin Otte <otte@gnome.org>
+
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
advertise buffer-frames correctly on sinkpads