summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-01-02 19:38:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-01-02 19:38:32 +0000
commit87afc118d1f0b773b2711c27d64025b053ff6b46 (patch)
treea7f60dd3b37acbdaa8d0fa7a17647daf3c450996 /ChangeLog
parentee9cc278335214af6300e62206345d9a177fc96a (diff)
ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; remove unnecessary g_assert(); initialize ...
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * ext/flac/gstflacdec.c: (gst_flac_dec_write), (gst_flac_dec_convert_src), (gst_flac_dec_src_query), (gst_flac_dec_change_state): Don't g_assert() where we should just return FALSE; remove unnecessary g_assert(); initialize some fields properly in state change function (fixes #325504). Also, use GST_DEBUG_OBJECT in two more places.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f7ece92..1ceecf6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-01-02 Alessandro Decina <alessandro at nnva dot org>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/flac/gstflacdec.c: (gst_flac_dec_write),
+ (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
+ (gst_flac_dec_change_state):
+ Don't g_assert() where we should just return FALSE; remove
+ unnecessary g_assert(); initialize some fields properly in
+ state change function (fixes #325504). Also, use
+ GST_DEBUG_OBJECT in two more places.
+
2005-12-30 Stefan Kost <ensonic@users.sf.net>
* configure.ac: