summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-08-18tools: Use iterate_internal_links instead of deprecated get_internal_linksSebastian Dröge2-6/+6
2009-07-10tools: the plugin features listed by gst-inspect are typefinders, not typesTim-Philipp Müller1-4/+4
2009-07-08tools: Fix compilation if option parsing is disabledPhilip Jägenstedt2-0/+12
2009-06-19gst-inspect: fix broken flags to flag string serialisationTim-Philipp Müller1-35/+45
2009-06-04gst-launch: refer to element, pad, or object in some message stringsTim-Philipp Müller1-18/+34
2009-06-02tools: Set pipeline to PAUSED before waiting for main loop idleDavid Schleef1-3/+4
2009-05-26docs: fix cdparanoia example pipeline in gst-launch man pageTim-Philipp Müller1-5/+10
2009-05-21gst-launch: don't use G_GUINT32_FORMAT in translatable stringTim-Philipp Müller1-4/+2
2009-05-14gst-launch: Print the path string for message sourcesSebastian Dröge1-8/+21
2009-05-11-launch: connect to deep-notify with right nameWim Taymans1-1/+1
2009-04-16-launch: disable CLOCK_LOST message handlingWim Taymans1-0/+5
2009-04-10-launch: handle clock-lost messagesWim Taymans1-0/+5
2009-04-04gst-inspect: remove dead assignmentEdward Hervey1-2/+0
2009-03-31gst-launch: Fixes error when DISABLE_FAULT_HANDLER is definedThiago Santos1-1/+2
2009-03-27Adds flag for eos on shutdown in gst-launch. Fixes #575814.Thiago Santos1-10/+43
2009-03-24docs: gst-launch man page fixTim-Philipp Müller1-1/+1
2009-02-23fix uri handler iteration in gst-inspectAndy Wingo1-1/+1
2009-02-19tools: print normal output to stdout, and only errors and warnings to stderr ...Tim-Philipp Müller1-4/+4
2009-02-19tools: use g_print*() instead of *printf() in gst-launchTim-Philipp Müller1-51/+35
2009-02-18Add message to request a state changeWim Taymans1-15/+32
2009-02-15gst-launch: add -q/--quiet option to supress any non error output.Stefan Kost2-15/+35
2008-12-09tools/gst-launch.1.in: Fix description of how to specify a type in caps. Fixe...Stefan Kost1-4/+4
2008-11-21tools/gst-launch.c: Make gst-launch handle LATENCY messages and make it recal...Wim Taymans1-0/+6
2008-11-17tools/gst-inspect.c (print_all_uri_handlers): New function, prints a summary ...Andy Wingo1-3/+89
2008-11-12tools/gst-inspect.c: Add --plugin option. Fixes #560301.Wim Taymans1-6/+14
2008-11-04tools/gst-launch.c: Print the message seqnums.Wim Taymans1-1/+5
2008-10-12tools/gst-launch.c: Change the printing of the 'buffering...' output to avoid...Jan Schmidt1-1/+1
2008-08-18tools/gst-launch.1.in: Document GST_REGISTRY_UPDATE environment variable.Tim-Philipp Müller1-0/+7
2008-07-31Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.Sebastian Dröge3-33/+4
2008-07-02tools/gst-plot-timeline.py: Fix parsing of log messagesThijs Vermeir1-1/+1
2008-05-28tools/gst-inspect.c: If possible print the element type of GValueArray proper...Sebastian Dröge1-1/+8
2008-05-04tools/gst-inspect.c: Use "%s" as format string instead of printing strings di...Sebastian Dröge1-9/+9
2008-04-26tools/gst-run.c: Include <unistd.h> conditionally on HAVE_UNISTD_H as elsewhere.Edward Hervey1-0/+2
2008-04-25tools/gst-launch.1.in: Forgot to also add the envvar docs here.Stefan Kost1-0/+3
2008-04-20tools/gst-inspect.c: Print the URI protocols and the URI type supported by th...Sebastian Dröge1-0/+34
2008-04-12tools/gst-xmlinspect.c: De-cruft a bit. If no argument is specified, print al...Tim-Philipp Müller1-210/+40
2008-03-22API: Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECTSebastian Dröge1-0/+3
2008-02-29Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge2-3/+3
2008-02-05tools/gst-launch.c: Dump one graph per pipeline state-change and state change...Stefan Kost1-13/+9
2008-02-02tools/gst-inspect.c: Fix a few memory leaks.Sebastian Dröge1-4/+16
2008-01-30tools/gst-inspect.c: Revert previous commit in preparation for an impromptu 0...Jan Schmidt1-16/+4
2008-01-29tools/gst-inspect.c: Fix a few memory leaks.Sebastian Dröge1-4/+16
2008-01-09gst/gstbuffer.c: Update some comments.Wim Taymans1-1/+1
2008-01-01tools/gst-plot-timeline.py: Add more options to gst-plot-timelineThijs Vermeir1-4/+58
2007-12-13tools/gst-inspect.c: Add support for GstFraction properties.Sebastian Dröge1-0/+14
2007-12-11Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost1-2/+2
2007-11-28gst/: Fix wrong order of args in GST_CLOCK_DIFF() usage.Stefan Kost1-4/+4
2007-11-22tools/gst-inspect.c: Print 'default value' for enums and flags too.Stefan Kost1-13/+32
2007-10-29Improve bin graph dumping, by using the envvar to specify a path.Stefan Kost1-7/+10
2007-10-17Allow dumping pipelines as dot graphs. Fixes #456573.Stefan Kost1-0/+19