summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-01-25 22:05:28 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-01-25 22:05:28 +0000
commit916d083e9979df22327c4ae387444e24aefc052b (patch)
tree017f3ce4b9a972d35b349b7d4e4de12b74e3f3b7 /ChangeLog
parent6021f2b54fcaec008fb5488bb521b5c5f089211a (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <thaytan@mad.scientist.com>
* gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):