summaryrefslogtreecommitdiff
path: root/tools/gst-xmlinspect.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-03g_thread_init() is deprecated in glib masterTim-Philipp Müller1-0/+2
2011-11-27warnings: avoid set-but-unused warnings with load-save disabledStefan Sauer1-0/+4
2010-02-16tools: call g_set_prgname() before doing the option parsingTim-Philipp Müller1-1/+3
2010-01-20tools: Run g_thread_init() unconditionallyBenjamin Otte1-2/+1
2009-12-09tools: Move gst_tools_print_version() for the remaining toolsSebastian Dröge1-2/+2
2009-08-18tools: Use iterate_internal_links instead of deprecated get_internal_linksSebastian Dröge1-3/+3
2008-07-31Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.Sebastian Dröge1-4/+0
2008-04-12tools/gst-xmlinspect.c: De-cruft a bit. If no argument is specified, print al...Tim-Philipp Müller1-210/+40
2007-10-15tools/gst-inspect.c: Save approx. 400 1 byte allocs when printing. Use API to...Stefan Kost1-2/+3
2007-01-05tools/: Call g_thread_init() really really early, before any other GLib funct...Tim-Philipp Müller1-0/+3
2006-06-07Fix leak spotted by coverity checker. Fixes #343827Wim Taymans1-1/+1
2006-05-09tools/: Fix up includes: need to include stdlib.h in tools.h for exit().Tim-Philipp Müller1-2/+0
2006-05-05tools/: Use the string passed to g_option_context_new() for what it's intende...Tim-Philipp Müller1-1/+1
2006-05-05tools/: Add back --version command line option (#340460).Tim-Philipp Müller1-0/+5
2006-01-20tools/: URL_HANDLER is not a plugin feature we can search for in the registry.Jan Schmidt1-8/+0
2005-12-06expand tabsThomas Vander Stichele1-1/+1
2005-11-30various fixes to makeThomas Vander Stichele1-0/+1
2005-10-13fix GOption context leaks doc fixesStefan Kost1-0/+1
2005-10-10Merged in popt removal + GOption addition patch from Ronald, bug #169772.Ronald1-4/+14
2005-09-18check/Makefile.am: Fix environment variables.David Schleef1-2/+6
2005-09-15removeDavid Schleef1-5/+5
2005-08-24Fixed long standing mem-leakStefan Kost1-0/+1
2005-08-01deactivate and remove dparams (libgstcontrol)Stefan Kost1-55/+0
2005-07-18Removed plugable schedulers.Wim Taymans1-24/+0
2005-06-08gst/gstutils.c: RPAD fixes all around.Andy Wingo1-22/+17
2005-05-09Remove old query functions. Ported old code.Wim Taymans1-15/+4
2005-05-04GCC 4 fixen.Andy Wingo1-1/+2
2005-04-12Use libxml2 for registry parsing, use staticpadtemplates in elementfactories....Ronald S. Bultje1-5/+5
2005-03-21Next big merge.Wim Taymans1-31/+18
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-11/+2
2004-05-14typos : unkown => unknownStéphane Loeuillet1-3/+3
2004-05-07Changes to handle compilers that don't have variadic macro support. In parti...David Schleef1-0/+15
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-263/+263
2004-03-13gst-indent run on coreThomas Vander Stichele1-316/+319
2004-02-16Spelling fixJohan Dahlin1-1/+1
2004-02-16Spelling fixJohan Dahlin1-1/+1
2003-12-22Merge CAPS branchDavid Schleef1-132/+8
2003-12-04remove copyright field from plugin structsAndy Wingo1-1/+0
2003-11-29Remove old autoplug codeDavid Schleef1-26/+0
2003-11-24implement URI schemesBenjamin Otte1-10/+0
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-22/+24
2003-10-28Initialise some variables to get the thing to compileIain Holmes1-2/+2
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-29/+30
2003-08-19further i18n: call setlocale()David Schleef1-0/+3
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-0/+4
2003-04-04Fix #109350, aplied patch from Peter N. Lundblad.Wim Taymans1-1/+1
2003-03-16Fixed bug #108514.Christian Meyer1-253/+261
2003-03-11Now support ISO-style variable-argument macros, which is more portable than t...Brian Cameron1-1/+14
2003-02-21- indentation fixesWim Taymans1-20/+26
2003-02-20gst-xmlinspect dumps the plugin info to an xml file xml2text.xsl performs an ...Wim Taymans1-0/+1062