summaryrefslogtreecommitdiff
path: root/gst/gstinfo.c
Commit message (Expand)AuthorAgeFilesLines
* info: Don't use GST_DEBUG() in gst_debug_add_log_function() and related funct...Sebastian Dröge2012-10-221-11/+19
* info: include element name for event-src if it is a padStefan Sauer2012-05-241-5/+12
* GST_PTR_FORMAT: Add GstBuffer ptr format and use in GST_SCHEDULINGRobert Swain2011-10-071-0/+17
* info: explicitly cast to the enum typeJosep Torra2011-08-261-1/+1
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-091-3/+3
* info: make adding/removing of gst_debug_log_default() work properlyTim-Philipp Müller2011-02-031-2/+7
* Revert "info: use the publicly visible address to fix the tests"Tim-Philipp Müller2011-02-031-10/+1
* info: avoid unnecessary malloc/free for each log function call on MSVCTim-Philipp Müller2011-01-061-14/+29
* info: use the publicly visible address to fix the testsStefan Kost2010-12-151-1/+10
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-6/+11
* gstinfo: remove useless ternary operator usage.Edward Hervey2010-12-031-3/+3
* info: Re-instate the default for color usageEdward Hervey2010-08-301-1/+1
* Valgrind define is HAVE_VALGRIND_VALGRIND_HDavid Schleef2010-08-231-2/+2
* Allow gst_debug_set_default_threshold() before gst_init()David Schleef2010-08-231-5/+6
* info: xrefs glib symbol in docsStefan Kost2010-08-121-1/+1
* info: take the timestamp a tick laterStefan Kost2010-08-051-3/+3
* info: fix compilation on windowsTim-Philipp Müller2010-07-271-1/+1
* info: flush again after every line of debug outputTim-Philipp Müller2010-07-261-10/+20
* info: write debugging output to file if GST_DEBUG_FILE environment variable i...Tim-Philipp Müller2010-07-211-10/+32
* info: add new TRACE log level and move refcounting there from LOG levelTim-Philipp Müller2010-06-051-3/+5
* info: readd the use of GstDebugFuncPtr typedef and tell whyStefan Kost2010-03-291-5/+6
* info: Fix build at least until the correct fix is foundSebastian Dröge2010-03-281-4/+3
* gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge2010-03-281-6/+6
* debug: add pretty printer for eventsStefan Kost2010-03-151-0/+18
* gstinfo: fix compilation error if HAVE_REGISTER_PRINTF_SPECIFIER is undefinedLeo Singer2010-03-121-4/+4
* Fixes for -Wwrite-stringsBenjamin Otte2010-03-101-6/+3
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-5/+2
* docs: fix xrefs in docsStefan Kost2009-11-251-1/+1
* gstpoll: Make the new GST_POLL debug completely privateJan Schmidt2009-10-121-2/+2
* gst: Add debugging category GST_POLL for gstpollEdward Hervey2009-10-121-0/+3
* gstinfo: add back fix that shouldn't have been revertedTim-Philipp Müller2009-10-081-1/+1
* info: revert two of the changesStefan Kost2009-10-081-5/+5
* info: use a "%s" format string when printing the memory dump lineStefan Kost2009-10-071-5/+5
* gstinfo: maintain ABI compatibility even if debugging is disabledTim-Philipp Müller2009-07-141-0/+6
* info: allow getting other log categories. Fixes #587417Stefan Kost2009-07-061-0/+15
* logging: add a performace log categoryStefan Kost2009-06-291-0/+3
* gstinfo: fix export of GST_CAT_BUFFER_LIST when --gst-disable-debug is usedTim-Philipp Müller2009-06-191-75/+49
* Fix remaining --disable-gst-debug ABI breakage.René Stadler2009-06-121-0/+56
* logging: when logging taglists, shorten long buffer dumpsTim-Philipp Müller2009-06-101-3/+66
* info: widen log level strings to take into account the new MEMDUMPTim-Philipp Müller2009-06-011-7/+7
* bufferlist: add docs/build/debug/unittestJonas Holmberg2009-05-121-0/+3
* info: Support new printf extensions in glibc 2.10Jan Schmidt2009-05-111-1/+23
* gstdebug: compete stubs. Fixes #579177.Stefan Kost2009-04-171-0/+118
* gstdebug: show enabled/disabled in configure and fix build for disabledStefan Kost2009-04-151-29/+1
* info: use mutex to do console colors on windowsLRN2009-04-141-0/+8
* info: fix compilation, %08x needs an unsigned intWim Taymans2009-04-091-1/+1
* API: add FIXME and DUMPMEM log levels and convenience macrosTim-Philipp Müller2009-04-081-5/+84
* build: define stubs when disabling gst-debug subsystem. Fixes #575922Stefan Kost2009-03-231-1/+52
* debugging: make GST_PTR_FORMAT work for queries as wellTim-Philipp Müller2009-03-201-0/+16
* info: simply some moreWim Taymans2009-03-181-11/+8