summaryrefslogtreecommitdiff
path: root/gst/gstinfo.h
Commit message (Expand)AuthorAgeFilesLines
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-091-7/+4
* info: avoid redefinition of symbols when debugging is offStefan Kost2011-05-061-15/+15
* info: make adding/removing of gst_debug_log_default() work properlyTim-Philipp Müller2011-02-031-0/+15
* gstinfo: remove random MSVC compatibility define for M_PI that doesn't belong...Tim-Philipp Müller2010-10-051-4/+0
* docs: Trivial cleanup for GST_DEBUG_CATEGORY_GETArun Raghavan2010-08-301-3/+3
* info: add dummy TRACE log level macros for when debugging is disabledTim-Philipp Müller2010-06-151-0/+29
* docs: fix example to use a category name that actually existsTim-Philipp Müller2010-06-141-1/+1
* info: add new TRACE log level and move refcounting there from LOG levelTim-Philipp Müller2010-06-051-6/+100
* gstinfo: add a comment explaining the reason for using fucntion protos here.Stefan Kost2010-03-291-0/+3
* gstinfo: always define dummy debug category as a function prototypeStefan Kost2010-03-291-5/+1
* build: fix redeclaration erors when building with --gst-disable-gst-debugStefan Kost2010-03-291-4/+4
* build: move some prototypes out of #ifndef GST_DISABLE_GST_DEBUGStefan Kost2010-03-291-28/+25
* info: readd the use of GstDebugFuncPtr typedef and tell whyStefan Kost2010-03-291-6/+9
* build: more some prototypes out if #ifndef GST_DISABLE_GST_DEBUGStefan Kost2010-03-281-22/+28
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-1/+1
* gstinfo: API: Add GST_DEBUG_REGISTER_FUNCPTR method.Edward Hervey2009-12-011-0/+16
* docs: fix more bogus xrefsStefan Kost2009-11-271-1/+1
* info: fix docsWim Taymans2009-10-281-1/+1
* debug: use dummy code to avoid spurious semicolonsDavid Schleef2009-09-111-78/+78
* docs: add 'Since' tag for new GST_DEBUG_CATEGORY_GET macroTim-Philipp Müller2009-07-071-0/+2
* info: allow getting other log categories. Fixes #587417Stefan Kost2009-07-061-1/+38
* gstinfo: define __gst_debug_min to LOG_LEVEL_NONE if debugging is disabledTim-Philipp Müller2009-06-191-4/+6
* gstdebug: compete stubs. Fixes #579177.Stefan Kost2009-04-171-2/+6
* gstinfo: don't assume G_HAVE_ISO_VARARGS implies ISO C99Brian Cameron2009-04-171-1/+1
* gstdebug: show enabled/disabled in configure and fix build for disabledStefan Kost2009-04-151-1/+1
* API: add FIXME and DUMPMEM log levels and convenience macrosTim-Philipp Müller2009-04-081-0/+202
* info: more indentation fixesDamien Lespiau2009-03-181-1/+1
* info: indentation fixWim Taymans2009-03-181-1/+1
* windows: initial commit for terminal colorsWim Taymans2009-03-181-0/+2
* configure.ac: Remove AC_ISC_POSIX macro; it's broken on some platforms and no...Michael Smith2008-07-221-12/+1
* gst/gstinfo.h (GST_FUNCTION): Reverted GST_FUNCTION to the old version as we ...Ole André Vadla Ravnås2008-05-081-1/+10
* gst/gstinfo.h (GST_FUNCTION): Made GST_FUNCTION an alias for G_STRFUNC to avo...Ole André Vadla Ravnås2008-05-071-7/+1
* Makefile.am: Add check-exports target and run it as part of 'make check' (see...Tim-Philipp Müller2007-12-121-0/+1
* gst/gstinfo.h: Remove __declspec(dllimport) for MSVC that was copied over int...Tim-Philipp Müller2007-11-011-5/+0
* Allow dumping pipelines as dot graphs. Fixes #456573.Stefan Kost2007-10-171-0/+4
* gst/gstinfo.h: Use __FUNCTION__ instead of __PRETTY_FUNCTION__, it's silly to...Tim-Philipp Müller2007-10-091-1/+1
* gst/gstinfo.h: Add an explicit variable importation needed on VS6 (only for M...Sébastien Moutte2007-09-291-1/+15
* gst/gstinfo.*: Make some internal API take const gchar * instead of just gcha...Tim-Philipp Müller2007-09-181-3/+3
* gst/gst.c: Don't use GST_INFO before the debug system is actually initialised...Tim-Philipp Müller2007-08-231-8/+8
* configure.ac: comment about refining the xml depsStefan Kost2007-01-291-1/+1
* gst/: On win32, all the __declspec stuff for symbol exporting is apparently o...Vincent Torri2007-01-051-2/+2
* gst/gstinfo.h: _declspec should be __declspec (two underscores, not one). Fix...gorshkov2006-10-301-1/+1
* gst/gstinfo.*: Change name parameter of _gst_debug_register_funcptr to const ...David Schleef2006-10-251-1/+1
* gst/gstinfo.h: Those two function declarations do actually belong there, reve...Tim-Philipp Müller2006-10-061-2/+2
* Add GST_USING_PRINTF_EXTENSION to gstconfig.h so that we know whether we can ...Tim-Philipp Müller2006-10-051-56/+73
* gst/gstinfo.c: Fix locking order, handle NULL function values properly.Tim-Philipp Müller2006-09-011-2/+3
* gst/gstinfo.h: Move the Win32 version from gst-plugins-good/gst/avi/avidemux....Stefan Kost2006-07-251-0/+6
* gst/gstinfo.*: Add some G_[UN]LIKELY.Wim Taymans2006-06-121-3/+7
* gst/gstinfo.h: Add GST_STR_NULL to the second string.Julien Moutte2006-02-191-1/+1
* gst/gstinfo.h: Hey! Let's print the pad name if the pointer != NULL instead o...Jan Schmidt2005-11-281-1/+1