summaryrefslogtreecommitdiff
path: root/gst/gstdebugutils.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-25dot-dump: terminate truncated strings and escape special charsStefan Kost1-2/+8
2010-06-09debugutils: fix comment typo even moreStefan Kost1-1/+1
2010-06-08debugutils: fix comment typoZaheer Abbas Merali1-1/+1
2010-03-15debugutils: fix case of pad flagStefan Kost1-1/+1
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte1-84/+48
2009-10-27debugutils: allow to hide/show pad status with graphdetails flagStefan Kost1-15/+25
2009-08-08gst: Remove dead assignmentsEdward Hervey1-2/+1
2009-05-13debugutils: show more pad-detailsStefan Kost1-35/+47
2009-05-13debugutils: layout improvementStefan Kost1-5/+5
2009-03-23build: define stubs when disabling gst-debug subsystem. Fixes #575922Stefan Kost1-0/+13
2009-03-11dump2dot: ellipsize caps fields, better placement of unnegotiated capsStefan Kost1-31/+62
2009-03-11dump2dot: make caps in DOT debug graphs more readable. Fixes 574484Laszlo Pandy1-34/+44
2009-03-09dump2dot: don't use GST_TIME_FORMAT when building filenames. fixes #574623Stefan Kost1-1/+4
2009-03-08dump2dot: improve caps loggingStefan Kost1-15/+79
2009-01-01gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost1-0/+5
2008-07-12gst/gstdebugutils.c: Squeeze ghost-pad links and remove <> from classname lab...Stefan Kost1-5/+5
2008-07-11gst/gstdebugutils.c: Give request and sometimes pads a different shpe style. ...Stefan Kost1-8/+27
2008-07-07gst/gstdebugutils.c: Fix memleakThijs Vermeir1-1/+2
2008-05-02gst/gstdebugutils.c: Remove some code that is unused after Stefan's refactori...Sebastian Dröge1-5/+0
2008-04-30gst/gstdebugutils.c: Refactor code and fix handling of ghostpads and their pr...Stefan Kost1-165/+225
2008-03-31gst/gstdebugutils.c: Improve handling ghost/proxy pads.Stefan Kost1-43/+49
2008-01-05gst/gstdebugutils.c: Log the reason why fopen fails in addition to the fact t...Tim-Philipp Müller1-1/+3
2007-12-30gst/gstdebugutils.c: add warning when failed to open file for writingThijs Vermeir1-1/+3
2007-12-11Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost1-3/+3
2007-11-28gst/: Fix wrong order of args in GST_CLOCK_DIFF() usage.Stefan Kost1-1/+1
2007-11-28Rename new API + ChangeLog surgery to remove old name from last entry..Stefan Kost1-1/+1
2007-11-28Now hide the different clock stuff behind a macro.Stefan Kost1-16/+3
2007-11-28Apply the posix-timer check from #361155. Conditionally use the posix timer f...Stefan Kost1-3/+15
2007-11-22docs/random/ensonic/profiling.txt: More ideas.Stefan Kost1-1/+9
2007-11-18gst/: Fix build with --disable-gst-debug. Fixes #497859.Stefan Kost1-3/+3
2007-11-07gst/: Move getenv() back into gst_init, so everyone can live happily ever aft...Tim-Philipp Müller1-4/+4
2007-11-06gst/gst.c: Make _gst_disable_segtrap static, it's only used in gstplugin.c a...Tim-Philipp Müller1-8/+11
2007-10-29Improve bin graph dumping, by using the envvar to specify a path.Stefan Kost1-38/+31
2007-10-29Document new env-var. Add one log-line after dumpng a graph.Stefan Kost1-0/+1
2007-10-22gst/gstdebugutils.c: Reflow code to fix uninitialized variable warning.Stefan Kost1-3/+2
2007-10-17Allow dumping pipelines as dot graphs. Fixes #456573.Stefan Kost1-0/+517