Skip to content
  • Tim-Philipp Müller's avatar
    gst/playback/gstdecodebin.c: Don't put essential function call into... · 7bc79aec
    Tim-Philipp Müller authored
    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.
    7bc79aec