[gst-cvs] gstreamer: API: add FIXME and DUMPMEM log levels and convenience macros

Tim Mueller tpm at kemper.freedesktop.org
Wed Apr 8 13:39:52 PDT 2009


Module: gstreamer
Branch: master
Commit: 116c8be6bfaac6c16a32e6b59949ebb085f1321b
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=116c8be6bfaac6c16a32e6b59949ebb085f1321b

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Mon Apr  6 01:27:26 2009 +0100

API: add FIXME and DUMPMEM log levels and convenience macros

Two new log levels to dump FIXMEs into the log and to log data
in form of a hex dump (#578114).

API: GST_CAT_FIXME_OBJECT
API: GST_CAT_MEMDUMP_OBJECT
API: GST_CAT_FIXME
API: GST_CAT_MEMDUMP
API: GST_FIXME_OBJECT
API: GST_MEMDUMP_OBJECT
API: GST_FIXME
API: GST_MEMDUMP

---

 docs/gst/gstreamer-sections.txt |    8 ++
 gst/gstinfo.c                   |   89 ++++++++++++++++-
 gst/gstinfo.h                   |  202 +++++++++++++++++++++++++++++++++++++++
 tests/check/gst/gstinfo.c       |   44 +++++++++
 win32/common/libgstreamer.def   |    1 +
 5 files changed, 339 insertions(+), 5 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gstreamer/diff/?id=116c8be6bfaac6c16a32e6b59949ebb085f1321b




More information about the Gstreamer-commits mailing list