scripts/gst-plot-traces.sh: make log parsing a bit more solid
authorStefan Sauer <ensonic@users.sf.net>
Thu, 20 Oct 2016 20:32:50 +0000 (22:32 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 14 Nov 2016 20:18:53 +0000 (21:18 +0100)
commit06ce912ba6d21527fda54299b3e7a1909fcf3cbf
tree70b521ca58803927b83083b7c9aff59fe1deae85
parentae608845ca83ab02c5a386285375c36778874151
scripts/gst-plot-traces.sh: make log parsing a bit more solid

Use grep -o to grab the log message only. This makes it work with colored log
files too. Prefilter the log to not catch tracer classes.

Update the commandline for the script in the docs.
docs/design/part-tracing.txt
scripts/gst-plot-traces.sh