gst/id3demux/gstid3demux.c: Don't put function calls in g_return_if_fail() statements...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 25 Jan 2006 22:05:28 +0000 (22:05 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 25 Jan 2006 22:05:28 +0000 (22:05 +0000)
commit916d083e9979df22327c4ae387444e24aefc052b
tree017f3ce4b9a972d35b349b7d4e4de12b74e3f3b7
parent6021f2b54fcaec008fb5488bb521b5c5f089211a
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
gst/id3demux/gstid3demux.c