diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-10-05 12:31:07 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-10-05 12:31:07 +0000 |
commit | 376f6c34da9dae1c9d100539d9970723409a6f96 (patch) | |
tree | 13b76f44ded44f6d37d352d924ccac0bc8597b40 /docs | |
parent | c4be4aa916458656e0496df427bf3a28de6dcebe (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 072e6892e..3cb7a461f 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -394,6 +394,7 @@ GST_PLUGIN_EXPORT GST_PADDING GST_PADDING_LARGE GST_PADDING_INIT +GST_USING_PRINTF_EXTENSION </SECTION> <SECTION> |