ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; remove...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 2 Jan 2006 19:38:32 +0000 (19:38 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 2 Jan 2006 19:38:32 +0000 (19:38 +0000)
commit87afc118d1f0b773b2711c27d64025b053ff6b46
treea7f60dd3b37acbdaa8d0fa7a17647daf3c450996
parentee9cc278335214af6300e62206345d9a177fc96a
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.
ChangeLog
ext/flac/gstflacdec.c