summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-03-07 12:40:18 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-07 12:40:18 +0000
commit7f9ddba043f5d13378bf512d72880020044e5d17 (patch)
tree058ef19fc0c723a39457afedf4b2c884c5acb0cb /ChangeLog
parent76fbca7103697e5ce8f529ce9a99927e4ec0b096 (diff)
ext/speex/gstspeexenc.c: Unref the buffers only once when handling not-negotiated errors.
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * ext/speex/gstspeexenc.c: (gst_speex_enc_chain): Unref the buffers only once when handling not-negotiated errors. Fixes bug #520764.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d34dea25..5f29fda1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
+
+ Patch by: Olivier Crete <tester at tester dot ca>
+
+ * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
+ Unref the buffers only once when handling not-negotiated errors.
+ Fixes bug #520764.
+
2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>