printf: add infrastructure for pointer extensions hook
authorTim-Philipp Müller <tim@centricular.net>
Sat, 30 Mar 2013 18:28:38 +0000 (18:28 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 12 Apr 2013 22:05:57 +0000 (23:05 +0100)
commitfe7f7135e0399bd5a970164a5ac962c6800a69bd
tree030c7f29813c1f5445f06e3cbc1d54df8d9b4ff4
parent7b1994428074a05795d7fe4418e29f921c2c0a09
printf: add infrastructure for pointer extensions hook

Does not do anything yet. On a sidenote, we can't just use
%p\001 or so to signal the extension because g-i complains
about an invalid ascii character then, so have to resort to
something more elaborate, such as %p\aA etc.

https://bugzilla.gnome.org/show_bug.cgi?id=613081
gst/gstinfo.c
gst/gstinfo.h
gst/printf/Makefile.am
gst/printf/README
gst/printf/printf-extension.c [new file with mode: 0644]
gst/printf/printf-extension.h [new file with mode: 0644]