summaryrefslogtreecommitdiff
path: root/tools/tools.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-09-25Make intel compiler happierJosep Torra Valles1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=552657
2012-06-26tools: minor clean-upTim-Philipp Müller1-1/+1
Get rid of superfluous argument.
2012-06-26tools: remove useless g_set_prgname() wrapperTim-Philipp Müller1-10/+0
2010-02-16tools: call g_set_prgname() before doing the option parsingTim-Philipp Müller1-6/+10
g_setprgname is implicitly called by g_option_context_new() with a check to see if it's been set already, so set it before g_option_context_new() Move version printing back until after the options have been parsed, otherwise it won't work, since it evaluates a flag set by the option parser.
2006-05-09tools/: Fix up includes: need to include stdlib.h in tools.h for exit().Tim-Philipp Müller1-0/+3
Original commit message from CVS: * tools/gst-inspect.c: * tools/gst-launch.c: * tools/gst-typefind.c: * tools/gst-xmlinspect.c: * tools/tools.h: Fix up includes: need to include stdlib.h in tools.h for exit().
2006-05-05tools/: Add back --version command line option (#340460).Tim-Philipp Müller1-0/+63
Original commit message from CVS: * tools/Makefile.am: * tools/gst-inspect.c: (main): * tools/gst-launch.c: (main): * tools/gst-xmlinspect.c: (main): * tools/tools.h: Add back --version command line option (#340460). * tools/gst-typefind.c: (have_type_handler), (typefind_file), (main): Add --version option and use GOption for argument parsing; refactor a bit; accept directories as arguments and recurse into them; lastly, print a decent error message when things go wrong.