Original commit message from CVS:
(gst_signal_processor_src_activate_pull): BPB
This commit is contained in:
Andy Wingo 2006-08-04 09:20:26 +00:00
parent 6ea23316fd
commit 76e8dd7b26
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
(gst_signal_processor_change_state): Remove the last of the code (gst_signal_processor_change_state): Remove the last of the code
that assumes that we process whole buffers at a time. Fix some that assumes that we process whole buffers at a time. Fix some
debugging. Seems to work now in some cases. debugging. Seems to work now in some cases.
(gst_signal_processor_src_activate_pull): BPB
2006-08-01 Andy Wingo <wingo@pobox.com> 2006-08-01 Andy Wingo <wingo@pobox.com>

View file

@ -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); gst_object_unref (self);