summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* inspect: Print preset description when availableThibault Saunier2020-08-031-1/+8
* gst-inspect: fix memory leakEero Nurkkala2020-07-221-0/+2
* gst-inspect: Use gst_info_strdup_vprintf to print stringSeungha Yang2020-06-241-1/+8
* tools: gst-inspect, add option '--color' with short option '-C'Thor Andreassen2020-06-202-1/+8
* paramspecs: Add a GParamSpecFlag to indicate the property might not always ex...Seungha Yang2020-06-081-1/+7
* tools: option '-u' occurs twice in gst-inspect-1.0.1Thor Andreassen2020-05-201-1/+1
* tools: gst-stats: parse thread-id in windows debug logs properlyTim-Philipp Müller2020-05-011-2/+4
* gst-launch: go back down to GST_STATE_NULL in one step.Mathieu Duponchelle2020-04-011-13/+0
* gst-launch: Follow up to missing s/g_print/gst_print/gSeungha Yang2020-03-031-11/+11
* gst-stats: Fix missing NULL checksJohan Bjäreholt2020-02-281-3/+3
* gst-inspect: Add define guard for g_log_writer_supports_color()Seungha Yang2020-02-261-0/+5
* Don't use glib format modifiers with sscanf or printfNirbheek Chauhan2020-02-251-21/+21
* parse: add support for presetsStefan Sauer2019-12-281-1/+9
* gst-launch: handle ERROR messages in the sync handlerMathieu Duponchelle2019-12-271-19/+19
* gst-inspect: Increase array size for printing rank nameSeungha Yang2019-12-261-2/+2
* gst-launch: Disable printing current position by default when stdout is not a...Seungha Yang2019-11-142-6/+25
* gst-launch: Add support printing current position of pipelineSeungha Yang2019-11-032-0/+62
* gst-launch: Port to the direct use of GMainLoopSeungha Yang2019-11-031-157/+131
* gst-launch: Remove meaningless global variableSeungha Yang2019-11-031-3/+0
* Remove autotools build systemTim-Philipp Müller2019-10-132-65/+0
* gst-launch: Use gst_print* instead of g_print* to fix broken stdout on WindowsSeungha Yang2019-08-241-13/+13
* gst-stats: fix leaksGuillaume Desmottes2019-07-081-0/+2
* gst-stats: sort latency by first activity before displayingGuillaume Desmottes2019-07-081-9/+38
* Port to hotdocThibault Saunier2019-05-131-1/+1
* gst-stats: format latency as GST_TIMEGuillaume Desmottes2019-04-251-5/+6
* gst-inspect: fix unused-const-variable error in windowsAndoni Morales Alastruey2019-04-241-1/+1
* gst-inspect: Do not print warning if 'less' is missingXavier Claessens2019-04-111-3/+5
* tracer: latency: Show element id, element name and pad nameJulian Bouzas2019-04-091-6/+22
* gst-stats: Add element latency supportJulian Bouzas2019-04-081-0/+212
* gst-inspect: fix printing the first field of a GstStructureAntonio Ospite2019-04-051-1/+3
* misc: Fix various compiler warnings on MinGWNirbheek Chauhan2019-02-051-0/+2
* gst-inspect: Re-add DEFAULT_LESS_OPTS with initial valueNicolas Dufresne2019-01-241-5/+7
* gst-inspect: Don't setup pager too earlySeungha Yang2019-01-171-21/+21
* gst-inspect: Port to Glib's spawn APISeungha Yang2019-01-171-76/+65
* gst-inspect: Fix ANSI escape sequence usage on WindowsNirbheek Chauhan2019-01-171-0/+8
* gst-inspect: Disable colors when pipedNicolas Dufresne2018-12-191-0/+2
* gst-inspect: Fix pager color with lessNicolas Dufresne2018-12-191-1/+5
* gst-inspect: Remove dead assignmentEdward Hervey2018-12-151-2/+0
* gst-inspect: Fix colors for "URI handling" sectionZeeshan Ali2018-11-291-5/+3
* gst-inspect: Avoid use of non-bright blue colorZeeshan Ali2018-11-281-3/+3
* gst-inspect: Use only original 16 colorsZeeshan Ali2018-11-271-28/+26
* gst-inspect: Tell `less` to parse color codesZeeshan Ali2018-11-241-1/+1
* gst-inspect: Colored outputZeeshan Ali2018-11-232-196/+396
* gst-inspect: Remove redundant plugin name from outputZeeshan Ali2018-11-231-3/+2
* gst-inspect: Use less -F -X everywhere as the pagerNirbheek Chauhan2018-11-231-2/+2
* gst-inspect: Pipe stderr to pager as wellZeeshan Ali2018-11-091-0/+4
* gst-inspect: Don't page if output fits the screenZeeshan Ali2018-10-301-1/+1
* gst-inspect: Flush stdout before closing stdout FDZeeshan Ali2018-10-301-0/+1
* gst-inspect: Pipe stdout to less if not piped alreadyZeeshan Ali2018-10-281-0/+91
* meson: add option to disable parse-launch pipeline string parserTim-Philipp Müller2018-08-101-1/+5