summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-27 14:09:18 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-27 14:09:18 +0000
commitab8540c17d9f2161ccf6f517e46a6f104b64cb99 (patch)
treebf609286b234fb239a8156a2594570cfe39261e6 /ChangeLog
parent6de7310b7140b925ff3fa923443d3654588604b8 (diff)
ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps twice, and set pixbuf loader to NULL after...
Original commit message from CVS: * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_event): Fix two crashers: don't unref the same caps twice, and set pixbuf loader to NULL after freeing it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33b2ad4d..ff00eb3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
+ (gst_gdk_pixbuf_event):
+ Fix two crashers: don't unref the same caps twice, and
+ set pixbuf loader to NULL after freeing it.
+
2006-03-27 Wim Taymans <wim@fluendo.com>
* ext/speex/gstspeexenc.c: (gst_speexenc_class_init),