gst/gstinfo.h: Use __FUNCTION__ instead of __PRETTY_FUNCTION__, it's silly to print...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 9 Oct 2007 20:45:13 +0000 (20:45 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 9 Oct 2007 20:45:13 +0000 (20:45 +0000)
commita639f7abfccd82fbde9313150950b8f13daa0bfb
treef3facb6cc3ea8c097735cb651333bb8502d1d317
parent9d731d1e11c4f5766fdbe443c9c93c940feb4e3a
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.
ChangeLog
gst/gstinfo.h