summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-11-11meson: tools: generate the targets dynamicallyAntonio Ospite1-21/+12
2016-11-11tools: don't mention gst-feedback in man pagesAntonio Ospite2-2/+0
2016-11-11tools: put the examples descriptions before the commands in man pageAntonio Ospite1-57/+55
2016-11-11tools: don't start lines with single quotes in man pageAntonio Ospite1-2/+2
2016-11-11tools: escape dashes in the man pagesAntonio Ospite3-15/+15
2016-11-04tools: gst-launch: fix minor memory leak when failing to parse optionsAntonio Ospite1-1/+1
2016-11-02parse-launch: Support linking all pads with new operatorJan Schmidt1-0/+5
2016-09-04tools: gst-inspect: add * for pointer signal arguments where neededTim-Philipp Müller1-16/+20
2016-08-28tools: gst-inspect: don't print internal pad request function nameTim-Philipp Müller1-5/+0
2016-08-19Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+23
2016-05-13Update the examples in the gst-launch-1.0 manpageJan Schmidt1-26/+26
2016-05-04inspect: fix feature leakGuillaume Desmottes1-0/+3
2016-04-13tools: gst-launch: fix up caps printing in verbose modeTim-Philipp Müller1-1/+4
2016-04-08tools: gst-launch: use new async property change notification APITim-Philipp Müller1-3/+41
2016-01-20tracer/gststats: fix mismatch between '.class' and tracer argsStefan Sauer1-1/+1
2016-01-18tracers: fix thread-id casts to 64-bit ints on 32-bit systemsTim-Philipp Müller1-2/+2
2016-01-16gst-stats: update to latest tarcer apiStefan Sauer1-22/+24
2015-12-04gst-launch: Fix process return value on errorNicolas Dufresne1-0/+1
2015-12-04Revert "tools: gst-launch: return non-0 exit code on async error"Nicolas Dufresne1-2/+0
2015-12-04tools: gst-launch: return non-0 exit code on async errorTim-Philipp Müller1-0/+2
2015-10-21stats: always free logLuis de Bethencourt1-1/+1
2015-10-16docs: mention xdot utility to view .dot files directlyTim-Philipp Müller1-1/+2
2015-10-05stats: TIMESTAMP -> PTSStefan Sauer1-3/+3
2015-10-05stats: fix cpu stats printingStefan Sauer1-3/+10
2015-10-05stats: don't warn on ".class" log linesStefan Sauer1-3/+4
2015-10-05rusage: implement windowing of cpuloadStefan Sauer1-2/+3
2015-10-05rusage: announce the data formatStefan Sauer1-21/+22
2015-10-05stats: improve cpu load meassurementsStefan Sauer1-27/+20
2015-10-05gst-stats: use the rusage statsStefan Sauer1-32/+57
2015-10-05gst-stats: filter complete thread section if we have no padsStefan Sauer1-7/+15
2015-10-05stats: improve the handling of parentageStefan Sauer1-4/+8
2015-10-05stats: print thread key for stats and filter empty pad-sectionsStefan Sauer1-7/+16
2015-10-05stats: update buffer flagsStefan Sauer1-8/+25
2015-10-05stats: add a stats frontendStefan Sauer3-0/+840
2015-10-05inspect: add support for the new factoryStefan Sauer1-0/+13
2015-10-05tests/gst-launch: Fix sample memory leakVineeth TM1-0/+1
2015-10-02gstreamer: Fix memory leaks when context parse failsVineeth TM3-7/+13
2015-09-05tools: gst-launch: fix --exclude command line optionTim-Philipp Müller1-6/+6
2015-06-03gst-indent: Add support for gindent as executable nameVivia Nikolaidou1-10/+11
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-03-18tools: remove outdated completion scriptMathieu Duponchelle1-192/+0
2015-01-04gst-inspect: only print presets line if num-presets > 0Stefan Sauer1-1/+1
2015-01-04gst-inspect: fix output for -aStefan Sauer1-5/+3
2014-12-21gst-inspect: print preset namesStefan Sauer1-0/+20
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-2/+2
2014-11-02gst-inspect: add G_PARAM_DEPRECATED to known flagsAurélien Zanelli1-3/+7
2014-10-20gst-indent: Run indent twice. Once is not idempotent, twice seems to be.Jan Schmidt1-1/+5
2014-09-25fixme: bump leftover 0.11 fixme commentsStefan Sauer1-1/+1
2014-09-12tools: gst-inspect: don't list pad functionsTim-Philipp Müller1-18/+0
2014-07-28gst-launch: Support SIGINT (Ctrl+C) on W32Руслан Ижбулатов1-2/+24