bin: Use the new group-id field of the stream-start message for stream-start message...
[platform/upstream/gstreamer.git] / gst / printf /
2013-04-17 Tim-Philipp Müllerprintf: fix handling of old printf extension specifiers...
2013-04-14 Tim-Philipp Müllerprintf: disable some unused printf variants
2013-04-14 Tim-Philipp Müllerprintf: use sprintf() to work around glibc complaining...
2013-04-12 Tim-Philipp Müllerprintf: deal with some of the HAVE_FOO used in the...
2013-04-12 Tim-Philipp Müllerprintf: fix alloca use for windows with mingw32
2013-04-12 Tim-Philipp Müllerprintf: enable and fix compiler warnings
2013-04-12 Tim-Philipp Müllerprintf: fix up dodgy use of #if HAVE_FOO and #if !HAVE_FOO
2013-04-12 Tim-Philipp Müllerprintf: mark internal functions as internal
2013-04-12 Tim-Philipp Müllerprintf: skip pointer extension signifier chars after %p
2013-04-12 Tim-Philipp Müllerprintf: don't leak serialised pointer extension strings
2013-04-12 Tim-Philipp Müllerprintf: handle old GST_PTR_FORMAT %P and GST_SEGMENT_FO...
2013-04-12 Tim-Philipp Müllerprintf: make printf parser recognise our pointer extens...
2013-04-12 Tim-Philipp Müllerprintf: add infrastructure for pointer extensions hook
2013-04-12 Tim-Philipp Müllerprintf: add our own printf implementation for debug...