summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-22 12:10:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-22 12:10:32 +0000
commit76ff577a41980357d999369bdce816df4c0f9152 (patch)
treeb4493fdde98f5f42072a5752cd8d9da473d7524c /ChangeLog
parent177751c892f16e1d6640b6e381b155bebe3bfe56 (diff)
gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already given away ownership to the adapter.
Original commit message from CVS: * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain): Don't unref buffers of which we've already given away ownership to the adapter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8f3f1f9..c56b80d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
+ Don't unref buffers of which we've already given away
+ ownership to the adapter.
+
+2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
Make metadata extraction actually work.