gst/playback/gstdecodebin.c: Don't put essential function call into g_return_*()...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 3 Feb 2006 19:23:41 +0000 (19:23 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 3 Feb 2006 19:23:41 +0000 (19:23 +0000)
commit7bc79aec0e5e1d3a4d4ed6482a9a4b06294c6e82
tree3a4add2ad8435ebeae0041a8a2eb06b4b9ff465d
parent00d7f5c760f73dc8331fca460012f28cd9a83d08
gst/playback/gstdecodebin.c: Don't put essential function call into g_return_*() macro, otherwise it'll all be replac...

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (try_to_link_1):
Don't put essential function call into
g_return_*() macro, otherwise it'll all be
replaced by NOOPs when compiling with
G_DISABLE_CHECKS defined.
ChangeLog
gst/playback/gstdecodebin.c