diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-08-16 14:47:50 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-08-16 14:47:50 +0000 |
commit | 1e4efaf684282c0d4e74ec2b6db2c0913a96d7ba (patch) | |
tree | d8090afba34ff0314edb51c0682e7badc5f8ce93 /ChangeLog | |
parent | 26091ec5ecbff8eb4173cb7284c414e5cfd184fb (diff) |
ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we should not use the buffer on the pen anymore.
Original commit message from CVS:
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
(gst_signal_processor_do_pushes):
A push() gives away our refcount so we should not use the buffer on the
pen anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-08-16 Wim Taymans <wim@fluendo.com> + + * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush), + (gst_signal_processor_do_pushes): + A push() gives away our refcount so we should not use the buffer on the + pen anymore. + 2006-08-16 Tim-Philipp Müller <tim at centricular dot net> * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init), |