summaryrefslogtreecommitdiff
path: root/gst/gstinfo.h
AgeCommit message (Expand)Author
2004-03-13gst-indent run on coreThomas Vander Stichele
2004-02-26merging from release branchThomas Vander Stichele
2004-02-19gst/gstinfo.h: Copy G_STRFUNC implementation from glib-2.4 and use it for GST...David Schleef
2004-01-29configure.ac: Add detection for HAVE_PRINTF_EXTENSION andDavid Schleef
2004-01-10gst/gstinfo.*: Change gst_debug_log(_valist) to take a const format string.Benjamin Otte
2004-01-06Revert last change, because it was unintended.David Schleef
2004-01-06Disable some poisoning, since some plugins rely on undefined behaviorDavid Schleef
2003-12-25fix GST_DEBUG_CATEGORY_INIT descriptionThomas Vander Stichele
2003-12-22minor style issues, no need to ChangeLog itThomas Vander Stichele
2003-12-05more trademark fixingThomas Vander Stichele
2003-11-29Change 'const' to 'G_CONST_RETURN' in header filesCAPS-MERGE-2David Schleef
2003-11-24merge in taggingBenjamin Otte
2003-11-06set default errorlevel to NONE. Make configure change it to ERROR (the curren...CAPS-ROOTBenjamin Otte
2003-08-07cache return values of _gst_debug_nameof_funcptrAndy Wingo
2003-08-03optimized debugging.Benjamin Otte
2003-07-24fix type in documentationJoshua N. Pritikin
2003-07-12Add G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile...Ronald S. Bultje
2003-07-10fix issue with null pointer cast use brackets around macro argumentsBenjamin Otte
2003-06-29docs fixes: comment macros in templates, not in headers (stupid gtk-doc)Benjamin Otte
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte
2003-05-18Change GST_DEBUG_FUNCPTR() to return a pointer of the same type that it is ca...David Schleef
2003-05-13Added GST_CAT_APPLICATION. Fixes #111009David Schleef
2003-05-02make gst-launch --gst-mask=-1 fakesrc ! fakesink work on SolarisBenjamin Otte
2003-05-01added GST_STR_NULL to check for NULL strings. Fixed a case where a char* give...Benjamin Otte
2003-03-14- Slight reorganisation of functions that should be disabledWim Taymans
2003-01-21Remove 'inline' from a function that is never actually inlined under any circ...David Schleef
2003-01-15small fixesThomas Vander Stichele
2003-01-09more connect -> link updatesDavid I. Lehn
2002-12-13fixes a jhbuild bugThomas Vander Stichele
2002-12-11oops, too much revertThomas Vander Stichele
2002-12-11merge from release branchThomas Vander Stichele
2002-12-10Added thread-loval variable for cothread index.David Schleef
2002-12-08Fix broken __PRETY_FUNCTION__Wim Taymans
2002-12-08fix for parallel installabilityThomas Vander Stichele
2002-12-07move some code around to avoid warningsThomas Vander Stichele
2002-11-29applied fixed patch from BrianThomas Vander Stichele
2002-11-29revert fix because GST_DEBUG_LEAVE("") doesn't work with itThomas Vander Stichele
2002-11-29commit Brian's patch with AC fix from thomasChristian Schaller
2002-04-11commit to make gstreamer follow the gtk function/macro naming conventions:Andy Wingo
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo
2002-02-20before, entering and leaving where invisible now it's a really bleak grey any...Thomas Vander Stichele
2002-02-11removed cothread-specific code from gstinfo.c because the new cothreads has n...Andy Wingo
2001-12-15updated .h files with // fixesChristian Schaller
2001-10-17merge from EVENTS1 on 20011016Erik Walthinsen
2001-09-10gstinfo.[ch], cothreads.c: added initial support for -finstrument_functions g...Erik Walthinsen
2001-09-10added GST_CAT_PARAMSSteve Baker
2001-08-06Initial code for the event system.Erik Walthinsen
2001-06-25Add consts to appropriate parameters in debug and info handlers.Richard Boulton
2001-05-25Merged from INCSCHED on 200505251!!!INCSCHED1-200105251Erik Walthinsen
2001-04-27Added colorization to DEBUG and INFO. Colors are based on categories, with t...Erik Walthinsen