From bc94bc26be0f2b0849fe609195b209e0d3c319d6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 30 Oct 2008 13:02:18 +0000 Subject: ext/ladspa/gstladspa.c: Whitespace. Original commit message from CVS: * ext/ladspa/gstladspa.c: Whitespace. * ext/ladspa/gstsignalprocessor.c: Add a FIXME:. not sure if this code does the forwarding correctly. --- ChangeLog | 7 +++++++ ext/ladspa/gstladspa.c | 1 - ext/ladspa/gstsignalprocessor.c | 5 +++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e68f6865..afaf23b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-30 Stefan Kost + + * ext/ladspa/gstladspa.c: + Whitespace. + * ext/ladspa/gstsignalprocessor.c: + Add a FIXME:. not sure if this code does the forwarding correctly. + 2008-10-30 Sebastian Dröge * gst/speexresample/Makefile.am: diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index 54e3eaf3..f96646be 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -574,7 +574,6 @@ ladspa_describe_plugin (const char *pcFullFilename, const LADSPA_Descriptor *desc; gint i; - /* walk through all the plugins in this pluginlibrary */ i = 0; while ((desc = pfDescriptorFunction (i++))) { diff --git a/ext/ladspa/gstsignalprocessor.c b/ext/ladspa/gstsignalprocessor.c index 9cc5af24..5098edaf 100644 --- a/ext/ladspa/gstsignalprocessor.c +++ b/ext/ladspa/gstsignalprocessor.c @@ -501,8 +501,9 @@ gst_signal_processor_event (GstPad * pad, GstEvent * event) self = GST_SIGNAL_PROCESSOR (gst_pad_get_parent (pad)); bclass = GST_SIGNAL_PROCESSOR_GET_CLASS (self); - /* this probably isn't the correct interface: what about return values, what - about overriding event_default */ + /* FIXME, this probably isn't the correct interface: what about return values, what + * about overriding event_default + * Sync with GstBaseTransform::gst_base_transform_sink_event */ if (bclass->event) bclass->event (self, event); -- cgit v1.2.1