summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-07-24 05:07:59 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-07-24 05:07:59 +0000
commit425eb1c601fc2f4b25f054f9fe5caaf82e8dec19 (patch)
tree393acda697a33e0fc7f12de1cfef6c2aa7e983b1 /ChangeLog
parent645141a6ff29dfd7039e963f3ce6964506da1004 (diff)
ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropping it because it's outside of the segment.
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain): Don't unref the outgoing buffer twice when dropping it because it's outside of the segment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ba8ca1c..ba17903d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
+ Don't unref the outgoing buffer twice when dropping it because it's
+ outside of the segment.
+
+2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
+
* configure.ac:
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
(gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):