diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-01-02 19:38:32 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-01-02 19:38:32 +0000 |
| commit | 87afc118d1f0b773b2711c27d64025b053ff6b46 (patch) | |
| tree | a7f60dd3b37acbdaa8d0fa7a17647daf3c450996 /ChangeLog | |
| parent | ee9cc278335214af6300e62206345d9a177fc96a (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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |
