diff --git a/ChangeLog b/ChangeLog index a13d0bc079..b31163436c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ (gst_signal_processor_change_state): Remove the last of the code that assumes that we process whole buffers at a time. Fix some debugging. Seems to work now in some cases. + (gst_signal_processor_src_activate_pull): BPB 2006-08-01 Andy Wingo diff --git a/ext/ladspa/gstsignalprocessor.c b/ext/ladspa/gstsignalprocessor.c index 880a94c053..0592fce5ca 100644 --- a/ext/ladspa/gstsignalprocessor.c +++ b/ext/ladspa/gstsignalprocessor.c @@ -767,7 +767,7 @@ gst_signal_processor_src_activate_pull (GstPad * pad, gboolean active) } } - GST_DEBUG_OBJECT ("result : %d", result); + GST_DEBUG_OBJECT (self, "result : %d", result); gst_object_unref (self);