info: expose debugging printf functions
authorMatthew Waters <matthew@centricular.com>
Mon, 11 Jan 2016 05:31:39 +0000 (16:31 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 13 Jan 2016 00:56:14 +0000 (11:56 +1100)
commit347734e529ba1adadf34116badcddd4e552bfe46
tree0291f4ffcb3c833b8fa39bd2a10e8e406f546af0
parent91496281eb1090e31040565471dfe080964bbd41
info: expose debugging printf functions

Other gst libraries and/or elements may want to add some debug logging to an
external debug system or implement delayed debugging for performance reasons.

Exposes the internal __gst_vasprintf as gst_info_vasprintf which has a fallback
to g_vasprintf if the debug system is disabled.

API: gst_info_vasprintf
API: gst_info_strdup_vprintf
API: gst_info_strdup_printf

https://bugzilla.gnome.org/show_bug.cgi?id=760421
docs/gst/gstreamer-sections.txt
gst/gstinfo.c
gst/gstinfo.h