From 9894c90109fb3ccf26e3a52ba9c1b2e765fb9649 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 21 Sep 2005 11:52:04 +0000 Subject: gst/: Don't put functional code in g_return_if_fail() or g_return_val_if_fail() statements, otherwise things will bre... Original commit message from CVS: * gst/base/gstbasetransform.c: (gst_base_transform_transform_size): * gst/gstutils.c: (gst_util_set_value_from_string), (gst_util_set_object_arg): Don't put functional code in g_return_if_fail() or g_return_val_if_fail() statements, otherwise things will break when G_DISABLE_CHECKS is defined during compilation. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 094fff19c..9088b6d4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-09-21 Tim-Philipp Müller + + * gst/base/gstbasetransform.c: (gst_base_transform_transform_size): + * gst/gstutils.c: (gst_util_set_value_from_string), + (gst_util_set_object_arg): + Don't put functional code in g_return_if_fail() or + g_return_val_if_fail() statements, otherwise things will + break when G_DISABLE_CHECKS is defined during compilation. + 2005-09-21 Stefan Kost * docs/gst/tmpl/.cvsignore: -- cgit v1.2.3