From 916d083e9979df22327c4ae387444e24aefc052b Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 25 Jan 2006 22:05:28 +0000 Subject: gst/id3demux/gstid3demux.c: Don't put function calls in g_return_if_fail() statements, or they'll be replaced with NO... Original commit message from CVS: * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad): Don't put function calls in g_return_if_fail() statements, or they'll be replaced with NOOPs if someone compiles with G_DISABLE_CHECKS defined. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c7bd7ae..db4b6996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-01-25 Tim-Philipp Müller + + * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad): + Don't put function calls in g_return_if_fail() statements, + or they'll be replaced with NOOPs if someone compiles with + G_DISABLE_CHECKS defined. + 2006-01-25 Jan Schmidt * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame): -- cgit