Skip to content
  • Tim-Philipp Müller's avatar
    gst/gstinfo.h: Use __FUNCTION__ instead of __PRETTY_FUNCTION__, it's silly to... · a639f7ab
    Tim-Philipp Müller authored
    gst/gstinfo.h: Use __FUNCTION__ instead of __PRETTY_FUNCTION__, it's silly to print the entire class/function signatu...
    
    Original commit message from CVS:
    * gst/gstinfo.h:
    Use __FUNCTION__ instead of __PRETTY_FUNCTION__, it's silly
    to print the entire class/function signature into the log
    file for C++ code.  This only affects C++ code, for C code
    everything remains the same.
    a639f7ab