summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-09-21 11:52:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-09-21 11:52:04 +0000
commit9894c90109fb3ccf26e3a52ba9c1b2e765fb9649 (patch)
tree9514e976a71c65538c9c3d6ff1a55f00cd86d383 /ChangeLog
parentd13c1a7b10d14653f43cfd07529ec7fcba56ee3f (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <ensonic@users.sf.net>
* docs/gst/tmpl/.cvsignore: