summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-12-29 16:48:33 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-12-29 16:48:33 +0000
commit3761fb69e6a878b5bb1d06fcbdde9d0572827f51 (patch)
tree45a7b02dba3afd5ac3b7355f16a457ed16558620 /ChangeLog
parente2e5d42fd3e690c2fbd3e20e7e8ae1c4589d452c (diff)
ext/flac/gstflacdec.c: Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_assert_not_reached() ...
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_write): Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_assert_not_reached() macro in GLib-2.15.x and don't abort() in any case but properly report the error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d967b04..376c47f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/flac/gstflacdec.c: (gst_flac_dec_write):
+ Fix 'xyz may be used uninitialized' compiler warnings caused
+ by broken g_assert_not_reached() macro in GLib-2.15.x and don't
+ abort() in any case but properly report the error.
+
2007-12-26 Tim-Philipp Müller <tim at centricular dot net>
* gst/avi/gstavidemux.c: (gst_avi_demux_loop):