Add GST_USING_PRINTF_EXTENSION to gstconfig.h so that we know whether we can use...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 5 Oct 2006 12:31:07 +0000 (12:31 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 5 Oct 2006 12:31:07 +0000 (12:31 +0000)
commit376f6c34da9dae1c9d100539d9970723409a6f96
tree13b76f44ded44f6d37d352d924ccac0bc8597b40
parentc4be4aa916458656e0496df427bf3a28de6dcebe
Add GST_USING_PRINTF_EXTENSION to gstconfig.h so that we know whether we can use G_GNUC_PRINTF in other header files ...

Original commit message from CVS:
* configure.ac:
* docs/gst/gstreamer-sections.txt:
* gst/gstconfig.h.in:
* gst/gstelement.h:
* gst/gstinfo.h:
Add GST_USING_PRINTF_EXTENSION to gstconfig.h so that we know
whether we can use G_GNUC_PRINTF in other header files and at
least check the printf format/arguments of debug messages and
GST_ELEMENT_ERROR messages when the printf extension is not
being used.
Replace more tabs with spaces in gstinfo.h and remove two spurious
function declarations in GST_DISABLE_DEBUG part with macros.
ChangeLog
configure.ac
docs/gst/gstreamer-sections.txt
gst/gstconfig.h.in
gst/gstelement.h
gst/gstinfo.h