tools: gst-stats: Use standard character escapes
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 1 May 2017 20:35:09 +0000 (13:35 -0700)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 9 Jul 2017 19:10:31 +0000 (20:10 +0100)
commitf37688ef4d81fd1a28eddb1e26b1efccc46329db
tree939cd105687bea356d3da7685876d5870631da89
parentf28435b0d4d40953086b638dfe67724fedc772c3
tools: gst-stats: Use standard character escapes

Having '\e' expand to '\x1b' is a gnu extension. I didn't see any
document describing the behavior, but gcc also seems to expand
'\[' to '['.

https://bugzilla.gnome.org/show_bug.cgi?id=782028
tools/gst-stats.c