summaryrefslogtreecommitdiffstats
path: root/gst/debugutils
Commit message (Collapse)AuthorAgeFilesLines
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
|
* Remove unused variables in _class_initEdward Hervey2009-04-183-6/+0
| | | | Detected by LLVM's CLang static analyzer
* debugutils: Use G_BEGIN_DECLS/G_END_DECLS.Peter Kjellerstedt2009-04-151-25/+17
| | | | | Use G_BEGIN_DECLS/G_END_DECLS to avoid gst-indent messing up the indentation due to extern "C" { }.
* debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes ↵Stefan Kost2009-04-1523-0/+4935
#562168