diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-01-25 22:05:28 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-01-25 22:05:28 +0000 |
| commit | 916d083e9979df22327c4ae387444e24aefc052b (patch) | |
| tree | 017f3ce4b9a972d35b349b7d4e4de12b74e3f3b7 /ChangeLog | |
| parent | 6021f2b54fcaec008fb5488bb521b5c5f089211a (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |
